View Single Post
Old 11-14-2011, 04:21 AM   #4
Utnapishtim
Junior Member
Utnapishtim began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2011
Location: Denmark
Device: Kindle 4NT
No problem.
If you want to save space, then try the Multivalent compress function (get the jar here). I've had PDFs that went from 24MB to less than 500kb:

$ java -cp Multivalent20060102.jar tool.pdf.Compress -jpeg -noalt -nostruct INPUT.pdf

This will save the output in INPUT-o.pdf, but you can use -inplace to simply overwrite the input file.
Utnapishtim is offline   Reply With Quote