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
- π Notes apps are where ideas go to die. And thatβs good. Β· Reproof
Details
- Revised
- Created
- Edited