We have already introduce the toolbar options in VeryPDF Docs Viewer online application in this article,
https://www.verypdf.com/wordpress/201310/verypdf-html5-pdf-viewer-toolbar-options-39121.html
VeryPDF has released Docs Viewer version 2 today, we name it Reader2 or Viewer2, you can look at an example of VeryPDF Docs Viewer2 (or Reader2) from following URL,
http://online.verypdf.com/app/reader2/web/?url=http://online.verypdf.com/examples/pdfeditor.pdf
VeryPDF Docs Reader 2 is support all toolbar options which included in version 1, include:
1. Slidebar Button: Use nosidebar=1 to hide Slidebar button.
2. PageAction Buttons: Use nopageaction=1 to hide PageAction buttons.
3. ZoomArea Buttons: Use nozoom=1 to hide ZoomArea buttons.
4. FullScreen Button: Use nofullscreen=1 to hide FullScreen button
5. OpenFile Button: Use noopen=1 to hide OpenFile button.
6. Print Button: Use noprint=1 to hide Print button.
7. Download Button: Use nodownload=1 to hide Download button.
8. ViewBookmark Button: Use noviewbookmark=1 to hide ViewBookmark Button.
9. Full Toolbar: Use notoolbar=1 to hide Full Toolbar.
10. Find Button: Use nofind=1 to hide Find button. (New in Reader 2)
11. More Tools Button: Use nomoretools=1 to hide More Tools Button. (New in Reader 2)
HTML5 PDF Viewer URL is support following options,
nosidebar=1
nopageaction=1
nozoom=1
nofullscreen=1
noopen=1
noprint=1
nodownload=1
noviewbookmark=1
notoolbar=1
nofind=1
nomoretools=1
If you wish hide all buttons on toolbar, you can use,
Note:
Reader #1 and Reader #2 are using the different app URL, e.g.,
This is the APP URL for Reader #1,
http://online.verypdf.com/app/reader/web/viewer.html
This is the APP URL for Reader #2,
http://online.verypdf.com/app/reader2/web/
as you see, we have removed "viewer.html" filename in the reader2, this will make reader2 become more powerful and flexible compare to reader1.
URL examples for Reader2,
http://online.verypdf.com/app/reader2/web/?
url=http://online.verypdf.com/examples/pdfeditor.pdf
&noopen=1&noprint=1&nosidebar=1&nopageaction=1&nozoom=1
&nofullscreen=1&nodownload=1&noviewbookmark=1
http://online.verypdf.com/app/reader2/web/?
url=http://online.verypdf.com/examples/pdfeditor.pdf
&noopen=1&noprint=1&nosidebar=1&nopageaction=1&nozoom=1
&nofullscreen=1&nodownload=1&noviewbookmark=1¬oolbar=1
http://online.verypdf.com/app/reader2/web/?
url=http://online.verypdf.com/examples/pdfeditor.pdf
¬oolbar=1
http://online.verypdf.com/app/reader2/web/?
url=http://online.verypdf.com/examples/pdfeditor.pdf
&noopen=1&noprint=1&nosidebar=1&nofullscreen=1&nodownload=1
&noviewbookmark=1
You can use insert VeryPDF Docs Viewer into a web page using iframe code, e.g.,
<iframe style="border:medium double rgb(250,0,255)" height="475" src="http://online.verypdf.com/app/reader2/web/?url=http://online.verypdf.com/examples/pdfeditor.pdf¬oolbar=1" width="600"></iframe>
<iframe style="border:medium double rgb(250,0,255)" height="475" src="http://online.verypdf.com/app/reader2/web/?url=http://online.verypdf.com/examples/pdfeditor.pdf
&noopen=1&noprint=1&nosidebar=1&nofullscreen=1&nodownload=1
&noviewbookmark=1&nofind=1&nomoretools=1" width="600"></iframe>
This is an example of above iframe code,
See Also:
Customize HTML5 Viewer, View PDF file in HTML5 Viewer, Free HTML5-based PDF Viewer Online,
https://www.verypdf.com/wordpress/201310/customize-html5-viewer-view-pdf-file-in-html5-viewer-free-html5-based-pdf-viewer-online-38783.html
More articles for VeryPDF Cloud API,
https://www.verypdf.com/wordpress/category/verypdf-cloud-api