Hi I have made a desktop application and i have to print some data to printer.For this purpose I have done my code
and ran it successfuly and test on xps doucuments and on oneNote . I have no physical printer but i am satisfied
by testing it on xps documents and one note e.t.c.
But actually i have to print receipts and i dont know how to support different receipt printers with my java
application. For example i want to use a Epson TM-T88i receipt printer with my application. So what should i do?
Is there any need to find and download a developer document of this specific printer ? or java automatically finds
it and print content to it as it is , if it is already installed on the computer?
Actually this is first time when i have to support thermal receipt printers with my java application.
Thanx in advance!