2020年3月17日 星期二

[tech_note] Using ghostscript to compress pdf


Using ghostscript to compress pdf


How to compress PDF with ghostscript https://gist.github.com/ahmed-musallam/27de7d7c5ac68ecbd1ed65b6b48416f9
"pdfcompress ()
{
   gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dPDFSETTINGS=/screen -dEmbedAllFonts=true -dSubsetFonts=true -dColorImageDownsampleType=/Bicubic -dColorImageResolution=144 -dGrayImageDownsampleType=/Bicubic -dGrayImageResolution=144 -dMonoImageDownsampleType=/Bicubic -dMonoImageResolution=144 -sOutputFile=$1.compressed.pdf $1;
}"

-rw-r--r--@  1  staff    41M  3 10 13:44 5秒解痛_按揉鎖骨_消除肩_頸_背痠_止住頭痛.pdf
-rw-r--r--   1  staff    11M  3 16 18:28 5秒解痛_按揉鎖骨_消除肩_頸_背痠_止住頭痛.pdf.compressed.pdf
-rw-r--r--@  1  staff    88M  3 10 13:44 成大事者_都敢對自己下狠手.pdf
-rw-r--r--   1  staff    21M  3 16 18:20 成大事者_都敢對自己下狠手.pdf.compressed.pdf


沒有留言:

張貼留言