I am trying to find a good method for creating customer invoices in Java. I have been looking into Jasper Reports but it seems a bit heavy for what I need and I am working through some troubles with it now.
I am just looking for a simple way to edit fields and tables in a pdf file. Alternatively, a way to create a PDF in java with a logo and a table of different charges for a particular customer.
Thanks!