# Scripts written with the help of ChatGPT - [`pdfcompress`](./bin/pdfcompress) A utility that uses convert to render each page of a PDF to a JPEG image and then merges them back into a single document. ## Install ```zsh $ ln -sv bin/* ~/.local/bin/ ```