artist has asked for the wisdom of the Perl Monks concerning the following question:
$pds = PDF::API2->open($sourcepdf);
I need some solution, so either I can convert into a proper PDF file or ignore it.PDF::API2::IOString=GLOB(0x8951394) not a PDF file version 1.x at /usr +/local/lib/perl5/site_perl/5.8.3/PDF/API2/PDF/FileAPI.pm line 76.
Update 1: Thanks to davido, The answer works. Now, What are my options if I don't want to ignore.
2004-05-12 Edit by jdporter: Changed title from 'Combing PDF'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unexpected file version error from PDF::API2
by davido (Cardinal) on May 11, 2004 at 16:09 UTC | |
|
Re: Unexpected file version error from PDF::API2
by bart (Canon) on May 11, 2004 at 18:05 UTC | |
by artist (Parson) on May 11, 2004 at 19:33 UTC |