-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Multiple PRs #755
Multiple PRs #755
Commits on Apr 25, 2024
-
Since the version 6.7.4, the "0" is considered like empty string and not displayed
Configuration menu - View commit details
-
Copy full SHA for 942a569 - Browse repository at this point
Copy the full SHA 942a569View commit details
Commits on Apr 27, 2024
-
Co-authored-by: William Desportes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8cf259 - Browse repository at this point
Copy the full SHA f8cf259View commit details
Commits on Apr 28, 2024
-
Fixed handling of transparency in PDF/A mode in addExtGState method
The condition allowed to add ExtGState in all PDF/A modes and disallowed in default mode. This fix inlines the condition with setExtGState to allow transparency parameters for non-PDF/A and PDF/A > 1 documents. The state condition is copied from 'setExtGState'.
Configuration menu - View commit details
-
Copy full SHA for 1056a31 - Browse repository at this point
Copy the full SHA 1056a31View commit details
Commits on Aug 28, 2024
-
Encrypt /DA string when document is encrypted
When document is encrypted then /DA string must be encrypted, without this Acrobat cannot allow fill form fields.
Configuration menu - View commit details
-
Copy full SHA for 789d8d4 - Browse repository at this point
Copy the full SHA 789d8d4View commit details
Commits on Sep 17, 2024
-
Improve quality of generated seed, avoid potential security pitfall
* Try to use random_bytes() first if it's available * Do not include the server parameters in the generated seed, as they might contain sensitive data As all current usages of getRandomSeed() directly hash the seed, there should be no BC breaking changes. The main source of entropy is more than enough on its own if random_bytes() or openssl_random_pseudo_bytes() are available.
Configuration menu - View commit details
-
Copy full SHA for 022689a - Browse repository at this point
Copy the full SHA 022689aView commit details
Commits on Sep 23, 2024
-
Fix bug on _getannotsrefs when there are empty signature appearances …
…but not other annot on a page
Configuration menu - View commit details
-
Copy full SHA for 5e43d3c - Browse repository at this point
Copy the full SHA 5e43d3cView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbf3a42 - Browse repository at this point
Copy the full SHA cbf3a42View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c9a170 - Browse repository at this point
Copy the full SHA 7c9a170View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee8f6e - Browse repository at this point
Copy the full SHA bee8f6eView commit details
Commits on Oct 11, 2024
-
Remove usage of xml_set_object() function
The xml_set_object() function will be deprecated in PHP 8.4 as well as passing non-callable strings to the xml_set_*_handler() functions. Instead of using xml_set_object(), the string method names in xml_set_element_handler() and xml_set_character_data_handler() should be replaced with callables. - https://wiki.php.net/rfc/deprecations_php_8_4#xml_set_object_and_xml_set_handler_with_string_method_names Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53990c6 - Browse repository at this point
Copy the full SHA 53990c6View commit details
Commits on Oct 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fddb42c - Browse repository at this point
Copy the full SHA fddb42cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a977a64 - Browse repository at this point
Copy the full SHA a977a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d27369 - Browse repository at this point
Copy the full SHA 3d27369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b50fe2 - Browse repository at this point
Copy the full SHA 5b50fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b93b25f - Browse repository at this point
Copy the full SHA b93b25fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0acbbf1 - Browse repository at this point
Copy the full SHA 0acbbf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce8a91 - Browse repository at this point
Copy the full SHA 5ce8a91View commit details