a subset of pdf, standing for 'archive'; more details: http://en.wikipedia.org/wiki/Portable_Document_Format#Subsets
2
votes
1answer
88 views
Adding metadata using pdfx fails
I'd like to generate a PDF/A-compliant document. Thus I need to embed the metadata using XMP but somehow the following MWE doesn't work.
\RequirePackage{pdf14}
\documentclass{article}
...
2
votes
0answers
154 views
How to generate PDF/A using XeTeX?
Title says it all. I need to generate PDF/A compliant documents, and I'm using XeTeX. I couldn't find anything about this; here there's only info about pdfLaTeX (using pdfx) and ConTeXt.
Any help is ...