a subset of pdf, standing for 'archive'; more details: http://en.wikipedia.org/wiki/Portable_Document_Format#Subsets

learn more… | top users | synonyms

27
votes
3answers
3k views

How to generate PDF/A and PDF/X?

I have heard about PDF subsets PDF/A (for archival) and PDF/X (for printing). How to generate LaTeX documents like that? I'm also interested in answers with plain TeX and ConTeXt, and hopefully with ...
6
votes
1answer
483 views

pdf/a: Width information for rendered glyphs is inconsistent

Have there been any advances to create a valid pdf/a-1b from LaTeX including math fonts? I get the following error from preflight in Adobe Acrobat Pro: Width information for rendered glyphs is ...
2
votes
1answer
236 views

Add metadata in pdf as type pdf/a

I have created using pdfx a pdf using this command: \usepackage[a-1b]{pdfx} I would add metadata but I don't really understand how do it. I read the doc but I didn't understand pdfx guide
17
votes
2answers
581 views

Generating PDF/A-1b compliant documents using pdfx and pdfLaTeX

There are several discussions on the web on how to generate PDF/A-1b compliant documents. One approach can be found on ...
5
votes
0answers
214 views

Error after creating pdf/a [closed]

I must create my thesis in pdf/a format. I'm using the package pdfx calling in the preamble: \usepackage[a-1b]{pdfx} When I open the pdf with Adobe I got the blu bar says me that file is in PDF/A ...
4
votes
1answer
315 views

Device Independent color

I am validating the following latex document with The 3-Heights™ PDF Validator Online Tool \documentclass{article} \usepackage[margin=1in]{geometry} \usepackage[rgb]{xcolor} \begin{document} ...