Last active
February 25, 2022 12:54
-
-
Save luca-c-xcv/1f48bf13408ba5fbbc0f9c5281ced9b6 to your computer and use it in GitHub Desktop.
PDF: Useful
- Ghostscript tool:
sudo apt install ghostscript
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/<type> -dNOPAUSE -dQUIET -dBATCH -sOutputFile=<output-path>.pdf <input-path>.pdf
screen
: 72 dpiebook
: 150 dpiprepress
: 300 dpiprinter
: 300 dpidefault
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment