Version 1.0.0 release. No changes from beta 29.
- Upgraded dependencies:
- Now using
Accusoft.PrizmDocRestClient
version1.*
. - Now using
Newtonsoft.Json
version12.*
.
- Now using
UploadAsync
methods, allowing you to create aRemoteWorkFile
instance from either a local file path or a stream of bytes.
ConvertAsync
now returnsReadOnlyCollection<ConversionResult>
instead ofIEnumerable<ConversionResult>
.
RedactToPlainTextAsync
methods.
BurnMarkupAsync
methods.
Documentation corrections. No changes to the SDK itself.
CreateRedactionsAsync
methods.
- In the
Accusoft.PrizmDocServer.Conversion
namespace:- Renamed class
SourceDocument
toConversionSourceDocument
. - Renamed class
Result
toConversionResult
.
- Renamed class
- Fixed a bug in
RemoteWorkFile.SaveAsync
where it did not properly replace an existing file.
Internal refactoring. No changes to the API or functionality.
Require all builds pass StyleCop.Analyzer rules. Minor documentation improvements. No changes to the API or functionality.
Updated package description and documentation home page. No changes to the SDK itself.
- Eliminated the need to create a
ProcessingContext
, simplifying the API. In fact, theProcessingContext
class has been completely removed. All of its document processing methods have been moved up to thePrizmDocServerClient
class. Now, you simply construct a singlePrizmDocServerClient
instance and use it directly to do document processing work.
ProcessingContext
class.UploadAsync
methods.
First public beta release.