Joel Thornton
2006-07-27 00:44:14 UTC
Does anybody know what parameters are available for PDFs which are
embedded in an HTML page (Acrobat Reader viewing plugin)?
Here's what I'm working with now:
<object id="Pdf1" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000"
width="100%" height="100%">
<param name="src" value="./test.pdf">
</object>
I'm hoping to find a way of telling the Reader plugin to hide its own
toolbar by default. Any help is appreciated.
Cheers,
Joel
embedded in an HTML page (Acrobat Reader viewing plugin)?
Here's what I'm working with now:
<object id="Pdf1" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000"
width="100%" height="100%">
<param name="src" value="./test.pdf">
</object>
I'm hoping to find a way of telling the Reader plugin to hide its own
toolbar by default. Any help is appreciated.
Cheers,
Joel