Vuzit.Net

Microsoft .NET/Mono library for the Vuzit AJAX document viewer web services API
Download

Vuzit.Net Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Brent Matzelle

Vuzit.Net Tags


Vuzit.Net Description

Microsoft .NET/Mono library for the Vuzit AJAX document viewer web services API Vuzit.Net is a Vuzit Web Services library for the Microsoft .NET framework and Mono.Vuzit.Net is a library that allows developers to directly access the Vuzit Document Viewer Web Service API through the Microsoft .NET Framework or Mono via any language supported by the platform. Vuzit.Net allows developers to automate the upload, download and removal of documents through the Vuzit Web Services API. You can use this library through any .NET enabled language such as C#, Visual Basic.NET (VB.NET), JavaScript (JScript.NET), LUA, Pascal or Python to name a few.Below is a basic upload example in C#:Vuzit.Service.PublicKey = "YOUR_PUBLIC_API_KEY"; Vuzit.Service.PrivateKey = "YOUR_PRIVATE_API_KEY"; Vuzit.Document doc = Vuzit.Document.Upload(@"c:path odocument.pdf"); Console.WriteLine("Document id: {0}", doc.Id);SETUP 1. Take the DLL for your .NET Framework version out of the Bin directory 1. BinVuzit.NetDotNet2.0 – DLL built with the MS .NET Framework 2.0 2. BinVuzit.NetDotNet3.5 – DLL built with the MS .NET Framework 3.5 3. BinVuzit.NetMono2.2 – DLL built with the Mono 2.2 Framework 2. Add the DLL as a reference in your project. In Visual Studio right-click on the References item in the project menu, click on the Browse button and select Vuzit.Net.dll. 3. You can also add Vuzit.Net to all projects on your machine by adding it to the global assembly cache. To do this run the following command: 1. $> gacutil.exe /i Vuzit.Net.dll 4. To check if your install was successful add the following to a .NET project file (this assumes C#, use the appropriate version for C++/VB.NET, etc): 1. using Vuzit; 2. If it compiles without any errors then you’ve succeeded. Requirements: · Mono Project What's New in This Release: · Updated the version numbers to "1.1.0" for the Vuzit.Net DLL and VuzitCL.


Vuzit.Net Related Software