Printing with Javascript/JQUERY

by 1 replies
2
Does anyone have any experience with more advanced printing with either Javascript or JQUERY. Now I can easily print a page (or portion of a page) window.print() method. However this opens up the computers print dialog. What I want is more advanced printing. Specifically the ability to print to two printers, each printer will be required to print a different page. So with one button click I need to be able to print to two printers, two differently formatted pages. Any ideas? If JS is not well suited for this perhaps something else?
#programming #javascript or jquery #printing

Next Topics on Trending Feed

  • 2

    Does anyone have any experience with more advanced printing with either Javascript or JQUERY. Now I can easily print a page (or portion of a page) window.print() method. However this opens up the computers print dialog. What I want is more advanced printing. Specifically the ability to print to two printers, each printer will be required to print a different page. So with one button click I need to be able to print to two printers, two differently formatted pages. Any ideas? If JS is not well suited for this perhaps something else?