Dear Monks,
I used PDF::Extract module to split pages of a 160 pages long PDF. (Simply following instructions from manpages, this does not gave any Error message also)
$pdf = new PDF::Extract( PDFDoc=>'C:/my.pdf' );
$i=1;
while ( $pdf[$i++]=$pdf->getPDFExtract( PDFPages=>$i ) );
This module splitted the pages into separate PDF documents fine. However when the users opened these small PDF docuemnts and try saving using Acrobat 7, they are getting following message
The document's page tree contains an invalid tree
Although this does not harm the content on PDF. It does not look good also. Can somebody tell me if PDF::Extract is Not compatible with Acrobat 7 as far as PDF splitting is concerned?
if yes then what could be the other alternative to solution this problem?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.