From 074af3a7431c391eb860d13bd0706f2b6ea698e2 Mon Sep 17 00:00:00 2001 From: paohaijiao Date: Mon, 22 Jun 2026 21:43:27 +0800 Subject: [PATCH 1/2] add jquick-pdf to PDF section add jquick-pdf to PDF section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c04260b7..7669031e 100644 --- a/README.md +++ b/README.md @@ -958,7 +958,7 @@ _Tools to help with PDF files._ - [Open HTML to PDF](https://github.com/openhtmltopdf/openhtmltopdf) - Properly supports modern PDF standards based on flyingsaucer and Apache PDFBox. - [OpenPDF](https://github.com/LibrePDF/OpenPDF) - Open-source iText fork. (LGPL-3.0-only & MPL-2.0) - [Tabula](https://github.com/tabulapdf/tabula-java) - Extracts tables from PDF files. - +- [jquick-pdf](https://github.com/paohaijiao/jquick-pdf) - A lightweight Java library for generating PDFs from HTML-like templates and ECharts graphics without any browser dependency. ### Performance analysis _Tools for performance analysis, profiling and benchmarking._ From 7fe5943a04512b6153c1441b77d495f60a6c7557 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Fri, 26 Jun 2026 09:56:09 +0400 Subject: [PATCH 2/2] Fix jquick-pdf entry wording --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7669031e..f0a7c82b 100644 --- a/README.md +++ b/README.md @@ -955,10 +955,11 @@ _Tools to help with PDF files._ - [GraphCompose](https://github.com/DemchaAV/GraphCompose) - Declarative engine for structured business PDFs with semantic layout, atomic pagination, theme tokens, and native vector charts. - [iText ![c]](https://itextpdf.com/en) - Creates PDF files programmatically. - [JasperReports](https://community.jaspersoft.com/project/jasperreports-library) - Complex reporting engine. (LGPL-3.0-only) +- [jquick-pdf](https://github.com/paohaijiao/jquick-pdf) - Generates PDFs from HTML-like templates and ECharts-style charts using iText 7, without a browser dependency. - [Open HTML to PDF](https://github.com/openhtmltopdf/openhtmltopdf) - Properly supports modern PDF standards based on flyingsaucer and Apache PDFBox. - [OpenPDF](https://github.com/LibrePDF/OpenPDF) - Open-source iText fork. (LGPL-3.0-only & MPL-2.0) - [Tabula](https://github.com/tabulapdf/tabula-java) - Extracts tables from PDF files. -- [jquick-pdf](https://github.com/paohaijiao/jquick-pdf) - A lightweight Java library for generating PDFs from HTML-like templates and ECharts graphics without any browser dependency. + ### Performance analysis _Tools for performance analysis, profiling and benchmarking._