Google Chrome has the option to "Save as PDF" when you enter the Print dialog or use window.print(). The user needs to choose this option in the print dialog in order to save the page as a PDF.
Can I call some funcion or pass an argument to window.print() in Chrome to "print" the page as a PDF without the print dialog appearing?
Any ideas?