Skip to content

Commit 57e0e29

Browse files
Update 3.0.0.md
1 parent b8bbd3c commit 57e0e29

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

changelogs/3.0.0.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ This means that source code using OpenPDF must be migrated to use import stateme
1515
📄 [Read the PDF 2.0 (ISO 32000-2:2020) specification](https://www.iso.org/standard/75839.html)
1616

1717

18-
* Added [HtmlToPdfBatchUtils](https://github.com/LibrePDF/OpenPDF/blob/master/openpdf-html/src/main/java/org/openpdf
19-
/html/HtmlToPdfBatchUtils.java) and [PdfBatchUtils](https://github.
20-
com/LibrePDF/OpenPDF/blob/master/openpdf-core/src/main/java/org/openpdf/text/pdf/PdfBatchUtils.java), new batch utilities built on Java 21 virtual threads.
18+
* Added [HtmlToPdfBatchUtils](https://github.com/LibrePDF/OpenPDF/blob/master/openpdf-html/src/main/java/org/openpdf/html/HtmlToPdfBatchUtils.java) and [PdfBatchUtils](https://github.com/LibrePDF/OpenPDF/blob/master/openpdf-core/src/main/java/org/openpdf/text/pdf/PdfBatchUtils.java), new batch utilities built on Java 21 virtual threads.
2119
These APIs improve throughput for HTML→PDF rendering and common PDF tasks such as merge, split, watermark, and encrypt.
2220

2321

@@ -26,3 +24,4 @@ These APIs improve throughput for HTML→PDF rendering and common PDF tasks such
2624

2725

2826

27+

0 commit comments

Comments
 (0)