<script>
var pdf = window.open( 'http://www.html.it/index.asp', 'PDFPrint');
pdf.focus();
pdf.print();
</script>

ciao