Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
Mi
Created on: 01 Mar 2015 00:13
Category: UI for WPF
Type: Bug Report
0
PdfProcessing: pdfaid:part and pdfaid:conformance are missing in PDF/A files XMP metadata
According to http://www.digitalpreservation.gov/formats/fdd/fdd000251.shtml#sign there should be two elements in the XMP-metadata to indicate the PDF/A conformance level.

Here is an example:
<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>

or attribute version:

<rdf:Description rdf:about="" xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/" pdfaid:part="1" pdfaid:conformance="B" />

See also http://www.pdfa.org/wp-content/uploads/2011/08/tn0008_predefined_xmp_properties_in_pdfa-1_2008-03-20.pdf

and http://www.aiim.org/documents/standards/PDF-A/ISO19005AppNotes.pdf
2 comments
ADMIN
Petya
Posted on: 03 Mar 2015 09:36
Hi Mike, 

I'm glad to hear you succeeded in achieving the desired result.

As to removing a report from the public portal, I'm afraid this is not possible. Since you managed to export a PDF/A compliant document I am going to decline this report instead.
Mi
Posted on: 01 Mar 2015 09:44
Sorry forget about that, I didn't assign my PdfExportSettings-Object to the PdfFormatProvider.ExportSettings property. My fault.

By the way, how can I remove bug reports? :-)