DownloadDocumentShare(String, String)
|
Download document share file as byte array
|
DownloadFile(String, String, String, String, String, String, Boolean)
|
Download main document file as a stream
|
DownloadFileBytes(String, String, String, String, String, String, Int64, Int32, Boolean)
|
Download a part of main document file as byte array
|
DownloadFileConverted(String, String, String, String, String, String, ConvertingOptionsContract)
|
Download file converted
|
DownloadFileConvertedBytes(String, String, String, String, String, String, ConvertingOptionsContract, Int32, Int32)
|
Download file converted as byte array
|
DownloadSignatureFile(String, String, String, String, String, String)
|
Download signature file as stream
|
DownloadSignatureFileBytes(String, String, String, String, String, String, Int32, Int32)
|
Download signature file as byte array
|
DownloadSignatureReportFile(String, String, String, String, String, String)
|
Download signature report file as stream
|
DownloadSignatureReportFileBytes(String, String, String, String, String, String, Int32, Int32)
|
Download signature report file as byte array
|
DownloadTempFile(String, String)
|
Download temporary file as stream
|
DownloadTempFileBytes(String, String, Int64, Int32)
|
Download temporary file as byte array
|
DownloadThumbnail(String, String, String, String, Int32)
|
Download thumbnail
|
DownloadThumbnailBytes(String, String, String, String, Int32)
|
Download thumbnail as byte array
|
DownloadThumbnails(String, String, String, String, Int32, Int32)
|
Download thumbnails
|
GetConvertingSettings(String)
|
Get converting settings
|
GetDocumentConvertingSettings(String)
|
Get document converting settings
|
GetDocumentTransformation(String)
|
Get document transformation
|
GetDownloadShare(String, String, String)
|
Download document share file as stream
|
GetDownloadShareInfo(String, String)
|
Gets the download share info for a document share
|
GetFile(String, String, String, String, String, String, Boolean, String)
|
Download main document file as a stream
|
GetFileConverted(String, String, String, String, String, String, String, Boolean, Boolean, String)
|
Download file converted
|
GetFileFromDocument(String, String, String, String, String, String)
|
Get file from document
|
GetFileIdFromDocument(String, String, String, String, String, String, Boolean)
|
Creates a temporary file for a document
|
GetTempFile(String, String, String)
|
Download temporary file as stream
|
GetTempFileNamed(String, String, String, String)
|
Download temporary file
|
GetThumbnail(String, String, String, String, Int32)
|
Download thumbnail
|
GetThumbnailCount(String, String, String, String)
|
Get count of available thumbnails
|
GetThumbnailCounts(String, List<DocumentIdContract>)
|
Get list of available thumbnail counts
|
MainFileLength(String, String, String)
|
Get file length from main document file
|
ReleaseFile(String, String)
|
Release (delete) an uploaded file. If a file with fileId doesn't exist no exception is thrown.
|
SetDocumentConvertingSettings(String, List<DocumentConvertingContract>)
|
Set document converting settings
Set all configured document converting rules
|
StartFileTransaction(String, String, String, String, String, String, Boolean)
|
Starting a new file transaction. Download the file with the method GetTempFile. Call ReleaseFile to end transaction.
|
StartFileTransactionAttachment(String, String, String, String, String, String, String, Boolean)
|
Starting a new file transaction for a attachment. Download the file with the method GetTempFile. Call ReleaseFile to end transaction.
|
StartFileTransactionConverted(String, String, String, String, String, String, String, Boolean, Boolean)
|
Starting a new file transaction converted. Download the file with the method GetTempFile. Call ReleaseFile to end transaction.
|
StartFileTransactionConvertedAttachment(String, String, String, String, String, String, String, String, Boolean, Boolean)
|
Starting a new file transaction for a converted attachment. Download the file with the method GetTempFile. Call ReleaseFile to end transaction.
|
StartFileTransactionConvertedZIP(String, String, String, String, String, String, String, String, Boolean, Boolean, String)
|
Starting a new file transaction for a converted zip.
|
StartFileTransactionCopy(String, String)
|
Starting a new file transaction by coping the file with the given fileId
|
StartFileTransactionFileAttachment(String, String, String)
|
Starting a new file transaction for a attachment. Download the file with the method GetTempFile. Call ReleaseFile to end transaction.
|
StartFileTransactionFileConvertedAttachment(String, String, String, String)
|
Starting a new file transaction for a converted attachment. Download the file with the method GetTempFile. Call ReleaseFile to end transaction.
|
StartFileTransactionFileConvertedZIP(String, String, String, String, String)
|
Starting a new file transaction for a converted zip.
|
StartFileTransactionFileZIP(String, String, String, String)
|
Starting a new file transaction for a zip.
|
StartFileTransactionInfo(String, String, String, String, String, String, Boolean)
|
Starting a new file transaction. Download the file with the method GetTempFile. Call ReleaseFile to end transaction.
|
StartFileTransactionInfoConverted(String, String, String, String, String, String, String, Boolean, Boolean)
|
Starting a new file transaction converted. Download the file with the method GetTempFile. Call ReleaseFile to end transaction.
|
StartFileTransactionZIP(String, String, String, String, String, String, String, Boolean, String)
|
Starting a new file transaction for a zip.
|
UploadFileBase64(String, String)
|
Upload file base64
|
UploadFileBytes(String, String, Byte[], Int32)
|
Upload file bytes
|
UploadFileBytesLarge(String, String, Byte[], Int64)
|
Upload file bytes large
|
VerifyFile(String, String, VerifyOptionsContract)
|
Verify a recently uploaded file
|