Issue
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?
Solution
If you use any browser besides Firefox browser, then the following code will embed a PDF file without any toolbars:
<embed
src="http://URL_TO_PDF.com/pdf.pdf#toolbar=0&navpanes=0&scrollbar=0"
width="425" height="425" />
- Please note that this does not work on Firefox
- See the Web Designer's Guide blog post for details.
- See the full list of embedded tag parameters for more information.
Answered By - leeand00
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.