itext-java
itext-java copied to clipboard
iText for Java represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabi...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.22 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...
in method com.itextpdf.text.pdf.crypto.ARCFOUREncryption.prepareARCFOURKey The parameter len is used as a divisor, but it is not checked in advance whether it is zero, and it is likely to trigger ArithmeticException
Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-databind from 2.13.2 to 2.13.2.2. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
when the certificate is added, there is an option to add signed by, reason, location and the signed date. timezone is not supported currently in the signed date. this change...
SM2 signature is used by more and more use in China, and BouncyCastle has also supported SM2/SM3 algorithm. It is hoped that iText can also support SM2 signature. At present,...
Commit 4b6c5c36a32c1fddef7cde569f5cb82f2e804f2f added ability to sign the document as pdfa if the source document is pdfa. However, this change had no effect, because reader.getPdfAConformanceLevel() always returns null if associated PdfDocument...
The fix is regarding the issue on trimming trailing white space characters from passed string with length 1
Add a new String constant to IOException, because it can be often used.