Sorry of this seems like a basic question but I am new to printing in Java.
I am writing a small POS application using Java. The application is almost finished except for the invoice printing part. The program will be distributed via the internet.
Is there any way for the program to be able to connect to a wide array of POS printers, or must I choose a specific printer and add its jpos.xml file to my project?
Since I wont be installing the program on the clients’ computers and configuring the hardware, I would like it to work with POS printers that the client already has on the system. Is that possible?