The DocumentServices.DocumentProcessing class implements an SDK to access the document processing Web API of DS Server.

Syntax

public class DocumentProcessing
Public Class DocumentProcessing

Introduced: X19.

Constructors

Constructor Description
DocumentProcessing Creates a new instance of DocumentProcessing.

Methods

Method Description
Append Combines documents by appending them divided by a new section, paragraph or nothing.
Convert Converts a given document to another supported format.
Create Creates a PDF document from an input document.
CreateInstanceAsync Async method that behaves like a constructor.
FindAndReplace Executes a find and replace on a template to create a document.
GetEmbeddedFiles Extracts embedded files from a PDF document.
GetFields Returns all form fields from a PDF document
GetMetaData Extracts metadata from a PDF document.
Info Returns information about a document including the hierarchical structure of merge fields and merge blocks.
Merge Merges a given template document with merge data.
RefreshAccessToken Refreshes the OAuth access token using the refresh token.
Thumbnails Creates and returns thumbnail images of documents.

Properties

Property Description
OAuthInfo Returns information about the OAuth authentication currently in use.