Quote:
Originally Posted by lilman
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.