git clone git://git.ghostscript.com/ghostpdl.git

ビルド方法

カラープロファイル

CRD (Color Rendering Dictionary)

古い方法

UseCIEColor

ICC Profile (9系から)

gs -o cmyk-doc.pdf      \
   -sDEVICE=pdfwrite    \
   -dOverrideICC=true   \
   -sDefaultCMYKProfile=/path/to/mycmykprofile.icc \
   -sOutputICCProfile=/path/to/mydeviceprofile.icc \
   -dRenderIntent=3     \
   -dDeviceGrayToK=true \
    input-doc.pdf

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes