Info
Version: | 1.0.0 |
Author(s): | Accusoft |
Last Update: | Wednesday, January 29, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://help.accusoft.com/PrizmDoc/sdks/server/dotnet/v1/ |
NuGet Url: | https://www.nuget.org/packages/Accusoft.PrizmDocServerSDK |
Install
Install-Package Accusoft.PrizmDocServerSDK
dotnet add package Accusoft.PrizmDocServerSDK
paket add Accusoft.PrizmDocServerSDK
Accusoft.PrizmDocServerSDK Download (Unzip the "nupkg" after downloading)
Dependencies
- Accusoft.PrizmDocRestClient(>= 1.0.1)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 12.0.3)
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/.