Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

PDF Extract Not fit for Acrobat 7 ?

by sanPerl (Friar)
on Oct 26, 2007 at 12:52 UTC ( [id://647372]=perlquestion: print w/replies, xml ) Need Help??

sanPerl has asked for the wisdom of the Perl Monks concerning the following question:

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?

Replies are listed 'Best First'.
Re: PDF Extract Not fit for Acrobat 7 ?
by Anonymous Monk on Oct 27, 2007 at 07:58 UTC
    Try contacting Adobe's PDF team

Log In?
Username:
Password:

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

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

    No recent polls found