这个问题在 StackExchange 上被问过好几次了,但我找不到真正有效的解决方案。有没有一种(理想的)纯 ghostscript 方法来反转 PDF 的颜色?命令
gs \
-sOutputFile=output.pdf \
-sDEVICE=pdfwrite \
-sColorConversionStrategy=Gray \
-dProcessColorModel=/DeviceGray \
-dCompatibilityLevel=1.4 \
-dNOPAUSE \
-dBATCH \
input.pdf
将 input.pdf 转换为灰度 output.pdf。是否有类似的命令可以反转颜色?