Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have an ASP.NET MVC web project to work on. The application will be hosted on local IIS server and accessed from Tablet browsers. The user will enter some text on the tablet which the application will store in a database, display on the page and print on a label printer automatically.

Can somebody give me some light on how to print text using a label printer (The label printer should be connected to the server via Ethernet/USB) from an ASP.NET MVC application?

What I have tried:

I've got the idea for everything else but not for printing. Thank you.
Posted
Updated 9-May-17 19:50pm
Comments
[no name] 9-May-17 21:44pm    
And google had no ideas on how to print either?
TonmoyP 9-May-17 23:12pm    
I couldn't find at least. Thanks
[no name] 10-May-17 7:17am    
Then you didn't look very hard.
TonmoyP 10-May-17 0:22am    
This is something useful but not the best option for me. Still looking for better package/plugin... excluding any JQuery script

Raw Data Print for ASP.NET Core MVC[^]

1 solution

 
Share this answer
 
Comments
TonmoyP 18-May-17 6:54am    
Thank you for your help. SelectPDF is nice and easy. Finally got Spire.Pdf which seems best for my need. Not every people knows how to help a new learner. Thanks for your answer mate :)
Maciej Los 18-May-17 7:37am    
You're very welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900