Add rudimentary PDF/A-2b support
Redo merge request !32 (closed) using the pdfx package and avoid command line hassle using \pdfcreationdate.
RGB logo images are from !32 (closed), unknown to me how these are created.
Merge request reports
Activity
added 1 commit
- 569c9ae0 - Enable lualatex to produce conforming PDF/A-2b
Hm, can be possible to get both PDF/A and PDF/X in one file:
https://tex.stackexchange.com/questions/227429/pdf-a-with-cmyk-how/536060#536060
Hold this merge request for now, I'll look again when I get the time.
Edited by Jan-Åke Larssonadded 1 commit
- 635c581c - Use hyperxmp instead of pdfx, and CMYK outputindent for both PDF/A and PDF/X
Fixed. Now produces conformant PDF/A-2b and PDF/X-4 (modulo hyperlinks), both now use a CMYK color profile.
I added a script for converting PDFs for inclusion to PDF/A, so now there are no warnings for Times or Helvetica anymore, nor for the color profile of the included PDF.
pdflatex does not produce a PDF/A-2b conformant output still because of Calibri, but xelatex and lualatex do give a conformant PDF/A-2b.
Edited by Jan-Åke Larsson- Resolved by Jan-Åke Larsson
added 1 commit
- 90eda7a7 - Use colorprofiles package, the used profile FOGRA39L Coated is contained in that package
mentioned in commit f8536a36
Closes !32 (closed)
mentioned in merge request !32 (closed)