StarDocsSDK.NET
1.2.0
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
<PackageReference Include="StarDocsSDK.NET" Version="1.2.0" />
paket add StarDocsSDK.NET --version 1.2.0
#r "nuget: StarDocsSDK.NET, 1.2.0"
// 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 | Versions 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. |
-
- Newtonsoft.Json (>= 8.0.3)
- RestSharpSigned (>= 105.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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