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