Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Read table data from PDF

by ateague (Monk)
on May 11, 2016 at 13:50 UTC ( [id://1162758]=note: 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?
Node Status?
node history
Node Type: note [id://1162758]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-16 09:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found