Hi, I'd like to include cropped PDF files in my document. What is the correct way? Currently I use something like this: image = img.scan{filename = filename , pagebox = "crop" } img.node(image) Is it safe to add pagebox = "crop" to _all_ image inclusions? Any other, better way? Patrick
On 29-11-2010 10:30, Patrick Gundlach wrote:
Hi,
I'd like to include cropped PDF files in my document. What is the correct way?
Currently I use something like this:
image = img.scan{filename = filename , pagebox = "crop" } img.node(image)
Is it safe to add pagebox = "crop" to _all_ image inclusions? Any other, better way?
normally that's ok (at least I normally use the crop box) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
2010/11/29 Hans Hagen
On 29-11-2010 10:30, Patrick Gundlach wrote:
Is it safe to add pagebox = "crop" to _all_ image inclusions? Any other, better way?
normally that's ok (at least I normally use the crop box)
The cropbox should be the default according to the PDF Norm (section 14.11.2.1). Best Martin
participants (3)
-
Hans Hagen
-
Martin Schröder
-
Patrick Gundlach