Skip to content

Pdf

Resize

ImageMagick

convert -units PixelsPerInch input.pdf -density 150 output.pdf

Ghostscript

Different options for -dPDFSETTINGS for different resolutions. /screen and /ebook.

gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS="/screen" -sOutputFile=output.pdf input.pdf