简体   繁体   中英

I would like to know how to communicate with a printer in the web without going through the chrome print pop-up

I have a website developed in Asp.Net that will allow returning data in pdf, that I can print it. I have an Evolis printer connected in USB mode. I would like to know how to communicate with a printer in the web without going through the chrome print pop-up Maybe it is necessary to develop a plugin that will be integrated into the web solution, if it is the case, I do not know with which technology it is necessary to develop it and how? If you have any feelings to suggest I will be grateful

You can use the PrintDocument class. here is the reference from MSDN

https://docs.microsoft.com/en-us/dotnet/api/system.drawing.printing.printdocument?view=netframework-4.8

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM