Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

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
Comment

linux compress a pdf

ps2pdf large.pdf small.pdf
Comment

PREVIOUS NEXT
Code Example
Shell :: burp suite kali linux 
Shell :: grep search match in all files in folder 
Shell :: co pilot github 
Shell :: bash $! command 
Shell :: apt-get install plex 
Shell :: what is shell in linux 
Shell :: npm otp-generator 
Shell :: docker compose install 
Shell :: ubuntu display sources.list 
Shell :: install docker on ubuntu 
Shell :: ubuntu install Qsampler 
Shell :: install bottle 
Shell :: replace main with another branch 
Shell :: how to I paste in gitbash windows 
Shell :: pendrive bootable using terminal 
Shell :: yay see package files 
Shell :: heroku pg:pull ----exclude-table-dat 
Shell :: see active apcahe conf file 
Shell :: uepic games github 
Php :: magento 2 create admin user 
Php :: php error 
Php :: Class "AppHttpControllersAuth" not found 
Php :: check composer php version 
Php :: how to get page name in php 
Php :: Class "AppHttpControllersGuzzle Client" not found 
Php :: php time script 
Php :: laravel asset storage not working 
Php :: laravel random query 
Php :: Your requirements could not be resolved to an installable set of packages. 
Php :: how uninstall the laravel 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =