Search code examples
javascriptzebra-printers

Get default printer name from javascript?


Is it possible to fetch the name of default printer from javascript? I need only the name of the printer and display a dialogue asking the user to manually change his default printer, if the default printer doesn't meet my appliation requirement. Im using plain javascript


Solution

  • In "plain" javascript this is not possible. Please add more details to your question if you're using some HTML5-ish related API.