Hi everyone.
Here's my dilema.
I have a pdf file that contains 9 pages.
What i need to do is extract a portion of the text from pages 1 and 3, and archive it into a text file.
I have been to cpan, and looked at all of the modules I could find that had anything to do with pdfs.
Almost all of the modules there are for creating pdf files.
I did find one PDF::EXTRACT that would seperate each of the
pages into single 1 page pdf files, which also means that
I have direct access to the object created by PDF::EXTRACT.
However, as I'm sure that you know, the pdf data is
is some kind of binary. I should point out that
there is no security enabled in this pdf.
You can print, edit, change whatever you want using adobe acrobat.
The thing I want to upload this working script to my
web host provider, and start archiving this pdf on a daily basis. So i am stuck using whatever modules they have installed.
I currently am using ActiveState perl on my pc for testing
purposes.
Any suggstions would be greatly appreciated.
Thanks.
Crackn101
Here's my dilema.
I have a pdf file that contains 9 pages.
What i need to do is extract a portion of the text from pages 1 and 3, and archive it into a text file.
I have been to cpan, and looked at all of the modules I could find that had anything to do with pdfs.
Almost all of the modules there are for creating pdf files.
I did find one PDF::EXTRACT that would seperate each of the
pages into single 1 page pdf files, which also means that
I have direct access to the object created by PDF::EXTRACT.
However, as I'm sure that you know, the pdf data is
is some kind of binary. I should point out that
there is no security enabled in this pdf.
You can print, edit, change whatever you want using adobe acrobat.
The thing I want to upload this working script to my
web host provider, and start archiving this pdf on a daily basis. So i am stuck using whatever modules they have installed.
I currently am using ActiveState perl on my pc for testing
purposes.
Any suggstions would be greatly appreciated.
Thanks.
Crackn101