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 :: enable proxy in cmd 
Shell :: install chrome ubuntu automatic update 
Shell :: git how to reset only one file 
Shell :: how to abort a rebase 
Shell :: git reset soft head 
Shell :: docker compose no space left on device 
Shell :: shell open program 
Shell :: linux tar gz 
Shell :: install siege on mac 
Shell :: find process on linux 
Shell :: default parameter value in bash 
Shell :: fzf install 
Shell :: scp all files in directory 
Shell :: git bash anaconda 
Shell :: add local project to bitbucket 
Shell :: You have to install development tools first. 
Shell :: install oh my zsh 
Shell :: permissão de execução linux 
Shell :: list packages linux windows 
Shell :: awk if else 
Shell :: get all branches from remote 
Shell :: dowload latest release github curl 
Shell :: check network interface linux 
Shell :: upgrade ionic capacitor 
Shell :: how to stop cron job 
Shell :: error failed to commit transaction (failed to retrieve some files) 
Shell :: git increase buffer size 
Shell :: git reset back to previous pushed commit 
Shell :: reconfigure postfix 
Shell :: configuration file is group-readable. This is insecure linux 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =