Hey print professionals, I need some pointers to get me in the right direction for this development.
I am developing an epos system for a local store, which we are going to later connect with an e-commerce site.
The front of the epos system will be WinForms, so we can easily manage USB devices, and we will use the WebForms / MVC admin console.
One area in which we are inexperienced is printing. We need to print the barcodes and do this through the admin console (on the website).
So (finally) a question. Where do we start to look for code that will allow us to print directly to the connected printer from a server instance (IIS) .net from web forms.
source share