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
While verifying PDF-A compliance of documents, I stumbled across PoDoFo's default output mode violating the ISO specs. The VeraPDF rule with reference is: https://github.com/veraPDF/veraPDF-validation-profiles/wiki/PDFA-Parts-2-and-3-rules#rule-619-1
The code in question is:
podofo/src/base/PdfObject.cpp
Line 168 in 4280199
The easiest solution would be to just drop the conditional and the size impact should be pretty small.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While verifying PDF-A compliance of documents, I stumbled across PoDoFo's default output mode violating the ISO specs. The VeraPDF rule with reference is: https://github.com/veraPDF/veraPDF-validation-profiles/wiki/PDFA-Parts-2-and-3-rules#rule-619-1
The code in question is:
podofo/src/base/PdfObject.cpp
Line 168 in 4280199
The easiest solution would be to just drop the conditional and the size impact should be pretty small.
The text was updated successfully, but these errors were encountered: