Hi, I want print an HTML page by specifying the printer name at runtime and without print properties dialog box for that i am using the following code
printSettings.printerName= "Samsung ML-1200 Series"; printSettings.printSilent=true; when i specify the printerName property in nsIprintSettings print is going to the specified printer.It is working fine on windows but on mac even though i specify the printer name print is going to the default printer only.So how can i change the default printer at runtime on mac? -- View this message in context: http://www.nabble.com/printing-on-MAC-OS-X-tf2863943.html#a8003353 Sent from the Mozilla - XPCOM mailing list archive at Nabble.com. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
