Is there a GUI for creating PDF reports created by Java?

I wrote Java code using the iText library to create a report in PDF format, but specifying the layout seems very manual and takes a lot of time, re-running the code to check small settings.

Does anyone know a report designer for PDF files that will work with Java? This does not have to be iText, this is what I am using at the moment.

+5
source share
2 answers

Yes, JasperReports . He has a visual designer iReport. In addition, the API is pretty simple.

As far as I know, BIRT is an alternative to JasperReports.

, , .

+2

Docmosis, Word OpenOffice (.. ). , , "" , , /.

0

All Articles