I use an IFrame to view a Pdf document when a link within that IFrame is clicked. However, on machines without the reader, the link will prompt for download. Is there a way, that the same link can prompt the user to download a reader when it detects no reader instead? I thought I have seen this somewhere. Thanks!
feedback
|
|
This works for me in IE:
Found it here. ..but modified to remove the "endif" | |||||
feedback
|
|
Here are a few scripts that help detect the presence of Acrobat. | |||||||
feedback
|
|
I know this question had been answered already, but I recently had to build a function that detects PDF plug-in presence across different browsers. This is what I got. Hopefully if helps.
| ||||
|
feedback
|
|
In JavaScript, can you do something like:
and then either catch a failure error or the return value of adobePdfObject? | |||
|
feedback
|