AlbertEngelB
AlbertEngelB

Reputation: 16456

Print API for Chrome Extensions

Is there a Chrome Extension API that I can use to interact with the printing options for a page? I've checked Chrome's extension API's, but I can't seem to find anything on interacting with printing options in any way.

Is interacting with printer options possible using Chrome Extensions?

Upvotes: 1

Views: 5616

Answers (2)

Michael
Michael

Reputation: 35351

You might want to look into the chrome.printerProvider API (added in version 44).

Upvotes: 0

Xan
Xan

Reputation: 77551

Basically, no, there is no such API currently.

There are, it seems, vague plans for such an API in Chrome Apps, but nothing concrete yet as of 2015-04-16.

Upvotes: 4

Related Questions