OpenPDF PDF/A conformance not given through missing of attribute xml:lang="x-default" dc:title -> rdf:li #969
Unanswered
speckyspooky
asked this question in
Q&A
Replies: 2 comments
-
Please see #980 - we would appreciate someone contributing PDF/A support in OpenPDF. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would be interesting to know what is the current status. Did OpenPDF solved this already? If not, pull requests are still welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello There,
I created different PDF/A1-A & -B documents with openPdf and checked the quality.
The main problem is that the dc:title will be noted as uncorrect due to the missing language option which is an attribute value.
The required versio of the XMP metadata is:
dc:titlerdf:Alt<rdf:li xml:lang="x-default">Titel-Subtitel</rdf:li></rdf:Alt></dc:title>
The given version of openPDF is:
dc:titlerdf:Altrdf:liTitel-Subtitel</rdf:li></rdf:Alt></dc:title>
I tested with the page:
https://www.pdfforge.org/online/de/pdfa-validieren
Is there an option to activate the language attribute so that the pdf is a valid PDF/A document?
Beta Was this translation helpful? Give feedback.
All reactions