Sam Hames

Now with RSS!

Using imagemagic convert to reduce the size of scanned PDFs

Say you have a PDF file containing lots of images, like you would get from scanning a document. The following scan will reduce the size of the document, by reducing the resolution and quality of the embedded images in the document.

convert -density 90x90 -quality 50 -compress jpeg large.pdf small.pdf

Tags

Related By Tags

Details

Revised
Created
Edited