Skip to content

Commit e5445d0

Browse files
Update 3.0.0.md
1 parent 925f796 commit e5445d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

changelogs/3.0.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This means that source code using OpenPDF must be migrated to use import stateme
66
* Full PDF 2.0 support in OpenPDF. This is a breaking API change where all version related methods now use
77
String instead of char as method parameters. Default version is now PDF 2.0.
88

9-
* Add batch utility classes which uses Java 21 virtual threads: Html2PdfBatchUtils and PdfBatchUtils.
9+
* 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+
1012

1113

0 commit comments

Comments
 (0)