Search code examples
javaprintingframeworksmailing-list

Printing mailing labels


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?


Solution

  • JasperReports is an opensource reporting application. There are mailing label templates available.