StarDocsSDK.NET
1.0.1
See the version list below for details.
dotnet add package StarDocsSDK.NET --version 1.0.1
NuGet\Install-Package StarDocsSDK.NET -Version 1.0.1
<PackageReference Include="StarDocsSDK.NET" Version="1.0.1" />
paket add StarDocsSDK.NET --version 1.0.1
#r "nuget: StarDocsSDK.NET, 1.0.1"
// Install StarDocsSDK.NET as a Cake Addin #addin nuget:?package=StarDocsSDK.NET&version=1.0.1 // Install StarDocsSDK.NET as a Cake Tool #tool nuget:?package=StarDocsSDK.NET&version=1.0.1
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.
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.0 - June 16, 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