From c3a053ed51b2a969278186406cfed73b9f12ce4f Mon Sep 17 00:00:00 2001 From: shathor Date: Sat, 29 Aug 2020 19:25:18 +0200 Subject: [PATCH 1/2] Add Tabula Add Tabula: Extract tables from PDF files. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b966ee3..ae7bb63e 100644 --- a/README.md +++ b/README.md @@ -734,7 +734,7 @@ _Java platform as a service._ ### PDF -_Tools to help with PDF file creation._ +_Tools to help with PDF files._ - [Apache FOP](https://xmlgraphics.apache.org/fop/) - Creates PDFs from XSL-FO. - [Apache PDFBox](https://pdfbox.apache.org) - Toolbox for creating and manipulating PDFs. @@ -746,6 +746,7 @@ _Tools to help with PDF file creation._ - [JasperReports](https://community.jaspersoft.com/project/jasperreports-library) - Complex reporting engine. (LGPL-3.0-only) - [Open HTML to PDF](https://github.com/danfickle/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) - Extract tables from PDF files. ### Performance analysis From 8052024c1d965543f13857b827a72186b350843f Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 21 Sep 2020 11:26:41 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7bb63e..92a56127 100644 --- a/README.md +++ b/README.md @@ -746,7 +746,7 @@ _Tools to help with PDF files._ - [JasperReports](https://community.jaspersoft.com/project/jasperreports-library) - Complex reporting engine. (LGPL-3.0-only) - [Open HTML to PDF](https://github.com/danfickle/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) - Extract tables from PDF files. +- [Tabula](https://github.com/tabulapdf/tabula-java) - Extracts tables from PDF files. ### Performance analysis