https://github.com/NF02/pdfcomp
A pdf comprimer easy script
https://github.com/NF02/pdfcomp
bash bsd environment ghostscript linux macosx minix pdf pdf-compression script unix-shell zsh
Last synced: 11 months ago
JSON representation
A pdf comprimer easy script
- Host: GitHub
- URL: https://github.com/NF02/pdfcomp
- Owner: NF02
- License: mit
- Created: 2022-04-20T22:23:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T10:50:29.000Z (over 3 years ago)
- Last Synced: 2024-10-24T18:33:11.987Z (over 1 year ago)
- Topics: bash, bsd, environment, ghostscript, linux, macosx, minix, pdf, pdf-compression, script, unix-shell, zsh
- Language: TeX
- Homepage:
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdf_comprimer
This script is meant to simplify ghostscript syntax and also to have a
convenient and practical solution for *PDF compression*.
## Dependence
The only dependencies you need to install *ghostscript*. To do this, just go to
the repo of your Linux distro or to brew if it is mac os x and install the package of
the same name. For the rest the script can be put in a path to be more convenient.
### Ghostscript install
#### Arch Linux
```sh
sudo pacman -S ghostscript
```
#### Debian Linux and derived
```sh
sudo apt install ghostscript
```
#### Fedora Linux and derived
```sh
sudo yum install ghostscript
```
#### Mac Os
```sh
brew install ghostscript
```
Of course it is also possible to install it manually