View Single Post
Old 03-20-2010, 01:07 PM   #11
baker2gs
Junior Member
baker2gs began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Mar 2010
Device: Kindle 2
Quote:
Originally Posted by lilman View Post
Yes it is easy to crop white space. I use ImageMagick to so in my manga processing program. The command is something like:
convert -fuzz 15% -bordercolor white -trim name_of_image.jpg output_name.jpg

-Edit-
Oh wait, you're trying to trim the white space around a pdf. I haven't tried that with ImageMagick. It may be able to do that too using the same command. I'll go try it out.

-Edit 2-
It does work for pdfs! Just run command:
convert -fuzz 15% -bordercolor white -trim input.pdf output.pdf
Yeah I think that's the ideal thing to do with a pdf, crop the white edges although I was trying to find a batch way of doing it.

I can't get ImageMagick to work, it wont open the PDF. Are there any good step by step instructions to get it installed and set up correctly? Running on Windows 7.
baker2gs is offline   Reply With Quote