Hello.
I am using PDF::API3::Compat::API2 to try and set a cropbox using code something like this:
$pdf->cropbox(100,100,200,200);
Seems simple enough, but when I
$pdf->saveas('croptest10.pdf');
all I get is a newly named pdf that looks like my original. Any thoughts on how I might get my old pdf saved out into a cropped version.
I'm running on windows and linux. Either solution would work.
Thanks a million.
Scott