Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

ateague's scratchpad

by ateague (Monk)
on Mar 10, 2009 at 19:57 UTC ( [id://749712]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE pdf2xml SYSTEM "pdf2xml.dtd">
    
    ...
     <text top="336" left="115" width="602" height="18" font="0">XXXXXXXXX
    +XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</text>
    </page>
    /<pdf2html>
    
  2. or download this
    open (my $XML, "-|", "pdftohtml.exe -xml -zoom 1.4 -stdout $PDF_FILE")
    + or die "$!\n$^E";
    
        # We are only interested in the text for the "ROUTE TO:" and "SORT
    + GROUP:" sections
    ...
        $t->purge;
        
        close $XML;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-19 17:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found