http://www.perlmonks.org?node_id=276294


in reply to Reading PDF files

Hello,

This is only a assumption, since I am at work, and cannot try if it is woking...
But you may want to try this:
Get the CPAN module HTML::HTMLDoc::PDF
It has a method called to_string wich seems to do what you want.
print $pdf->to_string();
I have no clue how it is handling images, wich are inside of the PDF.

snadra