Click to See Complete Forum and Search --> : Print a PDF file using its location (URL)


Cesar94
11-26-2003, 11:49 AM
Hello,

I'm looking for how to print a PDF file (for example) with avoiding opening it. I know URL of this file, but print() method can only print current web page.

Is anybody know how to do this ?

Thanks

Cesar

AdamGundry
11-26-2003, 03:40 PM
I'm pretty sure you can't do this with JS alone. You might be able to use an ActiveX or something, though.

Adam