What tool for printing Invoices and similar documents in Java Swing?

Posted by Jonas on Stack Overflow See other posts from Stack Overflow or by Jonas
Published on 2010-05-12T18:41:44Z Indexed on 2010/05/12 18:44 UTC
Read the original article Hit count: 225

Filed under:
|
|
|
|

I'm looking for a good tool for printing Invoices, Receipts and similar documents in Java Swing. I have tried JasperReports but it is pretty hard to get a dynamic layout and it is designing for reports.

A requirement that I have is that the document should be sent directly to the printer and must not be saved to a file. So some tools that first creates an Office Document or a PDF document isn't a solution for me.

Any recommendations?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing