[gist] Compress pdf with command line
// install PDFTK
$ sudo apt-get install pdftk
// compress pdf
$ pdftk source.pdf output destination.pdf compress
// convert PNG to PDF
$ convert *.png file.pdf
https://gist.github.com/agustibr/3800432
Related posts by tag
- 07 Nov 2024 daisyUI — Tailwind CSS Components
- 04 Mar 2024 Using personal gems with Bundle without bothering your colleagues.
- 12 Jul 2023 Protomaps - A serverless system for planet-scale maps