
Dear Pablo, Am 13.06.25 um 16:00 schrieb Pablo Rodriguez via ntg-context:
First, compile exactly this source (which is minimal also in resulting PDF code to be inspected [no text and no font]):
\setupbackend [format=PDF/X-3:2002, intent={ISO Coated v2 300\letterpercent\space (ECI)}] \setuppagenumbering[location=,] \starttext \null \stoptext
With two different installation I get this: A current version: 2025.06.12 14:21 backend > xmp > using file '/home/juh/juh.context.20241101/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml' backend > profiles > profile specification 'ISO Coated v2 300% (ECI)' loaded from '/home/juh/juh.context.20241101/tex/texmf-context/colors/icc/context/colorprofiles.xml' backend > profiles > setting 'ISOcoated_v2_300_eci.icc' as default 'cmyk' color space backend > profiles > setting output intent to 'ISO Coated v2 300% (ECI)' with id 'FOGRA39' for entry 1 B current version: 2025.06.12 14:21 backend > xmp > using file '/home/juh/hs.pub.context/context/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml' backend > profiles > profile specification 'ISO Coated v2 300% (ECI)' loaded from '/home/juh/hs.pub.context/context/tex/texmf-local/colors/icc/context/colorprofiles.xml' backend > profiles > setting 'ISOcoated_v2_300_eci.icc' as default 'cmyk' color space backend > profiles > setting output intent to 'ISO Coated v2 300% (ECI)' with id 'FOGRA39' for entry 1 A has only the default profiles B has the additional colorprofiles in texmf-local But when I use my real world color environment... \startmode[isocoated] \definecolor [hs-logoblau] [c=1.000, m=0.643, y=0.066, k=0.314] \definecolor [hs-dunkelblau] [c=0.881, m=0.549, y=0.015, k=0.004] \definecolor [hs-hellblau] [c=0.479, m=0.211, y=0.049, k=0.003] \definecolor [hs-orange] [c=0.021, m=0.790, y=1.000, k=0.100] \definecolor [hs-grau] [c=0.000,m=0.000,y=0.000,k=0.700] \setupcolors[cmyk=yes,rgb=no,] \setupbackend[ %format=PDF/X-1a:2001, %format=PDF/X-1a:2003, format=PDF/X-3:2002, %Empfehlung von Flyeralarm %format=PDF/X-3:2003, %format=PDF/X-4, %format=PDF/X-4p, intent={ISO Coated v2 300\letterpercent\space (ECI)} ] \stopmode The profile is not found. backend > xmp > using file '/home/juh/hs.pub.context/context/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml' backend > profiles > profile specification '{ISO Coated v2 300% (ECI)} ' not found in 'colorprofiles.xml, colorprofiles.lua' backend > profiles > profile specification '{ISO Coated v2 300% (ECI)} ' not found in 'colorprofiles.xml, colorprofiles.lua' In an older context release from last year it works. Thanks for your help. juh