Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1022 Bytes

52.md

File metadata and controls

29 lines (24 loc) · 1022 Bytes

XMP pdfaid:conformance (bua)

PDF/A version Conformance level Class type Severity
1, 2, 3 bua Conformance 5

The PDF/A document has XMP metadata and the element for PDF/A conformance (pdfaid:conformance) but its value is not correct.

Reproducibility

Edit

Change the value of the pdfaid:conformance to an incorrect value. An incorrect value is basically anything that is not

  • A or B (PDF/A-1 -2 -3)
  • or U (PDF/A -2 -3) for example,
% Change...
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.2-c001 63.139439, 2010/09/27-13:37:26">
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <rdf:Description rdf:about="" xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/">
      <pdfaid:part>1</pdfaid:part>
      <pdfaid:conformance>B</pdfaid:conformance>
    </rdf:Description>
  </rdf:RDF>
</x:xmpmeta>

% ... To.
  <pdfaid:conformance>XYZ</pdfaid:conformance>