I need to get the print dialog showing up when a pdf file is opened. I found an example of what I need but I can't find the way to do it on my own pdf file... Here's the example: http://www.fpdf.org/en/script/ex36.pdf If you can tell me how to do this you get $4 in your Paypal account right after I got it working. Art.
What do you mean? The link is an example of what i want to do with my pdf files, is it what your referring to?
Oh, never mind, I thought that was the page you wanted fixed. Sorry. If you embed your PDF with <object> tags, I know how to do this: < object type="application/pdf" data="example.pdf" width="100%" height="100%" id="examplePDF" name="examplePDF" >< param name='src' value='example.pdf'/>< /object> < script> examplePDF.printWithDialog(); < /script>