Though I think the answer maybe in this other question's answer concerning the pdf specification, is it possible to not display the adobe acrobat toolbars in an embedded pdf document?
+1
A:
The following code will embed a pdf without any toolbars:
<embed src="http://URL_TO_PDF.com/pdf.pdf#toolbar=0&navpanes=0&scrollbar=0" width="425" height="425">
See this blog for details: http://blogs.adobe.com/pdfdevjunkie/2007/08/using_the_html_embed_tag_to_di.html
For a full list of parameters to the embedded tag see this:
http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
leeand00
2010-01-20 21:26:54
+1
A:
The first answer works well, but the author made one mistake, he repeated width="" twice and left out height="". - http://www.mansheb.com
www.mansheb.co.zw
2010-02-19 20:52:11
Thanks chief! Dooley noted! I fixed it.
leeand00
2010-02-20 22:25:07