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
- 🔗 cpio: Tutorial
- 🔗 SSH RSA-key login - Synology Forum
- 🔗 Introduction — PyMuPDF 1.18.3 documentation
- 🔗 7 behaviours to avoid in a software architecture role | Daniel Watts
- 🔗 QPDF Manual
- 🔗 10 Years of Open-Source Visualization / Mike Bostock / Observable
- 🔗 A virtuous cycle for analytics – Jon Udell
Details
- Revised
- Created
- Edited