Horje
linux compress pdf Code Example
how to compress pdf in linux
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=compressed_PDF_file.pdf input_PDF_file.pdf
Source: itsfoss.com
ubuntu console shrink pdf
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
linux compress pdf
# Best quality/size tradeoff
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=compressed_PDF_file.pdf input_PDF_file.pdf
linux compress a pdf
ps2pdf large.pdf small.pdf




Shell

Related
tail colorful Code Example tail colorful Code Example
How to install Android's repo on Ubuntu Code Example How to install Android's repo on Ubuntu Code Example
Yarn .gitignore for not Zero Installs Code Example Yarn .gitignore for not Zero Installs Code Example
Brew was unable to install [php@7.1]. Code Example Brew was unable to install [[email protected]]. Code Example
apt install antiword Code Example apt install antiword Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11