'Printing reports from websites without any popup
I am very beginner with developments in .NET. I have a weird scenario for my web application.
Techstack is .NET 6 Angular 11 based web app. Hosted in Azure
Requirement is to print a report (Or just a pdf) into a printer registered at the client side without showing any popup.
For example if there is a printer attached to my PC or if thats a printer in my same local network. First application configuration asks to choose the printer. Once we configured, when ever user click a print button or generate report button, it generate the PDF report at server side and server responds back with a JSON response with path to the PDF file and the ready to print message. Which then automatically print the document on the registered printer.
Is it really implementable in a website or react native app or native script app using angular?
Please share your thoughts.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
