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.
source
share