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?
Sunil source
share