网页嵌入pdf 时的参数


 

 

<embed src="files/Brochure.pdf" type="application/pdf" width="100%" height="600px" />

不常用:

 

Disable and Hide Toolbar in PDF Web Viewer

This example shows how to hide or remove the toolbar, navpanes, and scrollbar of the PDF file opened in HTML <embed> using parameters in URL.

Use the following code to embed PDF document in the web page and remove or hide toolbar of embedded PDF.

 

<embed src="files/Brochure.pdf#toolbar=0&navpanes=0&scrollbar=0" type="application/pdf" width="100%" height="600px" />

豫ICP备12024565号-1   E-mail:admin@hlc8.com