in reply to Trying to add an image to a pdf file using PDF::API3::Compat::API2;

fyi, PDF::API3 doesn't appear to be maintained. and its documentation states it's the "beginning of a rewrite", so it's not expected to be complete. stick with PDF::API2 or give CAM::PDF a try.
  • Comment on Re: Trying to add an image to a pdf file using PDF::API3::Compat::API2;

Replies are listed 'Best First'.
Re^2: Trying to add an image to a pdf file using PDF::API3::Compat::API2;
by irnbruusa (Initiate) on Jun 14, 2012 at 23:49 UTC

    thanks will do.