Hi all,
There are threads talking about printing to pos,using for example qz-print but we are developing a printer server app we need. We can do it on other language,but we would like to do it on PHP if possible, and access to it as web service.
Our problem is I don’t find too much information about server side printing. Some talks about accessing printer via network (\machine\sharedPrinter) and others talks about a windows only and not maintained extension (php-printer)
Access via network has the problem we have to sent plain text, and then we can’t send to it barcodes,images and so on…conclusion, not cute tickets. I found an extension on github but its for network printers ,and we need to maintain compatibility with USB printers.
I asked on SO without success…
http://stackoverflow.com/questions/25973046/printing-to-pos-printer-from-php
Has you some experience on this?
Thanks