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.
|
|
|
# Scripts written with the help of ChatGPT
|
|
|
|
|
|
|
|
- [`pdf-compress`](./pdf-compress)
|
|
|
|
|
|
|
|
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/
|
|
|
|
```
|