attilio77 has asked for the wisdom of the Perl Monks concerning the following question:
What's wrong ? Could you help me ? If you need the PDF to test it I can send it to you. Tks.$pdf = CAM::PDF->new($file_name); $pageone_tree = $pdf->getPageContentTree(4); print CAM::PDF::PageText->render($pageone_tree);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading a PDF content
by marto (Cardinal) on May 03, 2012 at 13:01 UTC | |
|