How to embed PDF in a web page using Acrobat Reader instead of Acrobat.

Posted by Lachlan Roche on Stack Overflow See other posts from Stack Overflow or by Lachlan Roche
Published on 2010-03-19T03:27:38Z Indexed on 2010/03/19 3:31 UTC
Read the original article Hit count: 516

Filed under:
|
|
|

I have a pdf form that uses Acrobat 8 features. The form contains Javascript that interacts with the hosting web page.

Some of my Windows users have both Adobe Acrobat and Acrobat Reader installed, and need Adobe Acrobat to be the default handler for pdf files. The users with Adobe Acrobat 7 are unable to use the form, even though they might have Acrobat Reader 8 or 9 installed.

Currently, the PDF is embedded like this:

<object id="host" data="/path/to/document.pdf" type="application/pdf" width="900" height="550" ></object>

© Stack Overflow or respective owner

Related posts about pdf

Related posts about acrobat