View Single Post
Old 03-26-2010, 04:02 PM   #14
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
I don't have Windows 7 so I can't help you with the install, but I do know of an easy way to pseudo-batch trim your pdfs. Copy all the pdfs you want to trim to a new folder, then open a command prompt in that new folder and run:

mogrify -fuzz 15% -bordercolor white -trim *.pdf

The mogrify command is similar to convert except that it overwrites the input file (which is why I said copy the pdfs to a new folder, otherwise you will lose the originals). The above command should trim the white space of all the pdfs in the folder.
Can you provide some detail how you have these programs installed? It shouldn't be too different for me. I have ImageMagick installed but the Manga I've downloaded and I'm just not sure what I'm supposed to do with it.
baker2gs is offline   Reply With Quote