/    Sign up×
Community /Pin to ProfileBookmark

clsid of Adobe Reader

Anybody know what the clsid of Adobe Reader would be? I have put Adobe PDFs inside iframes, but have also recently discovered that I might be able to put them inside the object tag. This works in Firefox with the embed tag (deprecated, I know), but IE does not recognize embed and won’t display the object, only where the object is supposed to be. Also, is there a transparent wmode param for Adobe Reader, like there is for Flash. Adobe’s website is not very helpful for web development purposes in this regard and doesn’t give me the info I need. I need <div>’s to be able to float over the pdf embedded in the page. Thanks.

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@konithomimoOct 26.2005 — For AAR 5 and 6:

<object type="application/pdf" classid="CLSID:CA8A9780-280D-

11CF-A24D-444553540000" id="PdfPlugin" width="500" height="400">

The CLSID for Adobe Acrobat ActiveX Control is as follows:

{CA8A9780-280D-11CF-A24D-444553540000} and the filename is pdf.ocx.
Copy linkTweet thisAlerts:
@ccoppenbargerauthorOct 26.2005 — Thanks. I don't where you found the documentation for this, but that worked. I've searched probably a dozen websites looking for this and couldn't find it. The only problem is that only embed works in Firefox with this. Thanks for your help.
Copy linkTweet thisAlerts:
@konithomimoOct 26.2005 — You are welcome. I am sure that somebody out there has the answer on how to make it cross browser.
Copy linkTweet thisAlerts:
@ccoppenbargerauthorNov 03.2005 — Actually, I figured out the cross-browser issue.

<object type="application/pdf" class="pdf" data="file.pdf">(Firefox)

<param name="src" value="file.pdf" /> (IE only)

</object>

Now, if only I can figure out the <param> for making the plugin transparent so that my quicklinks drop-down at the top of the screen will over lay the plugin instead of disappearing behind it. This would be similar to the wmode param for Flash. Thanks.
×

Success!

Help @ccoppenbarger spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.15,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...