Accusoft.PrizmDocRestClient
1.0.1
dotnet add package Accusoft.PrizmDocRestClient --version 1.0.1
NuGet\Install-Package Accusoft.PrizmDocRestClient -Version 1.0.1
<PackageReference Include="Accusoft.PrizmDocRestClient" Version="1.0.1" />
paket add Accusoft.PrizmDocRestClient --version 1.0.1
#r "nuget: Accusoft.PrizmDocRestClient, 1.0.1"
// Install Accusoft.PrizmDocRestClient as a Cake Addin #addin nuget:?package=Accusoft.PrizmDocRestClient&version=1.0.1 // Install Accusoft.PrizmDocRestClient as a Cake Tool #tool nuget:?package=Accusoft.PrizmDocRestClient&version=1.0.1
PrizmDoc .NET REST Client
HTTP client designed to simplify interactions with PrizmDoc Server. Specifically:
1. Automatically handles affinity concerns
2. Provides a way to easily poll for process completion
NOTE: This is a low-level library intended for people who want to make REST
API calls themselves. If you just want to use PrizmDoc Server functionality
from .NET, you probably want the higher-level Accusoft.PrizmDocServerSDK
package:
Accusoft.PrizmDocServerSDK
Product | Versions 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | 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 | tizen30 was computed. 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. |
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 12.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Accusoft.PrizmDocRestClient:
Package | Downloads |
---|---|
Accusoft.PrizmDocServerSDK
PrizmDoc Server .NET SDK The PrizmDoc Server .NET SDK is a wrapper around the PrizmDoc Server REST APIs, making it easy to use PrizmDoc Server functionality in .NET. Documentation Site: https://help.accusoft.com/PrizmDoc/sdks/server/dotnet/v1/ You can use this package with a deployment of PrizmDoc Server to do things like: - Convert documents to PDF, TIFF, JPEG, PNG, or SVG - Combine documents to PDF or TIFF - Extract pages from documents - Split and merge pages from various documents - Create thumbnail images for document pages - Apply headers and footers to documents - Perform OCR to produce a text-searchable PDF - Automatically identify text to be redacted by regex - Redact to PDF or plain text - Burn-in annotations to PDF To use this package, you will need access to a PrizmDoc Server deployment. There are two ways to go about that: 1. Sign up for a free PrizmDoc Cloud account and use Accusoft's cloud-hosted PrizmDoc Server (easiest to get started). 2. Become a PrizmDoc Viewer customer and host PrizmDoc Server yourself. To sign up for PrizmDoc Cloud, visit https://cloud.accusoft.com/ To learn more about the PrizmDoc Viewer product which PrizmDoc Server is a part of, visit https://www.accusoft.com/products/prizmdoc-suite/prizmdoc-viewer/ If you already have access to a PrizmDoc Server deployment and are ready to get started, check out the documentation site for this .NET SDK: https://help.accusoft.com/PrizmDoc/sdks/server/dotnet/v1/ |
GitHub repositories
This package is not used by any popular GitHub repositories.