|
|
|
@ -2,10 +2,12 @@
|
|
|
|
|
|
|
|
|
|
- [`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.
|
|
|
|
|
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
|
|
|
|
|
$ ln -sv bin/* ~/.local/bin/
|
|
|
|
|
```
|
|
|
|
|
$ ln -svf $(pwd)/bin/* ~/.local/bin/
|
|
|
|
|
```
|
|
|
|
|