Search found 1 match
- Wed Sep 15, 2010 6:22 pm
- Forum: Programming
- Topic: Using BullzipPDF from Javascript
- Replies: 0
- Views: 11872
Using BullzipPDF from Javascript
I have an existing script which uses another PDF printer (Win2PDF) to start the orint dialog box at the end of a html file so that the user can print after viewing the html page in IE. The file looks like this <html> <body> ....html code.... <script type="text/javascript"> window.print ();...