http://www.adobe.com/products/docserver/main.html
Adobe has a product that does just this.

Dave

-----Original Message-----
From: Eric Barr [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 2:15 PM
To: CF-Talk
Subject: OT : embedding a PDF


This is a bit off topic but I was thinking about this earlier today and
I was curious if anyone else has experimented.

What I would like to do is be able to embed an acrobat document into a
web page.  I don't mean that I want to use frames and just load a PDF
into a full frame.  Instead I would like to be able to embed the acrobat
activeX control or Plugin into a web page, something like how I can
embed a flash move as a portion of a web page.

Right now I'm experimenting with IE. I found the ClassID in the registry
for both the OCX and the Acrobat EXE. Something like the following :

<object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" 
                width="300" height="300">
        <param name=movie value="someNiceDocument.pdf">
</object>

So far I haven't gotten this to work. I think I'm going to go through
the Acrobat developers guide that details the API, but haven't had a
chance yet.

Anyone have any experience or ever tried this before ?

-eric
------------------------------------------------
Common sense is genius dressed in its working clothes.
 -- Ralph Waldo Emerson

Eric Barr
Zeff Design
(p)  212.714.6390 
(f)   212.580.7181
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to