in reply to Re: CAM::PDF cleanoutput Error
in thread CAM::PDF cleanoutput Error
I have coded this:
if (!$pdf1) { print "Create PDF failed \n"; GETOUT; }
Where the subroutine GETOUT does some graceful shut down but the code is never executed. I also tried eval with the same non-result.
So, it seems the ->new() method returns something and, in the case of the ->output() method, it appears to be something CAM::PDF knows about.
Also, even though ->output works in the first case, if I use ->appendPDF later in the code and try to save the result the ->output method will fail with the same error.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CAM::PDF cleanoutput Error
by GotToBTru (Prior) on Nov 25, 2014 at 17:20 UTC | |
by Anonymous Monk on Nov 25, 2014 at 18:25 UTC | |
by Anonymous Monk on Nov 25, 2014 at 19:02 UTC |