Posts by Luciano Mascarenhas • 39 points
2 posts
-
0
votes2
answers1067
viewsA: How do I print to dot matrix printer on the client with a web application?
I managed to solve my problem as follows. I installed the matricial printer drives on the web server and set the name of the printer installed directly in the application, so it worked smoothly, the…
-
3
votes2
answers1067
viewsQ: How do I print to dot matrix printer on the client with a web application?
I have an application made in C# MVC with a routine to print a plain text on the standard printer. The method was used RawPrinterHelper.SendStringToPrinter that is described in this article.…