On Tue, Oct 24, 2017 at 7:02 PM, Pablo Rodriguez <oi...@gmx.es> wrote:
> On 10/24/2017 01:48 PM, Peter Rolf wrote:
>> [...]
>> Well, the good news is that the actual problem does not effect any A1
>> documents. And even with an incomplete (99.9%) validity the documents
>> stay usable. I'm sure that (alien) historians will love any ConTeXt
>> created PDF/A document :D
>
> Sorry, Peter, but I’m afraid that the bad news is that CMYK in form
> xobjects doesn’t work fine :-(:
>
>     \nopdfcompression
>
>     \setupexternalfigures[location=default]
>
>     \setuptagging[state=start]
>
>     \setupbackend
>       [format=PDF/A-3a,
>        intent=sRGB IEC61966-2.1,
>        profile={isocoated_v2_eci.icc,default_gray.icc},
>        level=0]
>
>     \setupcolors[pagecolormodel=auto]
>
>     \starttext
>     \startTEXpage[offset=1em]
>     \externalfigure[cow]
>     \stopTEXpage
>     \stoptext
>
> I don’t use CMYK myself, but am I missing something or is this something
> that needs further investigation?
is this
     \externalfigure[cow]
a pdf ?
As said previously , including pdf can break the rules of
format=PDF/A-3a.
Simply include bitmap images, it's way more robust.

-- 
luigi
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to