Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: pdf to text

by jbrugger (Parson)
on Jan 12, 2006 at 09:08 UTC ( [id://522648]=note: print w/replies, xml ) Need Help??


in reply to pdf to text

man xpdf, then man pdftotext
You'll find: pdftotext [options] [pdf-file [text-file]],
you can use `` or qx ,perlfunc:system and perlfunc:exec to execute the command from within perl.
then open the file and read it.
open (FILE, "yourfilename") or die "can't open : $!"; close FILE;


*Update*: Ah, i see prasadbabu understood your question better than i did, i second to his post.

"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.

Replies are listed 'Best First'.
Re^2: pdf to text
by arunmep (Beadle) on Jan 12, 2006 at 09:17 UTC
    i need to extract the text from pdf files to an array element how can i do that using perl
      arunmep,

      A few of your previous nodes ask this question, is there a particular part of the process you are having problems with? Have you used Super Search to find any examples? This has been covered before.

      Cheers,

      Martin

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://522648]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 18:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found