We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925f796 commit e5445d0Copy full SHA for e5445d0
changelogs/3.0.0.md
@@ -6,6 +6,8 @@ This means that source code using OpenPDF must be migrated to use import stateme
6
* Full PDF 2.0 support in OpenPDF. This is a breaking API change where all version related methods now use
7
String instead of char as method parameters. Default version is now PDF 2.0.
8
9
-* Add batch utility classes which uses Java 21 virtual threads: Html2PdfBatchUtils and PdfBatchUtils.
+* Added Html2PdfBatchUtils and PdfBatchUtils, new batch utilities built on Java 21 virtual threads.
10
+These APIs improve throughput for HTML→PDF rendering and common PDF tasks such as merge, split, watermark, and encrypt.
11
+
12
13
0 commit comments