An open API service indexing awesome lists of open source software.

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

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