喜IM嘗試使用Ghostscript 9.18在Windows 10下:嵌入ICC色彩配置文件
CALL "C:\Program Files\gs\gs9.18\bin\gswin64c.exe"^
-dNumRenderingThreads=8^
-dSAFER^
-r720^
-dCompressFonts=true^
-dPDFSETTINGS=/prepress^
-dPDFA=2^
-dBATCH^
-dNOPAUSE^
-sProcessColorModel=/DeviceRGB^
-dProcessColorModel=/DeviceRGB^
-sColorConversionStrategy=/UseDeviceIndependentColor^
-sDefaultGrayProfile="C:\Program Files\gs\gs9.18\iccprofiles\ISOcoated_v2_grey1c_bas.ICC"^
-sDefaultRGBProfile="C:\Program Files\gs\gs9.18\iccprofiles\sRGB_v4_ICC_preference.icc"^
-sDefaultCMYKProfile="C:\Program Files\gs\gs9.18\iccprofiles\PSOuncoated_v3_FOGRA52.icc"^
-dOverrideICC=true^
-sOutputICCProfile="C:\Program Files\gs\gs9.18\iccprofiles\sRGB_v4_ICC_preference.icc"^
-sDEVICE=pdfwrite -sOutputFile="%~n1.pdf" %1
pause
,但失敗了,它寫入沒有錯誤,但沒有ECC的個人資料將被列入,不管輸入什麼。請有人幫忙嗎?我發現了其他主題,但沒有真正的答案...