I was wondering if anyone has any pointers on how to create a billing invoice from a java application? I have a customer database that I can store customer information and soon will add where it can keep track of their orders and I wanna be able to press something like "Print" and it will generate a preset template that looks like a billing invoice and filled in with their personal information/product type/ and total. Just looking to be shown the right direction of how to complete something of this magnitude?
I'm unsure if Java has any methods that allow you to generate a PDF file and allow you to edit it through your code