StarDocsSDK.NET
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
Install-Package StarDocsSDK.NET -Version 1.5.0
dotnet add package StarDocsSDK.NET --version 1.5.0
<PackageReference Include="StarDocsSDK.NET" Version="1.5.0" />
paket add StarDocsSDK.NET --version 1.5.0
Release Notes
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
Dependencies
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 11.0.2)
- RestSharp (>= 106.1.0)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 11.0.2)
- RestSharp (>= 106.1.0)
GitHub Usage
This package is not used by any popular GitHub repositories.