Skip to content

NF02/pdfcomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

sudo pacman -S ghostscript

Debian Linux and derived

sudo apt install ghostscript

Fedora Linux and derived

sudo yum install ghostscript

Mac Os

brew install ghostscript

Of course it is also possible to install it manually