Printing at a specific location using Java

I am developing an application that basically prints data on a check. The data is retrieved from the database, and the Java application (or applet) must print the data (name, quantity, date, etc.) in the relevant validation provisions.

How can I print in a specific place on paper using Java?

+3
source share
2 answers

Jasper Reports can do this. How? Searching the Internet, there are many textbooks.

+1
source

yep .. Jasper is good, and you can use iReport to create a drag and drop report in jasper format.

0
source

Source: https://habr.com/ru/post/1731050/


All Articles