maelvls dev blog

maelvls dev blog

Systems software engineer. I write mostly about Kubernetes and Go. About

30 Jan2017

Get lighter PDFs

convert -resample 72x72 -compress JPEG -quality 20 a.jpg a.pdf
convert -resample 72x72 -compress JPEG -quality 20 a.jpg a.pdf

WARNING: convert (imagemagick) often bugs as it uses external tools such as gs and ffmpeg; reinstalling Ghostcript can help.

📝 Edit this page