Hiding the toolbars surrounding an embedded pdf?

leeand00 picture leeand00 · Jan 20, 2010 · Viewed 72.9k times · Source

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?

Answer

leeand00 picture leeand00 · Jan 20, 2010

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" />