how to receive printer interface in NPAPI plug-in for Google Chrome?
I had a difficulty in writing of a plug-in
of NPAPI
. I can't understand. How to receive the list of all printers
and to receive the interface
to one of them?
I write Scripting plugins with use of documentation of https://developer.mozilla.org/en-US/docs/Gecko_Plugin_API_Reference/Scripting_plugins . but I didn't find the answer in this documentation there on the question.
I need to get access to the printer and to set to it settings in a plug-in. How it to make?