Optimize PDF files (with Ghostscript or other)

前端 未结 7 1407
名媛妹妹
名媛妹妹 2020-12-02 04:25

Is Ghostscript the best option if you want to optimize a PDF file and reduce the file size?

I need to store alot of PDF files and therefore I need to optimize and red

7条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 05:02

    I use Ghostscript with following options taken from here.

    gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \
     -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
    

提交回复
热议问题