pdf-a1a-2005.mkiv /size: 1091 b    last modification: 2024-01-16 09:03
1% PDF/A-1a:2005
2
3\enabletrackers[structure.tags,backend.tags,backend.xmp]
4
5\setupbackend
6  [format=PDF/A-1a:2005,
7   intent=sRGB IEC61966-2.1, % use <info> entry here; otherwise problems with predefined default profile
8   profile=sRGB.icc, % use <filename> here
9 % profile={sRGB.icc,default_gray.icc}]
10   level=0]
11
12\setuptagging[state=start]
13
14\setupcolors[cmyk=no]
15\definecolor[rgbblack][b=0.01]
16\definecolor[transtest][r=1,g=1,t=0.25]% transparency is not allowed
17
18\placebookmarks[chapter][all][force=yes]
19
20% \setupinteraction[title=MyTitle,subtitle=MySubject,author=MySelf]
21
22\nopdfcompression
23
24
25\starttext
26
27\starttextcolor[rgbblack]
28
29\startchapter[title=aa,bookmark=bb,list=cc,marking=dd]
30
31Test for PDF/A-1a:2005
32
33\stopchapter
34
35\stoptextcolor
36
37\hbox\bgroup
38    \blackrule[width=1cm,height=1cm,color=red]
39    \blackrule[width=1cm,height=1cm,color=green]
40    \blackrule[width=1cm,height=1cm,color=blue]
41    \blackrule[width=1cm,height=1cm,color=rgbblack]
42    \blackrule[width=1cm,height=1cm,color=transtest]\hskip-.5cm
43    \blackrule[width=1cm,height=1cm,color=transtest]
44\egroup
45
46\stoptext
47