Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fj-doc-mod-fop] fail to create a PDF which is both compliant to PDF/A-1b and PDF/UA-1 #52

Open
fugerit79 opened this issue Aug 20, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fugerit79
Copy link
Member

fugerit79 commented Aug 20, 2023

It seems setting both PDF/A and PDF/UA profile leads to this error on PDF/A validation :

"XMP property pdfuaid:part not defined in current schema."

Whereas PDF/UA validation succeds

PDF/A checked with : https://avepdf.com/en/pdfa-validation ( and Adobe )
PDF/UA checked with : https://check.axes4.com/en/

Here is a simple output of a PDF/A-1b and PDF/UA-1

Actually it seems that this property is added to the output PDF :

        <rdf:Description xmlns:pdfuaid="http://www.aiim.org/pdfua/ns/id/" rdf:about="">
            <pdfuaid:part>1</pdfuaid:part>
        </rdf:Description>

Which is leading to the validation error.

@fugerit79 fugerit79 added the bug Something isn't working label Aug 20, 2023
@fugerit79 fugerit79 self-assigned this Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant