tags:

views:

68

answers:

2

Hi,

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?

+1  A: 

Jasper Reports can do it. How? search the web, there are a lot of tutorials.

rodrigoap
A: 

yep.. Jasper is good and you can use iReport for drag and drop report creation in the jasper format.

Kailash