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

pdf compressor linux

ps2pdf -dPDFSETTINGS=/ebook input.pdf output.pdf
Comment

pdf compressor linux

ps2pdf input.pdf output.pdf
Comment

linux compress a pdf

ps2pdf large.pdf small.pdf
Comment

PREVIOUS NEXT
Code Example
Shell :: posh git install windows 
Shell :: list git config 
Shell :: Could not load project management plugin KDevCMakeManager. 
Shell :: linux saber la distribución terminal 
Shell :: ubuntu touchpad not working 
Shell :: check permissions for a folder in ubuntu 
Shell :: ubuntu 20.10 how to open zip file 
Shell :: laravel sqlite .env 
Shell :: how to access docker container bash 
Shell :: asdf current 
Shell :: jq windows 
Shell :: extract gz file ubuntu 
Shell :: pyqt5 designer download 
Shell :: batch command run exe 
Shell :: macos find file or directory by name 
Shell :: error: src refspec master does not match any error: failed to push some refs to android studio 
Shell :: bash show all file with same name 
Shell :: preload for ubuntu 
Shell :: count the number of unique elements in a column bash 
Shell :: nuget clear cache cli 
Shell :: git alias 
Shell :: how to see pip installed packages 
Shell :: add address to path cmd windows 
Shell :: bash symlink everything in a directory 
Shell :: alpine set keyboard layout 
Shell :: install bun sh 
Shell :: install paho mqtt client raspberry pi 
Shell :: display record in postgresql 
Shell :: find program path linux 
Shell :: bash only print duplicated lines 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =