mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Printing to system printer without browser dialog #410
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rutzelt on GitHub (Nov 7, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
We have a requirement for our browser-based application to print directly to a printer resource. Depending on the print job, it would need to auto-detect the available printers, select one, and issue the print job to it. We may need to change options as well (i.e. portrait vs. landscape). All of this would need to be done WITHOUT a browser window popping up. Can we have a method of interacting with system resources (printers) without needing to interact with something like "Chrome's Print Preview" ?
Thank you,
Tom
@x-xx-o commented on GitHub (Dec 12, 2019):
I'd like this one too.
Print capability exists in Electron, it should be quite simple to implement (and it would be even better if getPrinters were added too).
@GregorBiswanger commented on GitHub (Apr 21, 2020):
Thanks for your contribution @x-xx-o
The next Electron.NET Version 8.31.1 have your new printer support.