Hello
For a blazor application that uses an asp.net core API we would like to allow users to print files in the backend.
Are there any possibilities to for example
- pass a filepath (only reachable for the backend) via the API
- print that file (silent) on a printer that is installed on the API server without any other user interaction.
Thank you