View Single Post
Old 02-15-2010, 01:49 PM   #6
SpyKiIIer
Member
SpyKiIIer began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jan 2010
Location: Ontario, Canada
Device: Sony PRS-600
THANK YOU!!!

I just tried out the batch line you gave, and it worked really well. I used the following numbers to remove the unnecessary text/images, and also cut the unneeded whitespace down as well. It works really fast. Thanks again!

Quote:
for %%I in (*.pdf) do "C:\Program Files\Calibre2\pdfmanipulate.exe" crop -o "%%~nI-cropped.pdf" -x 80 -y 70 -w 70 -v 80 "%%I"
SpyKiIIer is offline   Reply With Quote