bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

Try searching for compressing PDFs in general. I personally use these:
pdftk in.pdf output out.pdf compress
Or:
pdf-compress-gray () {
local input=""
local out="${2:-${input:r}_cg.pdf}"
local dpi="${pdf_compress_gray_dpi:-150}"
gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -sProcessColorModel=DeviceGray -sColorConversionStrategy=Gray -dOverrideICC -dDownsampleColorImages=true -dDownsampleGrayImages=true -dPDFSETTINGS=/screen -dColorImageDownsampleType=/Bicubic -dColorImageResolution=$dpi -dGrayImageDownsampleType=/Bicubic -dGrayImageResolution=$dpi -dMonoImageDownsampleType=/Bicubic -dMonoImageResolution=$dpi -sOutputFile="$out" "$input"
}


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

Login to follow story

More posts by @Barbara

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top