StarDocsSDK.NET 1.5.0

dotnet add package StarDocsSDK.NET --version 1.5.0
NuGet\Install-Package StarDocsSDK.NET -Version 1.5.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.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StarDocsSDK.NET --version 1.5.0
#r "nuget: StarDocsSDK.NET, 1.5.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.5.0

// Install StarDocsSDK.NET as a Cake Tool
#tool nuget:?package=StarDocsSDK.NET&version=1.5.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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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,797 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,346 6/16/2016

Version 1.5.0 - Mar 21, 2019
===================================
+ Added support for considering only capturing groups in regex when performing text redaction.

Version 1.4.1 - Oct 16, 2018
===================================
+ Updated dependency package versions.

Version 1.4.0 - Oct 12, 2018
===================================
+ Added API for text search in PDF files.

Version 1.3.1 - May 29, 2018
===================================
+ Added support for .NET Standard 2.0.

Version 1.2.2 - May 17, 2018
===================================
+ Fixed NPE issue while encoding viewer settings.

Version 1.2.1 - Jul 31, 2017
===================================
+ Added Form Filling related settings to control form field background color and to allow/disallow JavaScript execution.
+ Added settings for specifying the initial view of the document viewer.

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