From 664724dac64ef5544126bbac0dca18746242868f Mon Sep 17 00:00:00 2001 From: ILyaCyclone Date: Thu, 23 Apr 2020 13:20:41 +0300 Subject: [PATCH] add Eclipse BIRT report engine Less spread than JasperReports but still viable option for generating documents. Visual editor is pretty good, so non-programmers can also create reports. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9f93c2..29174a1 100644 --- a/README.md +++ b/README.md @@ -740,6 +740,7 @@ _Tools to help with PDF file creation._ - [Apache PDFBox](https://pdfbox.apache.org) - Toolbox for creating and manipulating PDFs. - [Dynamic Jasper](http://dynamicjasper.com) - Abstraction layer to JasperReports. (LGPL-3.0-only) - [DynamicReports](https://github.com/dynamicreports/dynamicreports) - Simplifies JasperReports. (LGPL-3.0-only) +- [Eclipse BIRT](https://www.eclipse.org/birt) - Report engine for creating PDF and other formats (DOCX, XLSX, HTML, etc) using Eclipse-based visual editor. - [flyingsaucer](https://github.com/flyingsaucerproject/flyingsaucer) - XML/XHTML and CSS 2.1 renderer. (LGPL-2.1-or-later) - [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)