I need to print shippig labels on my thermal printer. I have a web application
Using vb.net. Is there any standard solution for this? If its not possible to print using web application then i can migrate to windows application as well.
I need to print shippig labels on my thermal printer. I have a web
Share
Probably the easiest thing to do is to have you web application create a pdf, and then serve up / return that pdf to the user – who can then use standard print dialog to send your perfectly formatted results to the printer using the drivers installed.