I am about to start a small POS project. That is not online application. That will be running on LAN network. I decided to use ASP.NET MVC in C# for that application instead of windows forms because my client wants better UI and he wants it.
But my problem is I have to provide a feature in my application that print out the invoice directly from printer machine. In windows forms, that can be done easily(but I am not experienced). So I have to start my project soon. I found a lot of articles online , but they are just explaining how to render of export as pdf file . They do not show the printing step.
Can this be done with ASP.NET, printing invoice? If not, I have to go with another one (windows forms).