Question
1
Replies
240
Views
US Department of Veteran Affairs
Posted: August 23, 2016
Last activity: August 24, 2016
Closed
Print popup
We have a requirement, on click of a button we have to send the document to default printer and print the document with out Printer Popup.
appreciate on any help on how to achieve this.
***Updated by Moderator: Marissa to update categories***
Hello Venkata,
The simplest way is to open a popup window with the text file, and call print on the window handle returned:
The "text.txt" could be parameterized as per your requirement. Also, you could try for window.print() function.
Please let me know if that helps!!