Vuzit - An AJAX powered PDF Viewer

Vuzit is a new service offered by Hovitate, LLC that allows you to embed pdf's into your site in a slick AJAX powered viewer. It employs lazy-loading so that viewing large documents is blazingly fast and exposes a JavaScript API allowing you to interact with the document in JavaScript easily.

Vuzit - DemoVuzit - Demo

After including the relevant scripts and creating a blank div for the viewer to reside in, it is simple to embed a viewer with the configuration options you would like.

var viewer = new vuzit.Viewer(document.getElementById("vuzit_viewer"));
viewer.setUrl("http://www.welcomingcenter.org/documents/PMP.pdf", { zoom: 1, page: 2 });

 

Since Vuzit uses pure JavaScript, CSS, and HTML it does not require any browser plugin. Browser plugins have been notorious for causing browser instability problems and causing cross-browser inconsistencies. Get a developer key from their signup page and check out their Starter Tutorial today!

4
Average: 4 (1 vote)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Comments

john_nidelc replied on Tue, 2008/05/20 - 2:42pm

screen shotscreen shottry ajax document viewer http://www.ajaxdocumentviewer.com/ much faster, upload and link to any kind of document, full SLL support.Screenshot

cera replied on Wed, 2008/07/02 - 10:54am

While I welcome competition in the space, much of the website has the same text descriptions as Vuzit which I find annoying. In looking at the 3rd item of their FAQ, you can clearly see they forgot to remove the word Vuzit from it:

What document types are supported by Vuzit?

Currently PDF files are supported. We are adding Microsoft Office documents, images and media files support soon.

This is taken directly from the Vuzit FAQ. Great work guys!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.