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

Hi guys I have been having problems with using pdf files above 1.5 with PDF:API2, it seems that it is unable to open them? (generates internal error) does anyone have info regarding this? will post the error message soon as my host fixes logging; this was used with this code $input_pdf = PDF::API2->open($input_file); $input_file = '1.5 or above pdf versions'

Replies are listed 'Best First'.
Re: pdf:api2 version control
by Corion (Patriarch) on Aug 30, 2012 at 05:34 UTC

    You don't show relevant code, and you don't even show the error message you're getting. I can only guess what might be happening, but maybe you want to look through the reported bugs for PDF::API2. Especially bug #46863 sounds as if it could be the symptom you're seeing.

Re: pdf:api2 version control
by Anonymous Monk on Aug 30, 2012 at 06:24 UTC