StarDocsSDK.NET 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package StarDocsSDK.NET --version 1.2.0
NuGet\Install-Package StarDocsSDK.NET -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StarDocsSDK.NET" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StarDocsSDK.NET --version 1.2.0
#r "nuget: StarDocsSDK.NET, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StarDocsSDK.NET as a Cake Addin
#addin nuget:?package=StarDocsSDK.NET&version=1.2.0

// Install StarDocsSDK.NET as a Cake Tool
#tool nuget:?package=StarDocsSDK.NET&version=1.2.0

Gnostice StarDocs is a Cloud-hosted / On-premises document-processing and document-viewing REST API for use across multiple platforms. StarDocs features document merge, split, encrypt/decrypt, text redact and conversion between PDF, Word and image formats. It also features a viewer API through which you can easily request an HTML viewer for the uploaded documents. To get your free authentication keys please visit http://www.gnostice.com/stardocs.asp?show=trial

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 1,804 3/21/2019
1.4.1 955 10/16/2018
1.4.0 783 10/12/2018
1.3.1 1,160 5/29/2018
1.2.2 1,077 5/17/2018
1.2.1 1,129 8/2/2017
1.2.0 1,047 2/1/2017
1.1.0 1,170 10/19/2016
1.0.1 1,225 6/22/2016
1.0.0 1,348 6/16/2016

Version 1.2.0 - Feb 1, 2017
===================================
+ Added Navigation Pane and Interactive Elements (Form Filling) related settings to Document Viewer.
+ Added MIME type for MS Word files.

Version 1.1.0 - Oct 19, 2016
===================================
+ Added OCR support
 * Added Digitizer Settings to the Converter API to turn on and control the OCR process during conversion of scanned images and scanned PDFs to searchable PDF
+ Added option to control overwriting of files during download of files from the server

Version 1.0.1 - June 22, 2016
===================================
+ Added newer upload methods
 * UploadFromURL - Upload external publicly accessible files using URL
 * CopyFrom - Make a copy of an existing document on StarDocs server
+ Removed RemoteFileUri class since this was unnecessary

Version 1.0.0 - June 16, 2016
===================================
+ Initial version