I hope this is the right place to ask this question!
I want to write a Chrome extension that will "intercept" a print job, modify it, and then send the modified print job to a printer.
I've been trying to use the "chrome.printerProvider" API[1] to accomplish this, but it doesn't seem to do quite what I want. The problem is that the API only seems to allow you to create you own, "fake" printers and interact with them. You can't interact with the "real" printers that your computer is connected to.
The reason I want to do this is that I want to modify the headers and footers that Chrome puts on each printed page. I was thinking: I could use this printing API to tell Chrome to generate a PDF for printing. Then, I could intercept the PDF, modify it, and then send the modified version to the printer.
Thank you.
[1]: https://developer.chrome.com/extensions/printerProvider
--
You received this message because you are subscribed to the Google Groups "extensions-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to extensions-de...@chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
so I need an extension, that with one click of it, it prints the page, and skips all the prompts. I just want it to print 1 page, instantly. I do not want the multiple pop ups. Is there a way to do that in chrome? if not can it even be done? I am no dev, so I have no idea if it is even possible. But that is what I am looking for. I was not sure if that was the same as silent printing.
If anyone can help, or at least point me in the direction i need, i would be grateful!!!