Interface DocumentProcessingServiceInf
Document processing service
Syntax
public interface DocumentProcessingServiceInf
Methods
Name |
Description |
CompressDocuments(String, CompressionOptionsContract)
|
Compress the documents
|
ConvertFile(String, String, String, String)
|
Convert a file based on a fileId.
|
CreateFileFromTemplateBytes(String, List<ListItemContract>, String, List<String>, String)
|
Creates a new file based and optional modules.
Allowed extensions: docx, docm, dotm, dotx, xlsx, xltx
|
GetFileMailInfos(String, String)
|
Get mail specific information from the fileId
|
GetFileZIPInfos(String, String, String)
|
Get file zip specific information
|
GetMailInfos(String, String, String, String, String)
|
Get mail specific information
|
GetZIPInfos(String, String, String, String, String, String)
|
Get zip specific information
|
ImageProcessingConvert(String, String, String)
|
Image processing convert
|
ImageProcessingResize(String, String, Int32, Int32)
|
Image processing resize
|
InsertValuesIntoDocument(String, Byte[], String, List<ListItemContract>)
|
Insert values into a file (PDF, DOCX, PPTX, XLSX)
|
MergeDocuments(String, List<String>)
|
Merge multiple documents together to one document
|