Quantcast

Java library for the Vuzit Document Web Services API Released

November 4, 2009 – 6:29 pm by Brent Matzelle   Printable Version Printable Version

Sun Java Logo

Vuzit just released a developer code library for the Java programming language called VuzitJava. The VuzitJava library allows developers to directly access the Vuzit Web Service API to automate the upload, download and removal of documents within the Vuzit DocuPub Platform. You can use this library through any Java enabled language such as Scala, Jython and Groovy.

As with our other code libraries it’s just a couple lines of code to perform any action. Here’s an example:

com.vuzit.Service.setPublicKey("PUBLIC_KEY");  
com.vuzit.Service.setPrivateKey("PRIVATE_KEY"); 

String path = "c:/path/to/document.pdf";
com.vuzit.Document doc = com.vuzit.Document.upload(path);

System.out.println("Document id: " + doc.getId());

Getting Started

To get up and running you download VuzitJava and add the JAR to your project. You can see detailed instructions on the official VuzitJava wiki.

Below are some other helpful links for getting started:

Do you have VuzitJava in my Programming Language?

Right now we support the following programming languages:

If you’re interested in a library for your programming language then let us know. If you want to try to write your own then also let us know and we’ll do everything we can to help you build it. The language on our short list is Python.

  1. 2 Trackback(s)

  2. Nov 5, 2009: Tweets that mention Java library for the Vuzit Document Web Services API Released » Vuzit Document Viewer Blog -- Topsy.com
  3. Nov 5, 2009: uberVU - social comments

Post a Comment