You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tcr : I have trouble understanding how crop() is supposed to work. I have updated the method documentation as per this stackoverflow answer but running tests I have trouble getting a meaningful result. For example,
I believe it worked on some PDFs, but not every one. It requires that there be a /Cropbox value in the PDF which isn't a guarantee. See the second part of this stack overflow answer for a possibly more universal implementation.
@tcr : I have trouble understanding how crop() is supposed to work. I have updated the method documentation as per this stackoverflow answer but running tests I have trouble getting a meaningful result. For example,
just produces pages 1 and 2 of the infile uncropped, although it should return a 40X70 box from the lower left (112x196 mm).
Did this ever work for you?
The text was updated successfully, but these errors were encountered: