-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels