Skip to content

Improve --preflight by supporting different Versions of PDF/X and color profiles #709

@cmahnke

Description

@cmahnke

I'm now beyond proof reading my book project and now into getting it to be printed.

See this document of the print shop (In German only):
https://www.mybuchdruck.de/media/pdf/cc/a0/58/TB_Q210.pdf

They request PDF/X-4 with a ISOCoatedV2 / FOGRA39 color profile. This is currently not supported out of the box.
I currently creating using GhostScript, but in the log run it would be nice to pass these as --preflight-option. This is my (current) workaround:

gs -dPDFX4 -dBATCH -dNOPAUSE -dSAFER -sDEVICE=pdfwrite -dCompatibilityLevel=1.6 -dPDFSETTINGS=/printer \
  -sProcessColorModel=DeviceCMYK -sColorConversionStrategy=UseDeviceIndependentColor \
  -sDefaultRGBProfile=sRGB.icc -sOutputICCProfile=ISOcoated_v2_eci.icc -sOutputFile=print-press-ready_X4.pdf print-press-ready.pdf

Since this isn't yet supported by the upstream project, should I add it there as well?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions