Developer Community
Whether you are a software engineer, developer or webmaster, Vuzit
provides you with a robust development platform and tools to help
make your job easier. At the heart of the Vuzit organization is an
experienced development team who appreciates elegant design, minimal
code maintenance and ample supporting documentation and tools. That's
why we built the Vuzit DocuPub Platform and this Developer
Community. Get started by reading the guides below.
Contents
Uploading and Deleting Files
Vuzit has plenty of tools that allow you to work with your documents on
the Vuzit Platform. All of these tools use the Vuzit
Web Service API.
Web-based Manager: Vuzit Dashboard
Web-based manager interface for uploading and deleting files.
Javascript: Vuzit Javascript Library
You can only upload documents that are publicly accessible by the web server.
If you'd like to securely upload documents then use the PHP, Ruby, command-line libraries.
PHP: VuzitPHP
The VuzitPHP library allows you to upload and delete documents directly from any
PHP application in just a couple lines of code using the
Web Service API.
Ruby: VuzitRuby
The VuzitRuby library allows you to upload and delete documents directly from
any Ruby application in just a couple lines of code using the
Web Service API.
Command-line: VuzitCL
VuzitCL is a command-line application for Windows and Linux that can upload and
download documents with a single command. It's most useful for people that want
to batch upload or delete documents with no programming.
Displaying Documents
The Vuzit Platform has several options for how to present documents in your web
site.
Javascript: Vuzit Javascript Library
This Javascript library allows you to display your documents through a 100% AJAX
viewer. No page refreshes are necessary. The interface looks and behaves like a
traditional desktop document viewer.
Image API: View document pages
This tool can be used to show thumbnails of your documents or even to create a
customer viewer for your application.
Mobile Devices
The Image API can be used to build mobile interfaces. See an example implementation.
Various Tools
Below are a few miscellaneous tools for the Vuzit platform.
Linkit
Transforms your document links to online document viewer links.
Read how to add it to your web site.
Embed
Code snippets for fast embedding. See a short tutorial.
MediaWiki Extension
Easily embed documents in MediaWiki with a simple plugin,
see the plugin on Wikipedia.com.
|