使用Graphics Mill和c#将PDF设置为CMYK

时间:2019-03-22 00:26:15

标签: c# pdf cmyk

我有下面的代码,我使用了CMYK颜色配置文件(CMYK.icc),但它输出的PDF仍在RGB上。

pdfWriter.AddPage(
  content.Width, 
  content.Height, 
  300, 
  300, 
  new ColorProfile(
     Server.MapPath("~/ColorProfiles/CMYK.icc")
));

0 个答案:

没有答案