You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
395 B
Markdown

2 years ago
# Scripts written with the help of ChatGPT
2 years ago
- [`pdfcompress`](./bin/pdfcompress)
2 years ago
2 years ago
A utility that uses convert to render each page of a PDF to a JPEG image with adjustable quality and then merges them back into a single document.
With the verbose option this will also print processing information and the estimated remaining time.
## Install
```zsh
2 years ago
$ ln -svf $(pwd)/bin/* ~/.local/bin/
```