The pdfx tag has no wiki summary.
2
votes
1answer
87 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}
...
4
votes
2answers
225 views
pdfx package gives me Option clash for package hyperref
I'm using the following package for convert a PDF to a PDF/A format
\usepackage[a-1b]{pdfx}
When I compile, I receive the following error.
"Option clash for package hyperref"
I've searched ...
4
votes
1answer
148 views
Weird warning using pdfx
I got this strange warning:
\pdfobjcompresslevel > 0 requires \pdfminorversion > 4. Object streams disabled now.
using pdfx package.
Here it is a MWE:
...