I need to incorporate the printing of mailing labels in my web application. The addresses are in a DB, and the function will allow the user to select addresses, then hit a button to print mailing labels.
Is there a Java framework for this?
I need to incorporate the printing of mailing labels in my web application. The addresses are in a DB, and the function will allow the user to select addresses, then hit a button to print mailing labels.
Is there a Java framework for this?
JasperReports is an opensource reporting application. There are mailing label templates available.