We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, thanks a lot for this very handy library.
I manage to get PDF/A-B3 compliant files with factu-x lib, except one check about consistency between PDF legacy metadata and XMP metadata.
Vera does not complain about it, but some other validor does, ex. https://avepdf.com/pdfa-validation
In facturx.py line 490, creator_tool is indeed a fixed string and not read from pdf_metadata dict.
The text was updated successfully, but these errors were encountered:
The lib writes the same string in:
I made a test on https://avepdf.com/pdfa-validation with factur-x 3.0 and the file is reported as valid PDF/A-3b.
Could you help me reproduce the error?
Sorry, something went wrong.
No branches or pull requests
First, thanks a lot for this very handy library.
I manage to get PDF/A-B3 compliant files with factu-x lib, except one check about consistency between PDF legacy metadata and XMP metadata.
Vera does not complain about it, but some other validor does, ex. https://avepdf.com/pdfa-validation
In facturx.py line 490, creator_tool is indeed a fixed string and not read from pdf_metadata dict.
The text was updated successfully, but these errors were encountered: