Embed
Place a viewer directly into any web page. It even works on blogs as well.
Go here and get your free application ID first. Then
see the example code snippet and example below.
Code:
<iframe type="text/html" width="500px" height="400px" src="http://vuzit.com/view/?url=http://example.com/test.pdf&output=embed&z=0&key=PUT_YOUR_KEY_HERE" frameborder="0" ></iframe>
Example:
Advanced Options:
| Parameter | Range | Explanation |
| show_download | Boolean | show the download button in the toolbar |
| show_pages | Boolean | show the page navigation in the toolbar |
| show_zooms | Boolean | show the zoom-level navigation in the toolbar |
| p | 1 to 99999 | show at the specified page number |
| x | 0 to 99999 | translate the page at the left-most position in the left-right direction |
| y | 0 to 99999 | translate the page at the top-most position in the top-bottom direction |
| z | 0 to 2 | show the viewer at a specified zoom-level |
Advanced Example: Highlighting an excerpt
This example highlights a section of a document and removes most options from the toolbar.
|