JavaScripting with PDF's? Hide PDF toolbars in the browser? any one holding back on me here?
this is the closest I've come to not failing at Hiding PDF toolbars in a Browser.
<OBJECT CLASSID="clsid:CA8A9780-280D-11CF-A24D-444553540000" WIDTH=555 HEIGHT=450>
<PARAM NAME="SRC" VALUE="MyPdf.pdf#toolbar=false">
<param name="setShowToolbar" value="0"/>
<EMBED SRC="MyPdf.pdf" HEIGHT=450 WIDTH=555>
<NOEMBED> Your browser does not support embedded PDF files. </NOEMBED> </EMBED>
</OBJECT>
this does not work.
I just spent 2.5 hours on the phone with Acrobat's Development Tech support . they say there is a way to hide the toolbars through Javascript, but they do not support this type of thing, they will not help me, and they will not tell me who can help.
I've googled every phase combination I can think of, I've searched be the PDF classid shown in the object tag above. so I am hoping one of you can show me up.
don't be shy now.
thanx - Ryan