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

The PDF Information Dictionary entry Creator is not consistent with PDF XMP metadata information #27

Open
digitalfox opened this issue Dec 4, 2022 · 1 comment

Comments

@digitalfox
Copy link

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.

@alexis-via
Copy link
Member

The lib writes the same string in:

  • the historic/legacy metadata (/Creator )
  • the XML metadata (xmp:CreatorTool</xmp:CreatorTool>)

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants