Reputation: 41
I am developing a application which basically prints data on a cheque. The data is obtained from a database and the Java application (or an applet) has to print the data (name, amount, date etc) at appropriate positions on the cheque.
How can I print at a specific location on a paper using Java?
Upvotes: 4
Views: 1486
Reputation: 1
yep.. Jasper is good and you can use iReport for drag and drop report creation in the jasper format.
Upvotes: 0
Reputation: 7480
Jasper Reports can do it. How? search the web, there are a lot of tutorials.
Upvotes: 1