PDF cropping tool?

yonas abraham yonas at erimp3.com
Thu Feb 16 15:35:15 UTC 2006


Dr. Michael J. Chudobiak wrote:
> Can anyone suggest a GPL tool for cropping a certain amount (say 
> 0.15") off all four edges of every page in a PDF document (i.e., bleed 
> areas)?
>
> - Mike
>
i use "identify" to get the dimension info of the pdf file and use convert.

the command is

convert -crop 500+500+0+0 dummy.pdf output.pdf

read the man page. the geometry is the portion you want to keep.


-- 
Yonas Abraham, PhD
Registered Linux user number 407343               http://counter.li.org 




More information about the fedora-list mailing list