이 질문은 StackExchange에서 여러 번 요청되었지만 실제로 작동하는 솔루션을 찾을 수 없습니다. PDF의 색상을 반전시키는 (바람직하게도) 순수한 고스트스크립트 방법이 있습니까? 명령
gs \
-sOutputFile=output.pdf \
-sDEVICE=pdfwrite \
-sColorConversionStrategy=Gray \
-dProcessColorModel=/DeviceGray \
-dCompatibilityLevel=1.4 \
-dNOPAUSE \
-dBATCH \
input.pdf
input.pdf를 그레이스케일 출력.pdf로 변환합니다. 색상을 반전시키는 유사한 명령이 있습니까?