Sunil
Sunil

Reputation: 41

Printing at a specific location using Java

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

Answers (2)

Kailash
Kailash

Reputation: 1

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

Upvotes: 0

rodrigoap
rodrigoap

Reputation: 7480

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

Upvotes: 1

Related Questions