% PDF/A-1a:2005

\enabletrackers[structure.tags,backend.tags,backend.xmp]

\setupbackend
  [format=PDF/A-1a:2005,
   intent=sRGB IEC61966-2.1, % use <info> entry here; otherwise problems with predefined default profile
   profile=sRGB.icc, % use <filename> here
 % profile={sRGB.icc,default_gray.icc}]
   level=0]

\setuptagging[state=start]

\setupcolors[cmyk=no]
\definecolor[rgbblack][b=0.01]
\definecolor[transtest][r=1,g=1,t=0.25]% transparency is not allowed

\placebookmarks[chapter][all][force=yes]

% \setupinteraction[title=MyTitle,subtitle=MySubject,author=MySelf]

\nopdfcompression


\starttext

\starttextcolor[rgbblack]

\startchapter[title=aa,bookmark=bb,list=cc,marking=dd]

Test for PDF/A-1a:2005

\stopchapter

\stoptextcolor

\hbox\bgroup
    \blackrule[width=1cm,height=1cm,color=red]
    \blackrule[width=1cm,height=1cm,color=green]
    \blackrule[width=1cm,height=1cm,color=blue]
    \blackrule[width=1cm,height=1cm,color=rgbblack]
    \blackrule[width=1cm,height=1cm,color=transtest]\hskip-.5cm
    \blackrule[width=1cm,height=1cm,color=transtest]
\egroup

\stoptext
