How to convert a PDF to grayscale from command line avoiding to be rasterized?

后端 未结 7 951
暖寄归人
暖寄归人 2020-12-14 08:51

I\'m trying to convert to grayscale this PDF: https://dl.dropboxusercontent.com/u/10351891/page-27.pdf

Ghostscript (v 9.10) with pdfwrite Device fails with a \"Unabl

相关标签:
7条回答
  • 2020-12-14 09:26

    very late response, but the following command should work :

    convert -colorspace GRAY input.pdf input_gray.pdf
    
    0 讨论(0)
提交回复
热议问题