pandoc/data
Henri Menke 46f4238a2a ConTeXt template: pdfa variable to generate PDF/A (#4294)
The resulting PDF can be verified using the Apache PDFBox preflight app.

```
$ java -jar preflight-app-2.0.8.jar test.pdf 
The file test.pdf is a valid PDF/A-1b file
```

Instructions on how to install the ICC profiles on ConTeXt standalone can be found in the wiki: <http://wiki.contextgarden.net/PDFX#ICC_profiles>.
If the ICC profiles are not available the log will contain messages like these

```
backend         > profiles > profile specification 'sRGB.icc' loaded from '/usr/local/texlive/2017/texmf-dist/tex/context/colors/icc/context/colorprofiles.xml'
backend         > profiles > error, couldn't locate profile 'srgb.icc'
backend         > profiles > no default profile 'srgb.icc' for colorspace 'rgb'
backend         > profiles > profile specification 'sRGB IEC61966-2.1' loaded from '/usr/local/texlive/2017/texmf-dist/tex/context/colors/icc/context/colorprofiles.xml'
backend         > profiles > error, couldn't locate profile 'srgb.icc'
backend         > profiles > invalid output intent 'sRGB IEC61966-2.1'
```

and the resulting PDF will not be valid PDF/A:

```
$ java -jar preflight-app-2.0.8.jar test.pdf 
The file test.pdf is not a valid PDF/A-1b file, error(s) :
2.4.3 : Invalid Color space, The operator "g" can't be used without Color Profile on page 1
2.4.3 : Invalid Color space, The operator "G" can't be used without Color Profile on page 1
2.4.3 : Invalid Color space, /DeviceGray default for operator "TJ" can't be used without Color Profile on page 1
2.4.3 : Invalid Color space, /DeviceGray default for operator "TJ" can't be used without Color Profile on page 1
2.4.3 : Invalid Color space, The operator "g" can't be used without Color Profile on page 1
2.4.3 : Invalid Color space, The operator "G" can't be used without Color Profile on page 1
2.4.3 : Invalid Color space, /DeviceGray default for operator "TJ" can't be used without Color Profile on page 1
```

However, the PDF will still be generated and the "errors" shown in the log do not break anything.
2018-03-17 21:05:55 -07:00
..
docx Updated reference.docx. 2017-12-26 22:02:49 -08:00
dzslides Updated dzslides template. 2015-07-13 22:46:49 -07:00
odt [odt] Infer table's caption from the paragraph (#3224) 2016-11-26 21:45:56 +01:00
pptx Powerpoint writer: Move notes slides into data tree. 2018-02-18 16:31:32 -05:00
templates ConTeXt template: pdfa variable to generate PDF/A (#4294) 2018-03-17 21:05:55 -07:00
translations Added Listing to Term. 2017-08-12 13:19:50 -07:00
abbreviations Removed etc. from abbreviations file. 2017-11-09 23:23:51 -05:00
bash_completion.tpl Support for PDF generation via weasyprint and prince (#3909) 2017-09-11 20:18:42 -07:00
epub.css HTML Writer: consistently use dashed class-names 2017-10-31 10:40:16 +01:00
init.lua data/init.lua: load pandoc.utils by default 2017-12-23 13:42:35 +01:00
jats.csl Fixed URIs in jats.csl. 2017-11-11 16:23:41 -08:00
LaTeXMathML.js Added --mathml option; removed Text.Pandoc.LaTeXMathML. 2010-03-18 06:45:56 +00:00
make-reference-files.hs make-reference-files: use proper path separators for Windows. 2015-05-28 09:59:08 -07:00
pandoc.List.lua Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
pandoc.lua data/pandoc.lua: add attr, listAttributes accessors 2018-01-13 23:24:13 +01:00
sample.lua data/sample.lua: use next instead of for loop 2017-12-27 20:11:19 +01:00
vimwiki.css Added Vimwiki reader (#3705). 2017-06-19 22:15:12 +02:00