public class PdfApi
extends java.lang.Object
Constructor and Description |
---|
PdfApi(ApiClient apiClient) |
PdfApi(java.lang.String appKey,
java.lang.String appSid) |
Modifier and Type | Method and Description |
---|---|
void |
copyFile(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
java.lang.String versionId)
Copy file
|
com.squareup.okhttp.Call |
copyFileAsync(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
java.lang.String versionId,
ApiCallback<java.lang.Void> callback)
Copy file (asynchronously)
|
com.squareup.okhttp.Call |
copyFileCall(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
java.lang.String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyFile
|
ApiResponse<java.lang.Void> |
copyFileWithHttpInfo(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
java.lang.String versionId)
Copy file
|
void |
copyFolder(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName)
Copy folder
|
com.squareup.okhttp.Call |
copyFolderAsync(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
ApiCallback<java.lang.Void> callback)
Copy folder (asynchronously)
|
com.squareup.okhttp.Call |
copyFolderCall(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyFolder
|
ApiResponse<java.lang.Void> |
copyFolderWithHttpInfo(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName)
Copy folder
|
void |
createFolder(java.lang.String path,
java.lang.String storageName)
Create the folder
|
com.squareup.okhttp.Call |
createFolderAsync(java.lang.String path,
java.lang.String storageName,
ApiCallback<java.lang.Void> callback)
Create the folder (asynchronously)
|
com.squareup.okhttp.Call |
createFolderCall(java.lang.String path,
java.lang.String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createFolder
|
ApiResponse<java.lang.Void> |
createFolderWithHttpInfo(java.lang.String path,
java.lang.String storageName)
Create the folder
|
AsposeResponse |
deleteAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Delete document annotation by ID
|
com.squareup.okhttp.Call |
deleteAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete document annotation by ID (asynchronously)
|
com.squareup.okhttp.Call |
deleteAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnnotation
|
ApiResponse<AsposeResponse> |
deleteAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Delete document annotation by ID
|
AsposeResponse |
deleteBookmark(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage)
Delete document bookmark by ID.
|
com.squareup.okhttp.Call |
deleteBookmarkAsync(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Delete document bookmark by ID.
|
com.squareup.okhttp.Call |
deleteBookmarkCall(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBookmark
|
ApiResponse<AsposeResponse> |
deleteBookmarkWithHttpInfo(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage)
Delete document bookmark by ID.
|
AsposeResponse |
deleteDocumentAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Delete all annotations from the document
|
com.squareup.okhttp.Call |
deleteDocumentAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete all annotations from the document (asynchronously)
|
com.squareup.okhttp.Call |
deleteDocumentAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDocumentAnnotations
|
ApiResponse<AsposeResponse> |
deleteDocumentAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Delete all annotations from the document
|
AsposeResponse |
deleteDocumentBookmarks(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Delete all document bookmarks.
|
com.squareup.okhttp.Call |
deleteDocumentBookmarksAsync(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Delete all document bookmarks.
|
com.squareup.okhttp.Call |
deleteDocumentBookmarksCall(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDocumentBookmarks
|
ApiResponse<AsposeResponse> |
deleteDocumentBookmarksWithHttpInfo(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Delete all document bookmarks.
|
AsposeResponse |
deleteDocumentLinkAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Delete all link annotations from the document
|
com.squareup.okhttp.Call |
deleteDocumentLinkAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete all link annotations from the document (asynchronously)
|
com.squareup.okhttp.Call |
deleteDocumentLinkAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDocumentLinkAnnotations
|
ApiResponse<AsposeResponse> |
deleteDocumentLinkAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Delete all link annotations from the document
|
AsposeResponse |
deleteDocumentStamps(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Delete all stamps from the document
|
com.squareup.okhttp.Call |
deleteDocumentStampsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete all stamps from the document (asynchronously)
|
com.squareup.okhttp.Call |
deleteDocumentStampsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDocumentStamps
|
ApiResponse<AsposeResponse> |
deleteDocumentStampsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Delete all stamps from the document
|
AsposeResponse |
deleteDocumentTables(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Delete all tables from the document
|
com.squareup.okhttp.Call |
deleteDocumentTablesAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete all tables from the document (asynchronously)
|
com.squareup.okhttp.Call |
deleteDocumentTablesCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDocumentTables
|
ApiResponse<AsposeResponse> |
deleteDocumentTablesWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Delete all tables from the document
|
AsposeResponse |
deleteField(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Delete document field by name.
|
com.squareup.okhttp.Call |
deleteFieldAsync(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete document field by name.
|
com.squareup.okhttp.Call |
deleteFieldCall(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteField
|
ApiResponse<AsposeResponse> |
deleteFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Delete document field by name.
|
void |
deleteFile(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId)
Delete file
|
com.squareup.okhttp.Call |
deleteFileAsync(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId,
ApiCallback<java.lang.Void> callback)
Delete file (asynchronously)
|
com.squareup.okhttp.Call |
deleteFileCall(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteFile
|
ApiResponse<java.lang.Void> |
deleteFileWithHttpInfo(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId)
Delete file
|
void |
deleteFolder(java.lang.String path,
java.lang.String storageName,
java.lang.Boolean recursive)
Delete folder
|
com.squareup.okhttp.Call |
deleteFolderAsync(java.lang.String path,
java.lang.String storageName,
java.lang.Boolean recursive,
ApiCallback<java.lang.Void> callback)
Delete folder (asynchronously)
|
com.squareup.okhttp.Call |
deleteFolderCall(java.lang.String path,
java.lang.String storageName,
java.lang.Boolean recursive,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteFolder
|
ApiResponse<java.lang.Void> |
deleteFolderWithHttpInfo(java.lang.String path,
java.lang.String storageName,
java.lang.Boolean recursive)
Delete folder
|
AsposeResponse |
deleteImage(java.lang.String name,
java.lang.String imageId,
java.lang.String storage,
java.lang.String folder)
Delete image from document page.
|
com.squareup.okhttp.Call |
deleteImageAsync(java.lang.String name,
java.lang.String imageId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete image from document page.
|
com.squareup.okhttp.Call |
deleteImageCall(java.lang.String name,
java.lang.String imageId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteImage
|
ApiResponse<AsposeResponse> |
deleteImageWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.String storage,
java.lang.String folder)
Delete image from document page.
|
AsposeResponse |
deleteLinkAnnotation(java.lang.String name,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder)
Delete document page link annotation by ID
|
com.squareup.okhttp.Call |
deleteLinkAnnotationAsync(java.lang.String name,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete document page link annotation by ID (asynchronously)
|
com.squareup.okhttp.Call |
deleteLinkAnnotationCall(java.lang.String name,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteLinkAnnotation
|
ApiResponse<AsposeResponse> |
deleteLinkAnnotationWithHttpInfo(java.lang.String name,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder)
Delete document page link annotation by ID
|
AsposeResponse |
deletePage(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Delete document page by its number.
|
AsposeResponse |
deletePageAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Delete all annotations from the page
|
com.squareup.okhttp.Call |
deletePageAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete all annotations from the page (asynchronously)
|
com.squareup.okhttp.Call |
deletePageAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePageAnnotations
|
ApiResponse<AsposeResponse> |
deletePageAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Delete all annotations from the page
|
com.squareup.okhttp.Call |
deletePageAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete document page by its number.
|
com.squareup.okhttp.Call |
deletePageCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePage
|
AsposeResponse |
deletePageLinkAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Delete all link annotations from the page
|
com.squareup.okhttp.Call |
deletePageLinkAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete all link annotations from the page (asynchronously)
|
com.squareup.okhttp.Call |
deletePageLinkAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePageLinkAnnotations
|
ApiResponse<AsposeResponse> |
deletePageLinkAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Delete all link annotations from the page
|
AsposeResponse |
deletePageStamps(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Delete all stamps from the page
|
com.squareup.okhttp.Call |
deletePageStampsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete all stamps from the page (asynchronously)
|
com.squareup.okhttp.Call |
deletePageStampsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePageStamps
|
ApiResponse<AsposeResponse> |
deletePageStampsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Delete all stamps from the page
|
AsposeResponse |
deletePageTables(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Delete all tables from the page
|
com.squareup.okhttp.Call |
deletePageTablesAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete all tables from the page (asynchronously)
|
com.squareup.okhttp.Call |
deletePageTablesCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePageTables
|
ApiResponse<AsposeResponse> |
deletePageTablesWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Delete all tables from the page
|
ApiResponse<AsposeResponse> |
deletePageWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Delete document page by its number.
|
AsposeResponse |
deleteProperties(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Delete custom document properties.
|
com.squareup.okhttp.Call |
deletePropertiesAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete custom document properties.
|
com.squareup.okhttp.Call |
deletePropertiesCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteProperties
|
ApiResponse<AsposeResponse> |
deletePropertiesWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Delete custom document properties.
|
AsposeResponse |
deleteProperty(java.lang.String name,
java.lang.String propertyName,
java.lang.String storage,
java.lang.String folder)
Delete document property.
|
com.squareup.okhttp.Call |
deletePropertyAsync(java.lang.String name,
java.lang.String propertyName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete document property.
|
com.squareup.okhttp.Call |
deletePropertyCall(java.lang.String name,
java.lang.String propertyName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteProperty
|
ApiResponse<AsposeResponse> |
deletePropertyWithHttpInfo(java.lang.String name,
java.lang.String propertyName,
java.lang.String storage,
java.lang.String folder)
Delete document property.
|
AsposeResponse |
deleteStamp(java.lang.String name,
java.lang.String stampId,
java.lang.String storage,
java.lang.String folder)
Delete document stamp by ID
|
com.squareup.okhttp.Call |
deleteStampAsync(java.lang.String name,
java.lang.String stampId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete document stamp by ID (asynchronously)
|
com.squareup.okhttp.Call |
deleteStampCall(java.lang.String name,
java.lang.String stampId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStamp
|
ApiResponse<AsposeResponse> |
deleteStampWithHttpInfo(java.lang.String name,
java.lang.String stampId,
java.lang.String storage,
java.lang.String folder)
Delete document stamp by ID
|
AsposeResponse |
deleteTable(java.lang.String name,
java.lang.String tableId,
java.lang.String storage,
java.lang.String folder)
Delete document table by ID
|
com.squareup.okhttp.Call |
deleteTableAsync(java.lang.String name,
java.lang.String tableId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Delete document table by ID (asynchronously)
|
com.squareup.okhttp.Call |
deleteTableCall(java.lang.String name,
java.lang.String tableId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTable
|
ApiResponse<AsposeResponse> |
deleteTableWithHttpInfo(java.lang.String name,
java.lang.String tableId,
java.lang.String storage,
java.lang.String folder)
Delete document table by ID
|
java.io.File |
downloadFile(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId)
Download file
|
com.squareup.okhttp.Call |
downloadFileAsync(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId,
ApiCallback<java.io.File> callback)
Download file (asynchronously)
|
com.squareup.okhttp.Call |
downloadFileCall(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadFile
|
ApiResponse<java.io.File> |
downloadFileWithHttpInfo(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId)
Download file
|
ApiClient |
getApiClient() |
BookmarkResponse |
getBookmark(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage)
Read document bookmark.
|
com.squareup.okhttp.Call |
getBookmarkAsync(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage,
ApiCallback<BookmarkResponse> callback)
Read document bookmark.
|
com.squareup.okhttp.Call |
getBookmarkCall(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBookmark
|
BookmarksResponse |
getBookmarks(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage)
Read document bookmarks node list.
|
com.squareup.okhttp.Call |
getBookmarksAsync(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage,
ApiCallback<BookmarksResponse> callback)
Read document bookmarks node list.
|
com.squareup.okhttp.Call |
getBookmarksCall(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBookmarks
|
ApiResponse<BookmarksResponse> |
getBookmarksWithHttpInfo(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage)
Read document bookmarks node list.
|
ApiResponse<BookmarkResponse> |
getBookmarkWithHttpInfo(java.lang.String name,
java.lang.String bookmarkPath,
java.lang.String folder,
java.lang.String storage)
Read document bookmark.
|
CaretAnnotationResponse |
getCaretAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page caret annotation by ID.
|
com.squareup.okhttp.Call |
getCaretAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CaretAnnotationResponse> callback)
Read document page caret annotation by ID.
|
com.squareup.okhttp.Call |
getCaretAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCaretAnnotation
|
ApiResponse<CaretAnnotationResponse> |
getCaretAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page caret annotation by ID.
|
CheckBoxFieldResponse |
getCheckBoxField(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document checkbox field by name.
|
com.squareup.okhttp.Call |
getCheckBoxFieldAsync(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CheckBoxFieldResponse> callback)
Read document checkbox field by name.
|
com.squareup.okhttp.Call |
getCheckBoxFieldCall(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCheckBoxField
|
ApiResponse<CheckBoxFieldResponse> |
getCheckBoxFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document checkbox field by name.
|
CircleAnnotationResponse |
getCircleAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page circle annotation by ID.
|
com.squareup.okhttp.Call |
getCircleAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CircleAnnotationResponse> callback)
Read document page circle annotation by ID.
|
com.squareup.okhttp.Call |
getCircleAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCircleAnnotation
|
ApiResponse<CircleAnnotationResponse> |
getCircleAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page circle annotation by ID.
|
ComboBoxFieldResponse |
getComboBoxField(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document combobox field by name.
|
com.squareup.okhttp.Call |
getComboBoxFieldAsync(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ComboBoxFieldResponse> callback)
Read document combobox field by name.
|
com.squareup.okhttp.Call |
getComboBoxFieldCall(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getComboBoxField
|
ApiResponse<ComboBoxFieldResponse> |
getComboBoxFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document combobox field by name.
|
DiscUsage |
getDiscUsage(java.lang.String storageName)
Get disc usage
|
com.squareup.okhttp.Call |
getDiscUsageAsync(java.lang.String storageName,
ApiCallback<DiscUsage> callback)
Get disc usage (asynchronously)
|
com.squareup.okhttp.Call |
getDiscUsageCall(java.lang.String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDiscUsage
|
ApiResponse<DiscUsage> |
getDiscUsageWithHttpInfo(java.lang.String storageName)
Get disc usage
|
DocumentResponse |
getDocument(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read common document info.
|
AnnotationsInfoResponse |
getDocumentAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document page annotations.
|
com.squareup.okhttp.Call |
getDocumentAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AnnotationsInfoResponse> callback)
Read document page annotations.
|
com.squareup.okhttp.Call |
getDocumentAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentAnnotations
|
ApiResponse<AnnotationsInfoResponse> |
getDocumentAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document page annotations.
|
com.squareup.okhttp.Call |
getDocumentAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentResponse> callback)
Read common document info.
|
AttachmentResponse |
getDocumentAttachmentByIndex(java.lang.String name,
java.lang.Integer attachmentIndex,
java.lang.String storage,
java.lang.String folder)
Read document attachment info by its index.
|
com.squareup.okhttp.Call |
getDocumentAttachmentByIndexAsync(java.lang.String name,
java.lang.Integer attachmentIndex,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AttachmentResponse> callback)
Read document attachment info by its index.
|
com.squareup.okhttp.Call |
getDocumentAttachmentByIndexCall(java.lang.String name,
java.lang.Integer attachmentIndex,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentAttachmentByIndex
|
ApiResponse<AttachmentResponse> |
getDocumentAttachmentByIndexWithHttpInfo(java.lang.String name,
java.lang.Integer attachmentIndex,
java.lang.String storage,
java.lang.String folder)
Read document attachment info by its index.
|
AttachmentsResponse |
getDocumentAttachments(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document attachments info.
|
com.squareup.okhttp.Call |
getDocumentAttachmentsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AttachmentsResponse> callback)
Read document attachments info.
|
com.squareup.okhttp.Call |
getDocumentAttachmentsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentAttachments
|
ApiResponse<AttachmentsResponse> |
getDocumentAttachmentsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document attachments info.
|
BookmarksResponse |
getDocumentBookmarks(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Read document bookmarks tree.
|
com.squareup.okhttp.Call |
getDocumentBookmarksAsync(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ApiCallback<BookmarksResponse> callback)
Read document bookmarks tree.
|
com.squareup.okhttp.Call |
getDocumentBookmarksCall(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentBookmarks
|
ApiResponse<BookmarksResponse> |
getDocumentBookmarksWithHttpInfo(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Read document bookmarks tree.
|
com.squareup.okhttp.Call |
getDocumentCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocument
|
CaretAnnotationsResponse |
getDocumentCaretAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document caret annotations.
|
com.squareup.okhttp.Call |
getDocumentCaretAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CaretAnnotationsResponse> callback)
Read document caret annotations.
|
com.squareup.okhttp.Call |
getDocumentCaretAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentCaretAnnotations
|
ApiResponse<CaretAnnotationsResponse> |
getDocumentCaretAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document caret annotations.
|
CheckBoxFieldsResponse |
getDocumentCheckBoxFields(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document checkbox fields.
|
com.squareup.okhttp.Call |
getDocumentCheckBoxFieldsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CheckBoxFieldsResponse> callback)
Read document checkbox fields.
|
com.squareup.okhttp.Call |
getDocumentCheckBoxFieldsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentCheckBoxFields
|
ApiResponse<CheckBoxFieldsResponse> |
getDocumentCheckBoxFieldsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document checkbox fields.
|
CircleAnnotationsResponse |
getDocumentCircleAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document circle annotations.
|
com.squareup.okhttp.Call |
getDocumentCircleAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CircleAnnotationsResponse> callback)
Read document circle annotations.
|
com.squareup.okhttp.Call |
getDocumentCircleAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentCircleAnnotations
|
ApiResponse<CircleAnnotationsResponse> |
getDocumentCircleAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document circle annotations.
|
ComboBoxFieldsResponse |
getDocumentComboBoxFields(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document combobox fields.
|
com.squareup.okhttp.Call |
getDocumentComboBoxFieldsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ComboBoxFieldsResponse> callback)
Read document combobox fields.
|
com.squareup.okhttp.Call |
getDocumentComboBoxFieldsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentComboBoxFields
|
ApiResponse<ComboBoxFieldsResponse> |
getDocumentComboBoxFieldsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document combobox fields.
|
DisplayPropertiesResponse |
getDocumentDisplayProperties(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document display properties.
|
com.squareup.okhttp.Call |
getDocumentDisplayPropertiesAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DisplayPropertiesResponse> callback)
Read document display properties.
|
com.squareup.okhttp.Call |
getDocumentDisplayPropertiesCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentDisplayProperties
|
ApiResponse<DisplayPropertiesResponse> |
getDocumentDisplayPropertiesWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document display properties.
|
FileAttachmentAnnotationsResponse |
getDocumentFileAttachmentAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document FileAttachment annotations.
|
com.squareup.okhttp.Call |
getDocumentFileAttachmentAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FileAttachmentAnnotationsResponse> callback)
Read document FileAttachment annotations.
|
com.squareup.okhttp.Call |
getDocumentFileAttachmentAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentFileAttachmentAnnotations
|
ApiResponse<FileAttachmentAnnotationsResponse> |
getDocumentFileAttachmentAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document FileAttachment annotations.
|
FreeTextAnnotationsResponse |
getDocumentFreeTextAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document free text annotations.
|
com.squareup.okhttp.Call |
getDocumentFreeTextAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FreeTextAnnotationsResponse> callback)
Read document free text annotations.
|
com.squareup.okhttp.Call |
getDocumentFreeTextAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentFreeTextAnnotations
|
ApiResponse<FreeTextAnnotationsResponse> |
getDocumentFreeTextAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document free text annotations.
|
HighlightAnnotationsResponse |
getDocumentHighlightAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document highlight annotations.
|
com.squareup.okhttp.Call |
getDocumentHighlightAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<HighlightAnnotationsResponse> callback)
Read document highlight annotations.
|
com.squareup.okhttp.Call |
getDocumentHighlightAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentHighlightAnnotations
|
ApiResponse<HighlightAnnotationsResponse> |
getDocumentHighlightAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document highlight annotations.
|
InkAnnotationsResponse |
getDocumentInkAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document ink annotations.
|
com.squareup.okhttp.Call |
getDocumentInkAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<InkAnnotationsResponse> callback)
Read document ink annotations.
|
com.squareup.okhttp.Call |
getDocumentInkAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentInkAnnotations
|
ApiResponse<InkAnnotationsResponse> |
getDocumentInkAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document ink annotations.
|
LineAnnotationsResponse |
getDocumentLineAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document line annotations.
|
com.squareup.okhttp.Call |
getDocumentLineAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<LineAnnotationsResponse> callback)
Read document line annotations.
|
com.squareup.okhttp.Call |
getDocumentLineAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentLineAnnotations
|
ApiResponse<LineAnnotationsResponse> |
getDocumentLineAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document line annotations.
|
ListBoxFieldsResponse |
getDocumentListBoxFields(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document listbox fields.
|
com.squareup.okhttp.Call |
getDocumentListBoxFieldsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ListBoxFieldsResponse> callback)
Read document listbox fields.
|
com.squareup.okhttp.Call |
getDocumentListBoxFieldsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentListBoxFields
|
ApiResponse<ListBoxFieldsResponse> |
getDocumentListBoxFieldsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document listbox fields.
|
MovieAnnotationsResponse |
getDocumentMovieAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document movie annotations.
|
com.squareup.okhttp.Call |
getDocumentMovieAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<MovieAnnotationsResponse> callback)
Read document movie annotations.
|
com.squareup.okhttp.Call |
getDocumentMovieAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentMovieAnnotations
|
ApiResponse<MovieAnnotationsResponse> |
getDocumentMovieAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document movie annotations.
|
PolygonAnnotationsResponse |
getDocumentPolygonAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document polygon annotations.
|
com.squareup.okhttp.Call |
getDocumentPolygonAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PolygonAnnotationsResponse> callback)
Read document polygon annotations.
|
com.squareup.okhttp.Call |
getDocumentPolygonAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentPolygonAnnotations
|
ApiResponse<PolygonAnnotationsResponse> |
getDocumentPolygonAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document polygon annotations.
|
PolyLineAnnotationsResponse |
getDocumentPolyLineAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document polyline annotations.
|
com.squareup.okhttp.Call |
getDocumentPolyLineAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PolyLineAnnotationsResponse> callback)
Read document polyline annotations.
|
com.squareup.okhttp.Call |
getDocumentPolyLineAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentPolyLineAnnotations
|
ApiResponse<PolyLineAnnotationsResponse> |
getDocumentPolyLineAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document polyline annotations.
|
PopupAnnotationsResponse |
getDocumentPopupAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document popup annotations.
|
com.squareup.okhttp.Call |
getDocumentPopupAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PopupAnnotationsResponse> callback)
Read document popup annotations.
|
PopupAnnotationsResponse |
getDocumentPopupAnnotationsByParent(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document popup annotations by parent id.
|
com.squareup.okhttp.Call |
getDocumentPopupAnnotationsByParentAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PopupAnnotationsResponse> callback)
Read document popup annotations by parent id.
|
com.squareup.okhttp.Call |
getDocumentPopupAnnotationsByParentCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentPopupAnnotationsByParent
|
ApiResponse<PopupAnnotationsResponse> |
getDocumentPopupAnnotationsByParentWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document popup annotations by parent id.
|
com.squareup.okhttp.Call |
getDocumentPopupAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentPopupAnnotations
|
ApiResponse<PopupAnnotationsResponse> |
getDocumentPopupAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document popup annotations.
|
DocumentPropertiesResponse |
getDocumentProperties(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document properties.
|
com.squareup.okhttp.Call |
getDocumentPropertiesAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentPropertiesResponse> callback)
Read document properties.
|
com.squareup.okhttp.Call |
getDocumentPropertiesCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentProperties
|
ApiResponse<DocumentPropertiesResponse> |
getDocumentPropertiesWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document properties.
|
DocumentPropertyResponse |
getDocumentProperty(java.lang.String name,
java.lang.String propertyName,
java.lang.String storage,
java.lang.String folder)
Read document property by name.
|
com.squareup.okhttp.Call |
getDocumentPropertyAsync(java.lang.String name,
java.lang.String propertyName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentPropertyResponse> callback)
Read document property by name.
|
com.squareup.okhttp.Call |
getDocumentPropertyCall(java.lang.String name,
java.lang.String propertyName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentProperty
|
ApiResponse<DocumentPropertyResponse> |
getDocumentPropertyWithHttpInfo(java.lang.String name,
java.lang.String propertyName,
java.lang.String storage,
java.lang.String folder)
Read document property by name.
|
RadioButtonFieldsResponse |
getDocumentRadioButtonFields(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document radiobutton fields.
|
com.squareup.okhttp.Call |
getDocumentRadioButtonFieldsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<RadioButtonFieldsResponse> callback)
Read document radiobutton fields.
|
com.squareup.okhttp.Call |
getDocumentRadioButtonFieldsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentRadioButtonFields
|
ApiResponse<RadioButtonFieldsResponse> |
getDocumentRadioButtonFieldsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document radiobutton fields.
|
RedactionAnnotationsResponse |
getDocumentRedactionAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document redaction annotations.
|
com.squareup.okhttp.Call |
getDocumentRedactionAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<RedactionAnnotationsResponse> callback)
Read document redaction annotations.
|
com.squareup.okhttp.Call |
getDocumentRedactionAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentRedactionAnnotations
|
ApiResponse<RedactionAnnotationsResponse> |
getDocumentRedactionAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document redaction annotations.
|
ScreenAnnotationsResponse |
getDocumentScreenAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document screen annotations.
|
com.squareup.okhttp.Call |
getDocumentScreenAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ScreenAnnotationsResponse> callback)
Read document screen annotations.
|
com.squareup.okhttp.Call |
getDocumentScreenAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentScreenAnnotations
|
ApiResponse<ScreenAnnotationsResponse> |
getDocumentScreenAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document screen annotations.
|
SignatureFieldsResponse |
getDocumentSignatureFields(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document signature fields.
|
com.squareup.okhttp.Call |
getDocumentSignatureFieldsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SignatureFieldsResponse> callback)
Read document signature fields.
|
com.squareup.okhttp.Call |
getDocumentSignatureFieldsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentSignatureFields
|
ApiResponse<SignatureFieldsResponse> |
getDocumentSignatureFieldsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document signature fields.
|
SoundAnnotationsResponse |
getDocumentSoundAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document sound annotations.
|
com.squareup.okhttp.Call |
getDocumentSoundAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SoundAnnotationsResponse> callback)
Read document sound annotations.
|
com.squareup.okhttp.Call |
getDocumentSoundAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentSoundAnnotations
|
ApiResponse<SoundAnnotationsResponse> |
getDocumentSoundAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document sound annotations.
|
SquareAnnotationsResponse |
getDocumentSquareAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document square annotations.
|
com.squareup.okhttp.Call |
getDocumentSquareAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SquareAnnotationsResponse> callback)
Read document square annotations.
|
com.squareup.okhttp.Call |
getDocumentSquareAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentSquareAnnotations
|
ApiResponse<SquareAnnotationsResponse> |
getDocumentSquareAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document square annotations.
|
SquigglyAnnotationsResponse |
getDocumentSquigglyAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document squiggly annotations.
|
com.squareup.okhttp.Call |
getDocumentSquigglyAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SquigglyAnnotationsResponse> callback)
Read document squiggly annotations.
|
com.squareup.okhttp.Call |
getDocumentSquigglyAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentSquigglyAnnotations
|
ApiResponse<SquigglyAnnotationsResponse> |
getDocumentSquigglyAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document squiggly annotations.
|
StampAnnotationsResponse |
getDocumentStampAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document stamp annotations.
|
com.squareup.okhttp.Call |
getDocumentStampAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<StampAnnotationsResponse> callback)
Read document stamp annotations.
|
com.squareup.okhttp.Call |
getDocumentStampAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentStampAnnotations
|
ApiResponse<StampAnnotationsResponse> |
getDocumentStampAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document stamp annotations.
|
StampsInfoResponse |
getDocumentStamps(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document stamps.
|
com.squareup.okhttp.Call |
getDocumentStampsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<StampsInfoResponse> callback)
Read document stamps.
|
com.squareup.okhttp.Call |
getDocumentStampsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentStamps
|
ApiResponse<StampsInfoResponse> |
getDocumentStampsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document stamps.
|
StrikeOutAnnotationsResponse |
getDocumentStrikeOutAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document StrikeOut annotations.
|
com.squareup.okhttp.Call |
getDocumentStrikeOutAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<StrikeOutAnnotationsResponse> callback)
Read document StrikeOut annotations.
|
com.squareup.okhttp.Call |
getDocumentStrikeOutAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentStrikeOutAnnotations
|
ApiResponse<StrikeOutAnnotationsResponse> |
getDocumentStrikeOutAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document StrikeOut annotations.
|
TablesRecognizedResponse |
getDocumentTables(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document tables.
|
com.squareup.okhttp.Call |
getDocumentTablesAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TablesRecognizedResponse> callback)
Read document tables.
|
com.squareup.okhttp.Call |
getDocumentTablesCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentTables
|
ApiResponse<TablesRecognizedResponse> |
getDocumentTablesWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document tables.
|
TextAnnotationsResponse |
getDocumentTextAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document text annotations.
|
com.squareup.okhttp.Call |
getDocumentTextAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TextAnnotationsResponse> callback)
Read document text annotations.
|
com.squareup.okhttp.Call |
getDocumentTextAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentTextAnnotations
|
ApiResponse<TextAnnotationsResponse> |
getDocumentTextAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document text annotations.
|
TextBoxFieldsResponse |
getDocumentTextBoxFields(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document text box fields.
|
com.squareup.okhttp.Call |
getDocumentTextBoxFieldsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TextBoxFieldsResponse> callback)
Read document text box fields.
|
com.squareup.okhttp.Call |
getDocumentTextBoxFieldsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentTextBoxFields
|
ApiResponse<TextBoxFieldsResponse> |
getDocumentTextBoxFieldsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document text box fields.
|
UnderlineAnnotationsResponse |
getDocumentUnderlineAnnotations(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document underline annotations.
|
com.squareup.okhttp.Call |
getDocumentUnderlineAnnotationsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<UnderlineAnnotationsResponse> callback)
Read document underline annotations.
|
com.squareup.okhttp.Call |
getDocumentUnderlineAnnotationsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentUnderlineAnnotations
|
ApiResponse<UnderlineAnnotationsResponse> |
getDocumentUnderlineAnnotationsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document underline annotations.
|
ApiResponse<DocumentResponse> |
getDocumentWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read common document info.
|
java.io.File |
getDownloadDocumentAttachmentByIndex(java.lang.String name,
java.lang.Integer attachmentIndex,
java.lang.String storage,
java.lang.String folder)
Download document attachment content by its index.
|
com.squareup.okhttp.Call |
getDownloadDocumentAttachmentByIndexAsync(java.lang.String name,
java.lang.Integer attachmentIndex,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Download document attachment content by its index.
|
com.squareup.okhttp.Call |
getDownloadDocumentAttachmentByIndexCall(java.lang.String name,
java.lang.Integer attachmentIndex,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDownloadDocumentAttachmentByIndex
|
ApiResponse<java.io.File> |
getDownloadDocumentAttachmentByIndexWithHttpInfo(java.lang.String name,
java.lang.Integer attachmentIndex,
java.lang.String storage,
java.lang.String folder)
Download document attachment content by its index.
|
java.io.File |
getEpubInStorageToPdf(java.lang.String srcPath,
java.lang.String storage)
Convert EPUB file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getEpubInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert EPUB file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getEpubInStorageToPdfCall(java.lang.String srcPath,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getEpubInStorageToPdf
|
ApiResponse<java.io.File> |
getEpubInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String storage)
Convert EPUB file (located on storage) to PDF format and return resulting file in response.
|
java.io.File |
getExportFieldsFromPdfToFdfInStorage(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to FDF file.
|
com.squareup.okhttp.Call |
getExportFieldsFromPdfToFdfInStorageAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Export fields from from PDF in storage to FDF file.
|
com.squareup.okhttp.Call |
getExportFieldsFromPdfToFdfInStorageCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getExportFieldsFromPdfToFdfInStorage
|
ApiResponse<java.io.File> |
getExportFieldsFromPdfToFdfInStorageWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to FDF file.
|
java.io.File |
getExportFieldsFromPdfToXfdfInStorage(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to XFDF file.
|
com.squareup.okhttp.Call |
getExportFieldsFromPdfToXfdfInStorageAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Export fields from from PDF in storage to XFDF file.
|
com.squareup.okhttp.Call |
getExportFieldsFromPdfToXfdfInStorageCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getExportFieldsFromPdfToXfdfInStorage
|
ApiResponse<java.io.File> |
getExportFieldsFromPdfToXfdfInStorageWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to XFDF file.
|
java.io.File |
getExportFieldsFromPdfToXmlInStorage(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to XML file.
|
com.squareup.okhttp.Call |
getExportFieldsFromPdfToXmlInStorageAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Export fields from from PDF in storage to XML file.
|
com.squareup.okhttp.Call |
getExportFieldsFromPdfToXmlInStorageCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getExportFieldsFromPdfToXmlInStorage
|
ApiResponse<java.io.File> |
getExportFieldsFromPdfToXmlInStorageWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to XML file.
|
FieldResponse |
getField(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Get document field by name.
|
com.squareup.okhttp.Call |
getFieldAsync(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FieldResponse> callback)
Get document field by name.
|
com.squareup.okhttp.Call |
getFieldCall(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getField
|
FieldsResponse |
getFields(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Get document fields.
|
com.squareup.okhttp.Call |
getFieldsAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FieldsResponse> callback)
Get document fields.
|
com.squareup.okhttp.Call |
getFieldsCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFields
|
ApiResponse<FieldsResponse> |
getFieldsWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Get document fields.
|
ApiResponse<FieldResponse> |
getFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Get document field by name.
|
FileAttachmentAnnotationResponse |
getFileAttachmentAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page FileAttachment annotation by ID.
|
com.squareup.okhttp.Call |
getFileAttachmentAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FileAttachmentAnnotationResponse> callback)
Read document page FileAttachment annotation by ID.
|
com.squareup.okhttp.Call |
getFileAttachmentAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFileAttachmentAnnotation
|
java.io.File |
getFileAttachmentAnnotationData(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page FileAttachment annotation by ID.
|
com.squareup.okhttp.Call |
getFileAttachmentAnnotationDataAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Read document page FileAttachment annotation by ID.
|
com.squareup.okhttp.Call |
getFileAttachmentAnnotationDataCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFileAttachmentAnnotationData
|
ApiResponse<java.io.File> |
getFileAttachmentAnnotationDataWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page FileAttachment annotation by ID.
|
ApiResponse<FileAttachmentAnnotationResponse> |
getFileAttachmentAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page FileAttachment annotation by ID.
|
FilesList |
getFilesList(java.lang.String path,
java.lang.String storageName)
Get all files and folders within a folder
|
com.squareup.okhttp.Call |
getFilesListAsync(java.lang.String path,
java.lang.String storageName,
ApiCallback<FilesList> callback)
Get all files and folders within a folder (asynchronously)
|
com.squareup.okhttp.Call |
getFilesListCall(java.lang.String path,
java.lang.String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFilesList
|
ApiResponse<FilesList> |
getFilesListWithHttpInfo(java.lang.String path,
java.lang.String storageName)
Get all files and folders within a folder
|
FileVersions |
getFileVersions(java.lang.String path,
java.lang.String storageName)
Get file versions
|
com.squareup.okhttp.Call |
getFileVersionsAsync(java.lang.String path,
java.lang.String storageName,
ApiCallback<FileVersions> callback)
Get file versions (asynchronously)
|
com.squareup.okhttp.Call |
getFileVersionsCall(java.lang.String path,
java.lang.String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFileVersions
|
ApiResponse<FileVersions> |
getFileVersionsWithHttpInfo(java.lang.String path,
java.lang.String storageName)
Get file versions
|
FreeTextAnnotationResponse |
getFreeTextAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page free text annotation by ID.
|
com.squareup.okhttp.Call |
getFreeTextAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FreeTextAnnotationResponse> callback)
Read document page free text annotation by ID.
|
com.squareup.okhttp.Call |
getFreeTextAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFreeTextAnnotation
|
ApiResponse<FreeTextAnnotationResponse> |
getFreeTextAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page free text annotation by ID.
|
HighlightAnnotationResponse |
getHighlightAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page highlight annotation by ID.
|
com.squareup.okhttp.Call |
getHighlightAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<HighlightAnnotationResponse> callback)
Read document page highlight annotation by ID.
|
com.squareup.okhttp.Call |
getHighlightAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getHighlightAnnotation
|
ApiResponse<HighlightAnnotationResponse> |
getHighlightAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page highlight annotation by ID.
|
java.io.File |
getHtmlInStorageToPdf(java.lang.String srcPath,
java.lang.String htmlFileName,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage)
Convert HTML file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getHtmlInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String htmlFileName,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert HTML file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getHtmlInStorageToPdfCall(java.lang.String srcPath,
java.lang.String htmlFileName,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getHtmlInStorageToPdf
|
ApiResponse<java.io.File> |
getHtmlInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String htmlFileName,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage)
Convert HTML file (located on storage) to PDF format and return resulting file in response.
|
ImageResponse |
getImage(java.lang.String name,
java.lang.String imageId,
java.lang.String storage,
java.lang.String folder)
Read document image by ID.
|
com.squareup.okhttp.Call |
getImageAsync(java.lang.String name,
java.lang.String imageId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ImageResponse> callback)
Read document image by ID.
|
com.squareup.okhttp.Call |
getImageCall(java.lang.String name,
java.lang.String imageId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImage
|
java.io.File |
getImageExtractAsGif(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder)
Extract document image in GIF format
|
com.squareup.okhttp.Call |
getImageExtractAsGifAsync(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Extract document image in GIF format (asynchronously)
|
com.squareup.okhttp.Call |
getImageExtractAsGifCall(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImageExtractAsGif
|
ApiResponse<java.io.File> |
getImageExtractAsGifWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder)
Extract document image in GIF format
|
java.io.File |
getImageExtractAsJpeg(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder)
Extract document image in JPEG format
|
com.squareup.okhttp.Call |
getImageExtractAsJpegAsync(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Extract document image in JPEG format (asynchronously)
|
com.squareup.okhttp.Call |
getImageExtractAsJpegCall(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImageExtractAsJpeg
|
ApiResponse<java.io.File> |
getImageExtractAsJpegWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder)
Extract document image in JPEG format
|
java.io.File |
getImageExtractAsPng(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder)
Extract document image in PNG format
|
com.squareup.okhttp.Call |
getImageExtractAsPngAsync(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Extract document image in PNG format (asynchronously)
|
com.squareup.okhttp.Call |
getImageExtractAsPngCall(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImageExtractAsPng
|
ApiResponse<java.io.File> |
getImageExtractAsPngWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder)
Extract document image in PNG format
|
java.io.File |
getImageExtractAsTiff(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder)
Extract document image in TIFF format
|
com.squareup.okhttp.Call |
getImageExtractAsTiffAsync(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Extract document image in TIFF format (asynchronously)
|
com.squareup.okhttp.Call |
getImageExtractAsTiffCall(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImageExtractAsTiff
|
ApiResponse<java.io.File> |
getImageExtractAsTiffWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder)
Extract document image in TIFF format
|
ImagesResponse |
getImages(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document images.
|
com.squareup.okhttp.Call |
getImagesAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ImagesResponse> callback)
Read document images.
|
com.squareup.okhttp.Call |
getImagesCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImages
|
ApiResponse<ImagesResponse> |
getImagesWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document images.
|
ApiResponse<ImageResponse> |
getImageWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.String storage,
java.lang.String folder)
Read document image by ID.
|
java.io.File |
getImportFieldsFromFdfInStorage(java.lang.String name,
java.lang.String fdfFilePath,
java.lang.String storage,
java.lang.String folder)
Update fields from FDF file in storage.
|
com.squareup.okhttp.Call |
getImportFieldsFromFdfInStorageAsync(java.lang.String name,
java.lang.String fdfFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Update fields from FDF file in storage.
|
com.squareup.okhttp.Call |
getImportFieldsFromFdfInStorageCall(java.lang.String name,
java.lang.String fdfFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImportFieldsFromFdfInStorage
|
ApiResponse<java.io.File> |
getImportFieldsFromFdfInStorageWithHttpInfo(java.lang.String name,
java.lang.String fdfFilePath,
java.lang.String storage,
java.lang.String folder)
Update fields from FDF file in storage.
|
java.io.File |
getImportFieldsFromXfdfInStorage(java.lang.String name,
java.lang.String xfdfFilePath,
java.lang.String storage,
java.lang.String folder)
Update fields from XFDF file in storage.
|
com.squareup.okhttp.Call |
getImportFieldsFromXfdfInStorageAsync(java.lang.String name,
java.lang.String xfdfFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Update fields from XFDF file in storage.
|
com.squareup.okhttp.Call |
getImportFieldsFromXfdfInStorageCall(java.lang.String name,
java.lang.String xfdfFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImportFieldsFromXfdfInStorage
|
ApiResponse<java.io.File> |
getImportFieldsFromXfdfInStorageWithHttpInfo(java.lang.String name,
java.lang.String xfdfFilePath,
java.lang.String storage,
java.lang.String folder)
Update fields from XFDF file in storage.
|
java.io.File |
getImportFieldsFromXmlInStorage(java.lang.String name,
java.lang.String xmlFilePath,
java.lang.String storage,
java.lang.String folder)
Import from XML file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getImportFieldsFromXmlInStorageAsync(java.lang.String name,
java.lang.String xmlFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Import from XML file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getImportFieldsFromXmlInStorageCall(java.lang.String name,
java.lang.String xmlFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImportFieldsFromXmlInStorage
|
ApiResponse<java.io.File> |
getImportFieldsFromXmlInStorageWithHttpInfo(java.lang.String name,
java.lang.String xmlFilePath,
java.lang.String storage,
java.lang.String folder)
Import from XML file (located on storage) to PDF format and return resulting file in response.
|
InkAnnotationResponse |
getInkAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page ink annotation by ID.
|
com.squareup.okhttp.Call |
getInkAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<InkAnnotationResponse> callback)
Read document page ink annotation by ID.
|
com.squareup.okhttp.Call |
getInkAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getInkAnnotation
|
ApiResponse<InkAnnotationResponse> |
getInkAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page ink annotation by ID.
|
java.io.File |
getLaTeXInStorageToPdf(java.lang.String srcPath,
java.lang.String storage)
Deprecated.
|
com.squareup.okhttp.Call |
getLaTeXInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Deprecated.
|
com.squareup.okhttp.Call |
getLaTeXInStorageToPdfCall(java.lang.String srcPath,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Deprecated.
|
ApiResponse<java.io.File> |
getLaTeXInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String storage)
Deprecated.
|
LineAnnotationResponse |
getLineAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page line annotation by ID.
|
com.squareup.okhttp.Call |
getLineAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<LineAnnotationResponse> callback)
Read document page line annotation by ID.
|
com.squareup.okhttp.Call |
getLineAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLineAnnotation
|
ApiResponse<LineAnnotationResponse> |
getLineAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page line annotation by ID.
|
LinkAnnotationResponse |
getLinkAnnotation(java.lang.String name,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder)
Read document link annotation by ID.
|
com.squareup.okhttp.Call |
getLinkAnnotationAsync(java.lang.String name,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<LinkAnnotationResponse> callback)
Read document link annotation by ID.
|
com.squareup.okhttp.Call |
getLinkAnnotationCall(java.lang.String name,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLinkAnnotation
|
ApiResponse<LinkAnnotationResponse> |
getLinkAnnotationWithHttpInfo(java.lang.String name,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder)
Read document link annotation by ID.
|
ListBoxFieldResponse |
getListBoxField(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document listbox field by name.
|
com.squareup.okhttp.Call |
getListBoxFieldAsync(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ListBoxFieldResponse> callback)
Read document listbox field by name.
|
com.squareup.okhttp.Call |
getListBoxFieldCall(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getListBoxField
|
ApiResponse<ListBoxFieldResponse> |
getListBoxFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document listbox field by name.
|
java.io.File |
getMarkdownInStorageToPdf(java.lang.String srcPath,
java.lang.String storage)
Convert MD file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getMarkdownInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert MD file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getMarkdownInStorageToPdfCall(java.lang.String srcPath,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMarkdownInStorageToPdf
|
ApiResponse<java.io.File> |
getMarkdownInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String storage)
Convert MD file (located on storage) to PDF format and return resulting file in response.
|
java.io.File |
getMhtInStorageToPdf(java.lang.String srcPath,
java.lang.String storage)
Convert MHT file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getMhtInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert MHT file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getMhtInStorageToPdfCall(java.lang.String srcPath,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMhtInStorageToPdf
|
ApiResponse<java.io.File> |
getMhtInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String storage)
Convert MHT file (located on storage) to PDF format and return resulting file in response.
|
MovieAnnotationResponse |
getMovieAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page movie annotation by ID.
|
com.squareup.okhttp.Call |
getMovieAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<MovieAnnotationResponse> callback)
Read document page movie annotation by ID.
|
com.squareup.okhttp.Call |
getMovieAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMovieAnnotation
|
ApiResponse<MovieAnnotationResponse> |
getMovieAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page movie annotation by ID.
|
DocumentPageResponse |
getPage(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page info.
|
AnnotationsInfoResponse |
getPageAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page annotations.
|
com.squareup.okhttp.Call |
getPageAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AnnotationsInfoResponse> callback)
Read document page annotations.
|
com.squareup.okhttp.Call |
getPageAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageAnnotations
|
ApiResponse<AnnotationsInfoResponse> |
getPageAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page annotations.
|
com.squareup.okhttp.Call |
getPageAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentPageResponse> callback)
Read document page info.
|
com.squareup.okhttp.Call |
getPageCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPage
|
CaretAnnotationsResponse |
getPageCaretAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page caret annotations.
|
com.squareup.okhttp.Call |
getPageCaretAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CaretAnnotationsResponse> callback)
Read document page caret annotations.
|
com.squareup.okhttp.Call |
getPageCaretAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageCaretAnnotations
|
ApiResponse<CaretAnnotationsResponse> |
getPageCaretAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page caret annotations.
|
CheckBoxFieldsResponse |
getPageCheckBoxFields(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page checkbox fields.
|
com.squareup.okhttp.Call |
getPageCheckBoxFieldsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CheckBoxFieldsResponse> callback)
Read document page checkbox fields.
|
com.squareup.okhttp.Call |
getPageCheckBoxFieldsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageCheckBoxFields
|
ApiResponse<CheckBoxFieldsResponse> |
getPageCheckBoxFieldsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page checkbox fields.
|
CircleAnnotationsResponse |
getPageCircleAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page circle annotations.
|
com.squareup.okhttp.Call |
getPageCircleAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CircleAnnotationsResponse> callback)
Read document page circle annotations.
|
com.squareup.okhttp.Call |
getPageCircleAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageCircleAnnotations
|
ApiResponse<CircleAnnotationsResponse> |
getPageCircleAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page circle annotations.
|
ComboBoxFieldsResponse |
getPageComboBoxFields(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page combobox fields.
|
com.squareup.okhttp.Call |
getPageComboBoxFieldsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ComboBoxFieldsResponse> callback)
Read document page combobox fields.
|
com.squareup.okhttp.Call |
getPageComboBoxFieldsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageComboBoxFields
|
ApiResponse<ComboBoxFieldsResponse> |
getPageComboBoxFieldsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page combobox fields.
|
java.io.File |
getPageConvertToBmp(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Bmp image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToBmpAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert document page to Bmp image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToBmpCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageConvertToBmp
|
ApiResponse<java.io.File> |
getPageConvertToBmpWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Bmp image and return resulting file in response.
|
java.io.File |
getPageConvertToEmf(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Emf image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToEmfAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert document page to Emf image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToEmfCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageConvertToEmf
|
ApiResponse<java.io.File> |
getPageConvertToEmfWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Emf image and return resulting file in response.
|
java.io.File |
getPageConvertToGif(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Gif image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToGifAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert document page to Gif image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToGifCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageConvertToGif
|
ApiResponse<java.io.File> |
getPageConvertToGifWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Gif image and return resulting file in response.
|
java.io.File |
getPageConvertToJpeg(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Jpeg image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToJpegAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert document page to Jpeg image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToJpegCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageConvertToJpeg
|
ApiResponse<java.io.File> |
getPageConvertToJpegWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Jpeg image and return resulting file in response.
|
java.io.File |
getPageConvertToPng(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Png image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToPngAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert document page to Png image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToPngCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageConvertToPng
|
ApiResponse<java.io.File> |
getPageConvertToPngWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Png image and return resulting file in response.
|
java.io.File |
getPageConvertToTiff(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Tiff image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToTiffAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert document page to Tiff image and return resulting file in response.
|
com.squareup.okhttp.Call |
getPageConvertToTiffCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageConvertToTiff
|
ApiResponse<java.io.File> |
getPageConvertToTiffWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Tiff image and return resulting file in response.
|
FileAttachmentAnnotationsResponse |
getPageFileAttachmentAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page FileAttachment annotations.
|
com.squareup.okhttp.Call |
getPageFileAttachmentAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FileAttachmentAnnotationsResponse> callback)
Read document page FileAttachment annotations.
|
com.squareup.okhttp.Call |
getPageFileAttachmentAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageFileAttachmentAnnotations
|
ApiResponse<FileAttachmentAnnotationsResponse> |
getPageFileAttachmentAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page FileAttachment annotations.
|
FreeTextAnnotationsResponse |
getPageFreeTextAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page free text annotations.
|
com.squareup.okhttp.Call |
getPageFreeTextAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FreeTextAnnotationsResponse> callback)
Read document page free text annotations.
|
com.squareup.okhttp.Call |
getPageFreeTextAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageFreeTextAnnotations
|
ApiResponse<FreeTextAnnotationsResponse> |
getPageFreeTextAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page free text annotations.
|
HighlightAnnotationsResponse |
getPageHighlightAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page highlight annotations.
|
com.squareup.okhttp.Call |
getPageHighlightAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<HighlightAnnotationsResponse> callback)
Read document page highlight annotations.
|
com.squareup.okhttp.Call |
getPageHighlightAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageHighlightAnnotations
|
ApiResponse<HighlightAnnotationsResponse> |
getPageHighlightAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page highlight annotations.
|
InkAnnotationsResponse |
getPageInkAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page ink annotations.
|
com.squareup.okhttp.Call |
getPageInkAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<InkAnnotationsResponse> callback)
Read document page ink annotations.
|
com.squareup.okhttp.Call |
getPageInkAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageInkAnnotations
|
ApiResponse<InkAnnotationsResponse> |
getPageInkAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page ink annotations.
|
LineAnnotationsResponse |
getPageLineAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page line annotations.
|
com.squareup.okhttp.Call |
getPageLineAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<LineAnnotationsResponse> callback)
Read document page line annotations.
|
com.squareup.okhttp.Call |
getPageLineAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageLineAnnotations
|
ApiResponse<LineAnnotationsResponse> |
getPageLineAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page line annotations.
|
LinkAnnotationResponse |
getPageLinkAnnotation(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder)
Deprecated.
|
com.squareup.okhttp.Call |
getPageLinkAnnotationAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<LinkAnnotationResponse> callback)
Deprecated.
|
com.squareup.okhttp.Call |
getPageLinkAnnotationCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Deprecated.
|
LinkAnnotationsResponse |
getPageLinkAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page link annotations.
|
com.squareup.okhttp.Call |
getPageLinkAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<LinkAnnotationsResponse> callback)
Read document page link annotations.
|
com.squareup.okhttp.Call |
getPageLinkAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageLinkAnnotations
|
ApiResponse<LinkAnnotationsResponse> |
getPageLinkAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page link annotations.
|
ApiResponse<LinkAnnotationResponse> |
getPageLinkAnnotationWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String linkId,
java.lang.String storage,
java.lang.String folder)
Deprecated.
|
ListBoxFieldsResponse |
getPageListBoxFields(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page listbox fields.
|
com.squareup.okhttp.Call |
getPageListBoxFieldsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ListBoxFieldsResponse> callback)
Read document page listbox fields.
|
com.squareup.okhttp.Call |
getPageListBoxFieldsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageListBoxFields
|
ApiResponse<ListBoxFieldsResponse> |
getPageListBoxFieldsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page listbox fields.
|
MovieAnnotationsResponse |
getPageMovieAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page movie annotations.
|
com.squareup.okhttp.Call |
getPageMovieAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<MovieAnnotationsResponse> callback)
Read document page movie annotations.
|
com.squareup.okhttp.Call |
getPageMovieAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageMovieAnnotations
|
ApiResponse<MovieAnnotationsResponse> |
getPageMovieAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page movie annotations.
|
PolygonAnnotationsResponse |
getPagePolygonAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page polygon annotations.
|
com.squareup.okhttp.Call |
getPagePolygonAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PolygonAnnotationsResponse> callback)
Read document page polygon annotations.
|
com.squareup.okhttp.Call |
getPagePolygonAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPagePolygonAnnotations
|
ApiResponse<PolygonAnnotationsResponse> |
getPagePolygonAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page polygon annotations.
|
PolyLineAnnotationsResponse |
getPagePolyLineAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page polyline annotations.
|
com.squareup.okhttp.Call |
getPagePolyLineAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PolyLineAnnotationsResponse> callback)
Read document page polyline annotations.
|
com.squareup.okhttp.Call |
getPagePolyLineAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPagePolyLineAnnotations
|
ApiResponse<PolyLineAnnotationsResponse> |
getPagePolyLineAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page polyline annotations.
|
PopupAnnotationsResponse |
getPagePopupAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page popup annotations.
|
com.squareup.okhttp.Call |
getPagePopupAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PopupAnnotationsResponse> callback)
Read document page popup annotations.
|
com.squareup.okhttp.Call |
getPagePopupAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPagePopupAnnotations
|
ApiResponse<PopupAnnotationsResponse> |
getPagePopupAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page popup annotations.
|
RadioButtonFieldsResponse |
getPageRadioButtonFields(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page radiobutton fields.
|
com.squareup.okhttp.Call |
getPageRadioButtonFieldsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<RadioButtonFieldsResponse> callback)
Read document page radiobutton fields.
|
com.squareup.okhttp.Call |
getPageRadioButtonFieldsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageRadioButtonFields
|
ApiResponse<RadioButtonFieldsResponse> |
getPageRadioButtonFieldsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page radiobutton fields.
|
RedactionAnnotationsResponse |
getPageRedactionAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page redaction annotations.
|
com.squareup.okhttp.Call |
getPageRedactionAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<RedactionAnnotationsResponse> callback)
Read document page redaction annotations.
|
com.squareup.okhttp.Call |
getPageRedactionAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageRedactionAnnotations
|
ApiResponse<RedactionAnnotationsResponse> |
getPageRedactionAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page redaction annotations.
|
DocumentPagesResponse |
getPages(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document pages info.
|
com.squareup.okhttp.Call |
getPagesAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentPagesResponse> callback)
Read document pages info.
|
com.squareup.okhttp.Call |
getPagesCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPages
|
ScreenAnnotationsResponse |
getPageScreenAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page screen annotations.
|
com.squareup.okhttp.Call |
getPageScreenAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ScreenAnnotationsResponse> callback)
Read document page screen annotations.
|
com.squareup.okhttp.Call |
getPageScreenAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageScreenAnnotations
|
ApiResponse<ScreenAnnotationsResponse> |
getPageScreenAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page screen annotations.
|
SignatureFieldsResponse |
getPageSignatureFields(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page signature fields.
|
com.squareup.okhttp.Call |
getPageSignatureFieldsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SignatureFieldsResponse> callback)
Read document page signature fields.
|
com.squareup.okhttp.Call |
getPageSignatureFieldsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageSignatureFields
|
ApiResponse<SignatureFieldsResponse> |
getPageSignatureFieldsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page signature fields.
|
SoundAnnotationsResponse |
getPageSoundAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page sound annotations.
|
com.squareup.okhttp.Call |
getPageSoundAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SoundAnnotationsResponse> callback)
Read document page sound annotations.
|
com.squareup.okhttp.Call |
getPageSoundAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageSoundAnnotations
|
ApiResponse<SoundAnnotationsResponse> |
getPageSoundAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page sound annotations.
|
SquareAnnotationsResponse |
getPageSquareAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page square annotations.
|
com.squareup.okhttp.Call |
getPageSquareAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SquareAnnotationsResponse> callback)
Read document page square annotations.
|
com.squareup.okhttp.Call |
getPageSquareAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageSquareAnnotations
|
ApiResponse<SquareAnnotationsResponse> |
getPageSquareAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page square annotations.
|
SquigglyAnnotationsResponse |
getPageSquigglyAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page squiggly annotations.
|
com.squareup.okhttp.Call |
getPageSquigglyAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SquigglyAnnotationsResponse> callback)
Read document page squiggly annotations.
|
com.squareup.okhttp.Call |
getPageSquigglyAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageSquigglyAnnotations
|
ApiResponse<SquigglyAnnotationsResponse> |
getPageSquigglyAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page squiggly annotations.
|
StampAnnotationsResponse |
getPageStampAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page stamp annotations.
|
com.squareup.okhttp.Call |
getPageStampAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<StampAnnotationsResponse> callback)
Read document page stamp annotations.
|
com.squareup.okhttp.Call |
getPageStampAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageStampAnnotations
|
ApiResponse<StampAnnotationsResponse> |
getPageStampAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page stamp annotations.
|
StampsInfoResponse |
getPageStamps(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read page document stamps.
|
com.squareup.okhttp.Call |
getPageStampsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<StampsInfoResponse> callback)
Read page document stamps.
|
com.squareup.okhttp.Call |
getPageStampsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageStamps
|
ApiResponse<StampsInfoResponse> |
getPageStampsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read page document stamps.
|
StrikeOutAnnotationsResponse |
getPageStrikeOutAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page StrikeOut annotations.
|
com.squareup.okhttp.Call |
getPageStrikeOutAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<StrikeOutAnnotationsResponse> callback)
Read document page StrikeOut annotations.
|
com.squareup.okhttp.Call |
getPageStrikeOutAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageStrikeOutAnnotations
|
ApiResponse<StrikeOutAnnotationsResponse> |
getPageStrikeOutAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page StrikeOut annotations.
|
ApiResponse<DocumentPagesResponse> |
getPagesWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Read document pages info.
|
TablesRecognizedResponse |
getPageTables(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page tables.
|
com.squareup.okhttp.Call |
getPageTablesAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TablesRecognizedResponse> callback)
Read document page tables.
|
com.squareup.okhttp.Call |
getPageTablesCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageTables
|
ApiResponse<TablesRecognizedResponse> |
getPageTablesWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page tables.
|
TextRectsResponse |
getPageText(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Double LLX,
java.lang.Double LLY,
java.lang.Double URX,
java.lang.Double URY,
java.util.List<java.lang.String> format,
java.lang.String regex,
java.lang.Boolean splitRects,
java.lang.String folder,
java.lang.String storage)
Read page text items.
|
TextAnnotationsResponse |
getPageTextAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page text annotations.
|
com.squareup.okhttp.Call |
getPageTextAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TextAnnotationsResponse> callback)
Read document page text annotations.
|
com.squareup.okhttp.Call |
getPageTextAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageTextAnnotations
|
ApiResponse<TextAnnotationsResponse> |
getPageTextAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page text annotations.
|
com.squareup.okhttp.Call |
getPageTextAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Double LLX,
java.lang.Double LLY,
java.lang.Double URX,
java.lang.Double URY,
java.util.List<java.lang.String> format,
java.lang.String regex,
java.lang.Boolean splitRects,
java.lang.String folder,
java.lang.String storage,
ApiCallback<TextRectsResponse> callback)
Read page text items.
|
TextBoxFieldsResponse |
getPageTextBoxFields(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page text box fields.
|
com.squareup.okhttp.Call |
getPageTextBoxFieldsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TextBoxFieldsResponse> callback)
Read document page text box fields.
|
com.squareup.okhttp.Call |
getPageTextBoxFieldsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageTextBoxFields
|
ApiResponse<TextBoxFieldsResponse> |
getPageTextBoxFieldsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page text box fields.
|
com.squareup.okhttp.Call |
getPageTextCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Double LLX,
java.lang.Double LLY,
java.lang.Double URX,
java.lang.Double URY,
java.util.List<java.lang.String> format,
java.lang.String regex,
java.lang.Boolean splitRects,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageText
|
ApiResponse<TextRectsResponse> |
getPageTextWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Double LLX,
java.lang.Double LLY,
java.lang.Double URX,
java.lang.Double URY,
java.util.List<java.lang.String> format,
java.lang.String regex,
java.lang.Boolean splitRects,
java.lang.String folder,
java.lang.String storage)
Read page text items.
|
UnderlineAnnotationsResponse |
getPageUnderlineAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page underline annotations.
|
com.squareup.okhttp.Call |
getPageUnderlineAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<UnderlineAnnotationsResponse> callback)
Read document page underline annotations.
|
com.squareup.okhttp.Call |
getPageUnderlineAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPageUnderlineAnnotations
|
ApiResponse<UnderlineAnnotationsResponse> |
getPageUnderlineAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page underline annotations.
|
ApiResponse<DocumentPageResponse> |
getPageWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String storage,
java.lang.String folder)
Read document page info.
|
java.io.File |
getPclInStorageToPdf(java.lang.String srcPath,
java.lang.String storage)
Convert PCL file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getPclInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert PCL file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getPclInStorageToPdfCall(java.lang.String srcPath,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPclInStorageToPdf
|
ApiResponse<java.io.File> |
getPclInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String storage)
Convert PCL file (located on storage) to PDF format and return resulting file in response.
|
java.io.File |
getPdfAInStorageToPdf(java.lang.String srcPath,
java.lang.Boolean dontOptimize,
java.lang.String storage)
Convert PDFA file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getPdfAInStorageToPdfAsync(java.lang.String srcPath,
java.lang.Boolean dontOptimize,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert PDFA file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getPdfAInStorageToPdfCall(java.lang.String srcPath,
java.lang.Boolean dontOptimize,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfAInStorageToPdf
|
ApiResponse<java.io.File> |
getPdfAInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.Boolean dontOptimize,
java.lang.String storage)
Convert PDFA file (located on storage) to PDF format and return resulting file in response.
|
java.io.File |
getPdfInStorageToDoc(java.lang.String name,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to DOC format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToDocAsync(java.lang.String name,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to DOC format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToDocCall(java.lang.String name,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToDoc
|
ApiResponse<java.io.File> |
getPdfInStorageToDocWithHttpInfo(java.lang.String name,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to DOC format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToEpub(java.lang.String name,
java.lang.String contentRecognitionMode,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to EPUB format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToEpubAsync(java.lang.String name,
java.lang.String contentRecognitionMode,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to EPUB format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToEpubCall(java.lang.String name,
java.lang.String contentRecognitionMode,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToEpub
|
ApiResponse<java.io.File> |
getPdfInStorageToEpubWithHttpInfo(java.lang.String name,
java.lang.String contentRecognitionMode,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to EPUB format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToHtml(java.lang.String name,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String folder,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth)
Converts PDF document (located on storage) to Html format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToHtmlAsync(java.lang.String name,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String folder,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to Html format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToHtmlCall(java.lang.String name,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String folder,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToHtml
|
ApiResponse<java.io.File> |
getPdfInStorageToHtmlWithHttpInfo(java.lang.String name,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String folder,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth)
Converts PDF document (located on storage) to Html format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToMobiXml(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content.
|
com.squareup.okhttp.Call |
getPdfInStorageToMobiXmlAsync(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content.
|
com.squareup.okhttp.Call |
getPdfInStorageToMobiXmlCall(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToMobiXml
|
ApiResponse<java.io.File> |
getPdfInStorageToMobiXmlWithHttpInfo(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content.
|
java.io.File |
getPdfInStorageToPdfA(java.lang.String name,
java.lang.String type,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to PdfA format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToPdfAAsync(java.lang.String name,
java.lang.String type,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to PdfA format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToPdfACall(java.lang.String name,
java.lang.String type,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToPdfA
|
ApiResponse<java.io.File> |
getPdfInStorageToPdfAWithHttpInfo(java.lang.String name,
java.lang.String type,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to PdfA format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToPptx(java.lang.String name,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to PPTX format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToPptxAsync(java.lang.String name,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to PPTX format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToPptxCall(java.lang.String name,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToPptx
|
ApiResponse<java.io.File> |
getPdfInStorageToPptxWithHttpInfo(java.lang.String name,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to PPTX format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToSvg(java.lang.String name,
java.lang.Boolean compressOutputToZipArchive,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to SVG format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToSvgAsync(java.lang.String name,
java.lang.Boolean compressOutputToZipArchive,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to SVG format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToSvgCall(java.lang.String name,
java.lang.Boolean compressOutputToZipArchive,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToSvg
|
ApiResponse<java.io.File> |
getPdfInStorageToSvgWithHttpInfo(java.lang.String name,
java.lang.Boolean compressOutputToZipArchive,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to SVG format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToTeX(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to TeX format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToTeXAsync(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to TeX format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToTeXCall(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToTeX
|
ApiResponse<java.io.File> |
getPdfInStorageToTeXWithHttpInfo(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to TeX format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToTiff(java.lang.String name,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to TIFF format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToTiffAsync(java.lang.String name,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to TIFF format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToTiffCall(java.lang.String name,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToTiff
|
ApiResponse<java.io.File> |
getPdfInStorageToTiffWithHttpInfo(java.lang.String name,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to TIFF format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToXls(java.lang.String name,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XLS format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToXlsAsync(java.lang.String name,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to XLS format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToXlsCall(java.lang.String name,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToXls
|
ApiResponse<java.io.File> |
getPdfInStorageToXlsWithHttpInfo(java.lang.String name,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XLS format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToXlsx(java.lang.String name,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XLSX format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToXlsxAsync(java.lang.String name,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to XLSX format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToXlsxCall(java.lang.String name,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToXlsx
|
ApiResponse<java.io.File> |
getPdfInStorageToXlsxWithHttpInfo(java.lang.String name,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XLSX format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToXml(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XML format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToXmlAsync(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to XML format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToXmlCall(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToXml
|
ApiResponse<java.io.File> |
getPdfInStorageToXmlWithHttpInfo(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XML format and returns resulting file in response content
|
java.io.File |
getPdfInStorageToXps(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XPS format and returns resulting file in response content
|
com.squareup.okhttp.Call |
getPdfInStorageToXpsAsync(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document (located on storage) to XPS format and returns resulting file in response content (asynchronously)
|
com.squareup.okhttp.Call |
getPdfInStorageToXpsCall(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPdfInStorageToXps
|
ApiResponse<java.io.File> |
getPdfInStorageToXpsWithHttpInfo(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XPS format and returns resulting file in response content
|
PolygonAnnotationResponse |
getPolygonAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page polygon annotation by ID.
|
com.squareup.okhttp.Call |
getPolygonAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PolygonAnnotationResponse> callback)
Read document page polygon annotation by ID.
|
com.squareup.okhttp.Call |
getPolygonAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPolygonAnnotation
|
ApiResponse<PolygonAnnotationResponse> |
getPolygonAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page polygon annotation by ID.
|
PolyLineAnnotationResponse |
getPolyLineAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page polyline annotation by ID.
|
com.squareup.okhttp.Call |
getPolyLineAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PolyLineAnnotationResponse> callback)
Read document page polyline annotation by ID.
|
com.squareup.okhttp.Call |
getPolyLineAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPolyLineAnnotation
|
ApiResponse<PolyLineAnnotationResponse> |
getPolyLineAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page polyline annotation by ID.
|
PopupAnnotationResponse |
getPopupAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page popup annotation by ID.
|
com.squareup.okhttp.Call |
getPopupAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PopupAnnotationResponse> callback)
Read document page popup annotation by ID.
|
com.squareup.okhttp.Call |
getPopupAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPopupAnnotation
|
ApiResponse<PopupAnnotationResponse> |
getPopupAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page popup annotation by ID.
|
java.io.File |
getPsInStorageToPdf(java.lang.String srcPath,
java.lang.String storage)
Convert PS file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getPsInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert PS file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getPsInStorageToPdfCall(java.lang.String srcPath,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPsInStorageToPdf
|
ApiResponse<java.io.File> |
getPsInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String storage)
Convert PS file (located on storage) to PDF format and return resulting file in response.
|
RadioButtonFieldResponse |
getRadioButtonField(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document RadioButton field by name.
|
com.squareup.okhttp.Call |
getRadioButtonFieldAsync(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<RadioButtonFieldResponse> callback)
Read document RadioButton field by name.
|
com.squareup.okhttp.Call |
getRadioButtonFieldCall(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRadioButtonField
|
ApiResponse<RadioButtonFieldResponse> |
getRadioButtonFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document RadioButton field by name.
|
RedactionAnnotationResponse |
getRedactionAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page redaction annotation by ID.
|
com.squareup.okhttp.Call |
getRedactionAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<RedactionAnnotationResponse> callback)
Read document page redaction annotation by ID.
|
com.squareup.okhttp.Call |
getRedactionAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRedactionAnnotation
|
ApiResponse<RedactionAnnotationResponse> |
getRedactionAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page redaction annotation by ID.
|
ScreenAnnotationResponse |
getScreenAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page screen annotation by ID.
|
com.squareup.okhttp.Call |
getScreenAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ScreenAnnotationResponse> callback)
Read document page screen annotation by ID.
|
com.squareup.okhttp.Call |
getScreenAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getScreenAnnotation
|
java.io.File |
getScreenAnnotationData(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page screen annotation by ID.
|
com.squareup.okhttp.Call |
getScreenAnnotationDataAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Read document page screen annotation by ID.
|
com.squareup.okhttp.Call |
getScreenAnnotationDataCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getScreenAnnotationData
|
ApiResponse<java.io.File> |
getScreenAnnotationDataWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page screen annotation by ID.
|
ApiResponse<ScreenAnnotationResponse> |
getScreenAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page screen annotation by ID.
|
SignatureFieldResponse |
getSignatureField(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document signature field by name.
|
com.squareup.okhttp.Call |
getSignatureFieldAsync(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SignatureFieldResponse> callback)
Read document signature field by name.
|
com.squareup.okhttp.Call |
getSignatureFieldCall(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSignatureField
|
ApiResponse<SignatureFieldResponse> |
getSignatureFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document signature field by name.
|
SoundAnnotationResponse |
getSoundAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page sound annotation by ID.
|
com.squareup.okhttp.Call |
getSoundAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SoundAnnotationResponse> callback)
Read document page sound annotation by ID.
|
com.squareup.okhttp.Call |
getSoundAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSoundAnnotation
|
java.io.File |
getSoundAnnotationData(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page sound annotation by ID.
|
com.squareup.okhttp.Call |
getSoundAnnotationDataAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Read document page sound annotation by ID.
|
com.squareup.okhttp.Call |
getSoundAnnotationDataCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSoundAnnotationData
|
ApiResponse<java.io.File> |
getSoundAnnotationDataWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page sound annotation by ID.
|
ApiResponse<SoundAnnotationResponse> |
getSoundAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page sound annotation by ID.
|
SquareAnnotationResponse |
getSquareAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page square annotation by ID.
|
com.squareup.okhttp.Call |
getSquareAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SquareAnnotationResponse> callback)
Read document page square annotation by ID.
|
com.squareup.okhttp.Call |
getSquareAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSquareAnnotation
|
ApiResponse<SquareAnnotationResponse> |
getSquareAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page square annotation by ID.
|
SquigglyAnnotationResponse |
getSquigglyAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page squiggly annotation by ID.
|
com.squareup.okhttp.Call |
getSquigglyAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SquigglyAnnotationResponse> callback)
Read document page squiggly annotation by ID.
|
com.squareup.okhttp.Call |
getSquigglyAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSquigglyAnnotation
|
ApiResponse<SquigglyAnnotationResponse> |
getSquigglyAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page squiggly annotation by ID.
|
StampAnnotationResponse |
getStampAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page stamp annotation by ID.
|
com.squareup.okhttp.Call |
getStampAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<StampAnnotationResponse> callback)
Read document page stamp annotation by ID.
|
com.squareup.okhttp.Call |
getStampAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStampAnnotation
|
java.io.File |
getStampAnnotationData(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page stamp annotation by ID.
|
com.squareup.okhttp.Call |
getStampAnnotationDataAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<java.io.File> callback)
Read document page stamp annotation by ID.
|
com.squareup.okhttp.Call |
getStampAnnotationDataCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStampAnnotationData
|
ApiResponse<java.io.File> |
getStampAnnotationDataWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page stamp annotation by ID.
|
ApiResponse<StampAnnotationResponse> |
getStampAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page stamp annotation by ID.
|
StrikeOutAnnotationResponse |
getStrikeOutAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page StrikeOut annotation by ID.
|
com.squareup.okhttp.Call |
getStrikeOutAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<StrikeOutAnnotationResponse> callback)
Read document page StrikeOut annotation by ID.
|
com.squareup.okhttp.Call |
getStrikeOutAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStrikeOutAnnotation
|
ApiResponse<StrikeOutAnnotationResponse> |
getStrikeOutAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page StrikeOut annotation by ID.
|
java.io.File |
getSvgInStorageToPdf(java.lang.String srcPath,
java.lang.Boolean adjustPageSize,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage)
Convert SVG file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getSvgInStorageToPdfAsync(java.lang.String srcPath,
java.lang.Boolean adjustPageSize,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert SVG file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getSvgInStorageToPdfCall(java.lang.String srcPath,
java.lang.Boolean adjustPageSize,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSvgInStorageToPdf
|
ApiResponse<java.io.File> |
getSvgInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.Boolean adjustPageSize,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage)
Convert SVG file (located on storage) to PDF format and return resulting file in response.
|
TableRecognizedResponse |
getTable(java.lang.String name,
java.lang.String tableId,
java.lang.String storage,
java.lang.String folder)
Read document page table by ID.
|
com.squareup.okhttp.Call |
getTableAsync(java.lang.String name,
java.lang.String tableId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TableRecognizedResponse> callback)
Read document page table by ID.
|
com.squareup.okhttp.Call |
getTableCall(java.lang.String name,
java.lang.String tableId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTable
|
ApiResponse<TableRecognizedResponse> |
getTableWithHttpInfo(java.lang.String name,
java.lang.String tableId,
java.lang.String storage,
java.lang.String folder)
Read document page table by ID.
|
java.io.File |
getTeXInStorageToPdf(java.lang.String srcPath,
java.lang.String storage)
Convert TeX file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getTeXInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert TeX file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getTeXInStorageToPdfCall(java.lang.String srcPath,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTeXInStorageToPdf
|
ApiResponse<java.io.File> |
getTeXInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String storage)
Convert TeX file (located on storage) to PDF format and return resulting file in response.
|
TextRectsResponse |
getText(java.lang.String name,
java.lang.Double LLX,
java.lang.Double LLY,
java.lang.Double URX,
java.lang.Double URY,
java.util.List<java.lang.String> format,
java.lang.String regex,
java.lang.Boolean splitRects,
java.lang.String folder,
java.lang.String storage)
Read document text.
|
TextAnnotationResponse |
getTextAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page text annotation by ID.
|
com.squareup.okhttp.Call |
getTextAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TextAnnotationResponse> callback)
Read document page text annotation by ID.
|
com.squareup.okhttp.Call |
getTextAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTextAnnotation
|
ApiResponse<TextAnnotationResponse> |
getTextAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page text annotation by ID.
|
com.squareup.okhttp.Call |
getTextAsync(java.lang.String name,
java.lang.Double LLX,
java.lang.Double LLY,
java.lang.Double URX,
java.lang.Double URY,
java.util.List<java.lang.String> format,
java.lang.String regex,
java.lang.Boolean splitRects,
java.lang.String folder,
java.lang.String storage,
ApiCallback<TextRectsResponse> callback)
Read document text.
|
TextBoxFieldResponse |
getTextBoxField(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document text box field by name.
|
com.squareup.okhttp.Call |
getTextBoxFieldAsync(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TextBoxFieldResponse> callback)
Read document text box field by name.
|
com.squareup.okhttp.Call |
getTextBoxFieldCall(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTextBoxField
|
ApiResponse<TextBoxFieldResponse> |
getTextBoxFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
java.lang.String storage,
java.lang.String folder)
Read document text box field by name.
|
com.squareup.okhttp.Call |
getTextCall(java.lang.String name,
java.lang.Double LLX,
java.lang.Double LLY,
java.lang.Double URX,
java.lang.Double URY,
java.util.List<java.lang.String> format,
java.lang.String regex,
java.lang.Boolean splitRects,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getText
|
ApiResponse<TextRectsResponse> |
getTextWithHttpInfo(java.lang.String name,
java.lang.Double LLX,
java.lang.Double LLY,
java.lang.Double URX,
java.lang.Double URY,
java.util.List<java.lang.String> format,
java.lang.String regex,
java.lang.Boolean splitRects,
java.lang.String folder,
java.lang.String storage)
Read document text.
|
UnderlineAnnotationResponse |
getUnderlineAnnotation(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page underline annotation by ID.
|
com.squareup.okhttp.Call |
getUnderlineAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ApiCallback<UnderlineAnnotationResponse> callback)
Read document page underline annotation by ID.
|
com.squareup.okhttp.Call |
getUnderlineAnnotationCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUnderlineAnnotation
|
ApiResponse<UnderlineAnnotationResponse> |
getUnderlineAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String storage,
java.lang.String folder)
Read document page underline annotation by ID.
|
SignatureVerifyResponse |
getVerifySignature(java.lang.String name,
java.lang.String signName,
java.lang.String storage,
java.lang.String folder)
Verify signature document.
|
com.squareup.okhttp.Call |
getVerifySignatureAsync(java.lang.String name,
java.lang.String signName,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SignatureVerifyResponse> callback)
Verify signature document.
|
com.squareup.okhttp.Call |
getVerifySignatureCall(java.lang.String name,
java.lang.String signName,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getVerifySignature
|
ApiResponse<SignatureVerifyResponse> |
getVerifySignatureWithHttpInfo(java.lang.String name,
java.lang.String signName,
java.lang.String storage,
java.lang.String folder)
Verify signature document.
|
java.io.File |
getWebInStorageToPdf(java.lang.String url,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage)
Convert web page to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getWebInStorageToPdfAsync(java.lang.String url,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert web page to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getWebInStorageToPdfCall(java.lang.String url,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getWebInStorageToPdf
|
ApiResponse<java.io.File> |
getWebInStorageToPdfWithHttpInfo(java.lang.String url,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String storage)
Convert web page to PDF format and return resulting file in response.
|
WordCountResponse |
getWordsPerPage(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Get number of words per document page.
|
com.squareup.okhttp.Call |
getWordsPerPageAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<WordCountResponse> callback)
Get number of words per document page.
|
com.squareup.okhttp.Call |
getWordsPerPageCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getWordsPerPage
|
ApiResponse<WordCountResponse> |
getWordsPerPageWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Get number of words per document page.
|
java.io.File |
getXfaPdfInStorageToAcroForm(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
|
com.squareup.okhttp.Call |
getXfaPdfInStorageToAcroFormAsync(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and returns resulting file response content (asynchronously)
|
com.squareup.okhttp.Call |
getXfaPdfInStorageToAcroFormCall(java.lang.String name,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getXfaPdfInStorageToAcroForm
|
ApiResponse<java.io.File> |
getXfaPdfInStorageToAcroFormWithHttpInfo(java.lang.String name,
java.lang.String folder,
java.lang.String storage)
Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
|
java.io.File |
getXmlInStorageToPdf(java.lang.String srcPath,
java.lang.String xslFilePath,
java.lang.String storage)
Convert XML file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getXmlInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String xslFilePath,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert XML file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getXmlInStorageToPdfCall(java.lang.String srcPath,
java.lang.String xslFilePath,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getXmlInStorageToPdf
|
ApiResponse<java.io.File> |
getXmlInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String xslFilePath,
java.lang.String storage)
Convert XML file (located on storage) to PDF format and return resulting file in response.
|
java.io.File |
getXpsInStorageToPdf(java.lang.String srcPath,
java.lang.String storage)
Convert XPS file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getXpsInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert XPS file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getXpsInStorageToPdfCall(java.lang.String srcPath,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getXpsInStorageToPdf
|
ApiResponse<java.io.File> |
getXpsInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String storage)
Convert XPS file (located on storage) to PDF format and return resulting file in response.
|
java.io.File |
getXslFoInStorageToPdf(java.lang.String srcPath,
java.lang.String storage)
Convert XslFo file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getXslFoInStorageToPdfAsync(java.lang.String srcPath,
java.lang.String storage,
ApiCallback<java.io.File> callback)
Convert XslFo file (located on storage) to PDF format and return resulting file in response.
|
com.squareup.okhttp.Call |
getXslFoInStorageToPdfCall(java.lang.String srcPath,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getXslFoInStorageToPdf
|
ApiResponse<java.io.File> |
getXslFoInStorageToPdfWithHttpInfo(java.lang.String srcPath,
java.lang.String storage)
Convert XslFo file (located on storage) to PDF format and return resulting file in response.
|
void |
moveFile(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
java.lang.String versionId)
Move file
|
com.squareup.okhttp.Call |
moveFileAsync(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
java.lang.String versionId,
ApiCallback<java.lang.Void> callback)
Move file (asynchronously)
|
com.squareup.okhttp.Call |
moveFileCall(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
java.lang.String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveFile
|
ApiResponse<java.lang.Void> |
moveFileWithHttpInfo(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
java.lang.String versionId)
Move file
|
void |
moveFolder(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName)
Move folder
|
com.squareup.okhttp.Call |
moveFolderAsync(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
ApiCallback<java.lang.Void> callback)
Move folder (asynchronously)
|
com.squareup.okhttp.Call |
moveFolderCall(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveFolder
|
ApiResponse<java.lang.Void> |
moveFolderWithHttpInfo(java.lang.String srcPath,
java.lang.String destPath,
java.lang.String srcStorageName,
java.lang.String destStorageName)
Move folder
|
ObjectExist |
objectExists(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId)
Check if file or folder exists
|
com.squareup.okhttp.Call |
objectExistsAsync(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId,
ApiCallback<ObjectExist> callback)
Check if file or folder exists (asynchronously)
|
com.squareup.okhttp.Call |
objectExistsCall(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for objectExists
|
ApiResponse<ObjectExist> |
objectExistsWithHttpInfo(java.lang.String path,
java.lang.String storageName,
java.lang.String versionId)
Check if file or folder exists
|
DocumentResponse |
postAppendDocument(java.lang.String name,
java.lang.String appendFile,
java.lang.Integer startPage,
java.lang.Integer endPage,
java.lang.String storage,
java.lang.String folder)
Append document to existing one.
|
com.squareup.okhttp.Call |
postAppendDocumentAsync(java.lang.String name,
java.lang.String appendFile,
java.lang.Integer startPage,
java.lang.Integer endPage,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentResponse> callback)
Append document to existing one.
|
com.squareup.okhttp.Call |
postAppendDocumentCall(java.lang.String name,
java.lang.String appendFile,
java.lang.Integer startPage,
java.lang.Integer endPage,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postAppendDocument
|
ApiResponse<DocumentResponse> |
postAppendDocumentWithHttpInfo(java.lang.String name,
java.lang.String appendFile,
java.lang.Integer startPage,
java.lang.Integer endPage,
java.lang.String storage,
java.lang.String folder)
Append document to existing one.
|
BookmarksResponse |
postBookmark(java.lang.String name,
java.lang.String bookmarkPath,
java.util.List<Bookmark> bookmarks,
java.lang.String folder,
java.lang.String storage)
Add document bookmarks.
|
com.squareup.okhttp.Call |
postBookmarkAsync(java.lang.String name,
java.lang.String bookmarkPath,
java.util.List<Bookmark> bookmarks,
java.lang.String folder,
java.lang.String storage,
ApiCallback<BookmarksResponse> callback)
Add document bookmarks.
|
com.squareup.okhttp.Call |
postBookmarkCall(java.lang.String name,
java.lang.String bookmarkPath,
java.util.List<Bookmark> bookmarks,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postBookmark
|
ApiResponse<BookmarksResponse> |
postBookmarkWithHttpInfo(java.lang.String name,
java.lang.String bookmarkPath,
java.util.List<Bookmark> bookmarks,
java.lang.String folder,
java.lang.String storage)
Add document bookmarks.
|
AsposeResponse |
postChangePasswordDocumentInStorage(java.lang.String name,
java.lang.String ownerPassword,
java.lang.String newUserPassword,
java.lang.String newOwnerPassword,
java.lang.String storage,
java.lang.String folder)
Change document password in storage.
|
com.squareup.okhttp.Call |
postChangePasswordDocumentInStorageAsync(java.lang.String name,
java.lang.String ownerPassword,
java.lang.String newUserPassword,
java.lang.String newOwnerPassword,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Change document password in storage.
|
com.squareup.okhttp.Call |
postChangePasswordDocumentInStorageCall(java.lang.String name,
java.lang.String ownerPassword,
java.lang.String newUserPassword,
java.lang.String newOwnerPassword,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postChangePasswordDocumentInStorage
|
ApiResponse<AsposeResponse> |
postChangePasswordDocumentInStorageWithHttpInfo(java.lang.String name,
java.lang.String ownerPassword,
java.lang.String newUserPassword,
java.lang.String newOwnerPassword,
java.lang.String storage,
java.lang.String folder)
Change document password in storage.
|
AsposeResponse |
postCheckBoxFields(java.lang.String name,
java.util.List<CheckBoxField> fields,
java.lang.String storage,
java.lang.String folder)
Add document checkbox fields.
|
com.squareup.okhttp.Call |
postCheckBoxFieldsAsync(java.lang.String name,
java.util.List<CheckBoxField> fields,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document checkbox fields.
|
com.squareup.okhttp.Call |
postCheckBoxFieldsCall(java.lang.String name,
java.util.List<CheckBoxField> fields,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postCheckBoxFields
|
ApiResponse<AsposeResponse> |
postCheckBoxFieldsWithHttpInfo(java.lang.String name,
java.util.List<CheckBoxField> fields,
java.lang.String storage,
java.lang.String folder)
Add document checkbox fields.
|
AsposeResponse |
postComboBoxFields(java.lang.String name,
java.util.List<ComboBoxField> fields,
java.lang.String storage,
java.lang.String folder)
Add document combobox fields.
|
com.squareup.okhttp.Call |
postComboBoxFieldsAsync(java.lang.String name,
java.util.List<ComboBoxField> fields,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document combobox fields.
|
com.squareup.okhttp.Call |
postComboBoxFieldsCall(java.lang.String name,
java.util.List<ComboBoxField> fields,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postComboBoxFields
|
ApiResponse<AsposeResponse> |
postComboBoxFieldsWithHttpInfo(java.lang.String name,
java.util.List<ComboBoxField> fields,
java.lang.String storage,
java.lang.String folder)
Add document combobox fields.
|
DocumentResponse |
postCreateDocument(java.lang.String name,
DocumentConfig documentConfig,
java.lang.String storage,
java.lang.String folder)
Create empty document.
|
com.squareup.okhttp.Call |
postCreateDocumentAsync(java.lang.String name,
DocumentConfig documentConfig,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentResponse> callback)
Create empty document.
|
com.squareup.okhttp.Call |
postCreateDocumentCall(java.lang.String name,
DocumentConfig documentConfig,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postCreateDocument
|
ApiResponse<DocumentResponse> |
postCreateDocumentWithHttpInfo(java.lang.String name,
DocumentConfig documentConfig,
java.lang.String storage,
java.lang.String folder)
Create empty document.
|
AsposeResponse |
postCreateField(java.lang.String name,
java.lang.Integer page,
Field field,
java.lang.String storage,
java.lang.String folder)
Create field.
|
com.squareup.okhttp.Call |
postCreateFieldAsync(java.lang.String name,
java.lang.Integer page,
Field field,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Create field.
|
com.squareup.okhttp.Call |
postCreateFieldCall(java.lang.String name,
java.lang.Integer page,
Field field,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postCreateField
|
ApiResponse<AsposeResponse> |
postCreateFieldWithHttpInfo(java.lang.String name,
java.lang.Integer page,
Field field,
java.lang.String storage,
java.lang.String folder)
Create field.
|
AsposeResponse |
postDecryptDocumentInStorage(java.lang.String name,
java.lang.String password,
java.lang.String storage,
java.lang.String folder)
Decrypt document in storage.
|
com.squareup.okhttp.Call |
postDecryptDocumentInStorageAsync(java.lang.String name,
java.lang.String password,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Decrypt document in storage.
|
com.squareup.okhttp.Call |
postDecryptDocumentInStorageCall(java.lang.String name,
java.lang.String password,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postDecryptDocumentInStorage
|
ApiResponse<AsposeResponse> |
postDecryptDocumentInStorageWithHttpInfo(java.lang.String name,
java.lang.String password,
java.lang.String storage,
java.lang.String folder)
Decrypt document in storage.
|
AsposeResponse |
postDocumentImageFooter(java.lang.String name,
ImageFooter imageFooter,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder)
Add document image footer.
|
com.squareup.okhttp.Call |
postDocumentImageFooterAsync(java.lang.String name,
ImageFooter imageFooter,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document image footer.
|
com.squareup.okhttp.Call |
postDocumentImageFooterCall(java.lang.String name,
ImageFooter imageFooter,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postDocumentImageFooter
|
ApiResponse<AsposeResponse> |
postDocumentImageFooterWithHttpInfo(java.lang.String name,
ImageFooter imageFooter,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder)
Add document image footer.
|
AsposeResponse |
postDocumentImageHeader(java.lang.String name,
ImageHeader imageHeader,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder)
Add document image header.
|
com.squareup.okhttp.Call |
postDocumentImageHeaderAsync(java.lang.String name,
ImageHeader imageHeader,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document image header.
|
com.squareup.okhttp.Call |
postDocumentImageHeaderCall(java.lang.String name,
ImageHeader imageHeader,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postDocumentImageHeader
|
ApiResponse<AsposeResponse> |
postDocumentImageHeaderWithHttpInfo(java.lang.String name,
ImageHeader imageHeader,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder)
Add document image header.
|
AsposeResponse |
postDocumentPageNumberStamps(java.lang.String name,
PageNumberStamp stamp,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder)
Add document page number stamps.
|
com.squareup.okhttp.Call |
postDocumentPageNumberStampsAsync(java.lang.String name,
PageNumberStamp stamp,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page number stamps.
|
com.squareup.okhttp.Call |
postDocumentPageNumberStampsCall(java.lang.String name,
PageNumberStamp stamp,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postDocumentPageNumberStamps
|
ApiResponse<AsposeResponse> |
postDocumentPageNumberStampsWithHttpInfo(java.lang.String name,
PageNumberStamp stamp,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder)
Add document page number stamps.
|
AsposeResponse |
postDocumentTextFooter(java.lang.String name,
TextFooter textFooter,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder)
Add document text footer.
|
com.squareup.okhttp.Call |
postDocumentTextFooterAsync(java.lang.String name,
TextFooter textFooter,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document text footer.
|
com.squareup.okhttp.Call |
postDocumentTextFooterCall(java.lang.String name,
TextFooter textFooter,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postDocumentTextFooter
|
ApiResponse<AsposeResponse> |
postDocumentTextFooterWithHttpInfo(java.lang.String name,
TextFooter textFooter,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder)
Add document text footer.
|
AsposeResponse |
postDocumentTextHeader(java.lang.String name,
TextHeader textHeader,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder)
Add document text header.
|
com.squareup.okhttp.Call |
postDocumentTextHeaderAsync(java.lang.String name,
TextHeader textHeader,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document text header.
|
com.squareup.okhttp.Call |
postDocumentTextHeaderCall(java.lang.String name,
TextHeader textHeader,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postDocumentTextHeader
|
ApiResponse<AsposeResponse> |
postDocumentTextHeaderWithHttpInfo(java.lang.String name,
TextHeader textHeader,
java.lang.Integer startPageNumber,
java.lang.Integer endPageNumber,
java.lang.String storage,
java.lang.String folder)
Add document text header.
|
TextReplaceResponse |
postDocumentTextReplace(java.lang.String name,
TextReplaceListRequest textReplace,
java.lang.String storage,
java.lang.String folder)
Document's replace text method.
|
com.squareup.okhttp.Call |
postDocumentTextReplaceAsync(java.lang.String name,
TextReplaceListRequest textReplace,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TextReplaceResponse> callback)
Document's replace text method.
|
com.squareup.okhttp.Call |
postDocumentTextReplaceCall(java.lang.String name,
TextReplaceListRequest textReplace,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postDocumentTextReplace
|
ApiResponse<TextReplaceResponse> |
postDocumentTextReplaceWithHttpInfo(java.lang.String name,
TextReplaceListRequest textReplace,
java.lang.String storage,
java.lang.String folder)
Document's replace text method.
|
AsposeResponse |
postEncryptDocumentInStorage(java.lang.String name,
java.lang.String userPassword,
java.lang.String ownerPassword,
java.lang.String cryptoAlgorithm,
java.util.List<PermissionsFlags> permissionsFlags,
java.lang.Boolean usePdf20,
java.lang.String storage,
java.lang.String folder)
Encrypt document in storage.
|
com.squareup.okhttp.Call |
postEncryptDocumentInStorageAsync(java.lang.String name,
java.lang.String userPassword,
java.lang.String ownerPassword,
java.lang.String cryptoAlgorithm,
java.util.List<PermissionsFlags> permissionsFlags,
java.lang.Boolean usePdf20,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Encrypt document in storage.
|
com.squareup.okhttp.Call |
postEncryptDocumentInStorageCall(java.lang.String name,
java.lang.String userPassword,
java.lang.String ownerPassword,
java.lang.String cryptoAlgorithm,
java.util.List<PermissionsFlags> permissionsFlags,
java.lang.Boolean usePdf20,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postEncryptDocumentInStorage
|
ApiResponse<AsposeResponse> |
postEncryptDocumentInStorageWithHttpInfo(java.lang.String name,
java.lang.String userPassword,
java.lang.String ownerPassword,
java.lang.String cryptoAlgorithm,
java.util.List<PermissionsFlags> permissionsFlags,
java.lang.Boolean usePdf20,
java.lang.String storage,
java.lang.String folder)
Encrypt document in storage.
|
AsposeResponse |
postFlattenDocument(java.lang.String name,
java.lang.Boolean updateAppearances,
java.lang.Boolean callEvents,
java.lang.Boolean hideButtons,
java.lang.String storage,
java.lang.String folder)
Flatten the document.
|
com.squareup.okhttp.Call |
postFlattenDocumentAsync(java.lang.String name,
java.lang.Boolean updateAppearances,
java.lang.Boolean callEvents,
java.lang.Boolean hideButtons,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Flatten the document.
|
com.squareup.okhttp.Call |
postFlattenDocumentCall(java.lang.String name,
java.lang.Boolean updateAppearances,
java.lang.Boolean callEvents,
java.lang.Boolean hideButtons,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postFlattenDocument
|
ApiResponse<AsposeResponse> |
postFlattenDocumentWithHttpInfo(java.lang.String name,
java.lang.Boolean updateAppearances,
java.lang.Boolean callEvents,
java.lang.Boolean hideButtons,
java.lang.String storage,
java.lang.String folder)
Flatten the document.
|
AsposeResponse |
postImportFieldsFromFdf(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File fdfData)
Update fields from FDF file in request.
|
com.squareup.okhttp.Call |
postImportFieldsFromFdfAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File fdfData,
ApiCallback<AsposeResponse> callback)
Update fields from FDF file in request.
|
com.squareup.okhttp.Call |
postImportFieldsFromFdfCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File fdfData,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postImportFieldsFromFdf
|
ApiResponse<AsposeResponse> |
postImportFieldsFromFdfWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File fdfData)
Update fields from FDF file in request.
|
AsposeResponse |
postImportFieldsFromXfdf(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File xfdfData)
Update fields from XFDF file in request.
|
com.squareup.okhttp.Call |
postImportFieldsFromXfdfAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File xfdfData,
ApiCallback<AsposeResponse> callback)
Update fields from XFDF file in request.
|
com.squareup.okhttp.Call |
postImportFieldsFromXfdfCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File xfdfData,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postImportFieldsFromXfdf
|
ApiResponse<AsposeResponse> |
postImportFieldsFromXfdfWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File xfdfData)
Update fields from XFDF file in request.
|
AsposeResponse |
postImportFieldsFromXml(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File xmlData)
Update fields from XML file in request.
|
com.squareup.okhttp.Call |
postImportFieldsFromXmlAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File xmlData,
ApiCallback<AsposeResponse> callback)
Update fields from XML file in request.
|
com.squareup.okhttp.Call |
postImportFieldsFromXmlCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File xmlData,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postImportFieldsFromXml
|
ApiResponse<AsposeResponse> |
postImportFieldsFromXmlWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.io.File xmlData)
Update fields from XML file in request.
|
AsposeResponse |
postInsertImage(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Double llx,
java.lang.Double lly,
java.lang.Double urx,
java.lang.Double ury,
java.lang.String imageFilePath,
java.lang.String storage,
java.lang.String folder,
java.io.File image)
Insert image to document page.
|
com.squareup.okhttp.Call |
postInsertImageAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Double llx,
java.lang.Double lly,
java.lang.Double urx,
java.lang.Double ury,
java.lang.String imageFilePath,
java.lang.String storage,
java.lang.String folder,
java.io.File image,
ApiCallback<AsposeResponse> callback)
Insert image to document page.
|
com.squareup.okhttp.Call |
postInsertImageCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Double llx,
java.lang.Double lly,
java.lang.Double urx,
java.lang.Double ury,
java.lang.String imageFilePath,
java.lang.String storage,
java.lang.String folder,
java.io.File image,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postInsertImage
|
ApiResponse<AsposeResponse> |
postInsertImageWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Double llx,
java.lang.Double lly,
java.lang.Double urx,
java.lang.Double ury,
java.lang.String imageFilePath,
java.lang.String storage,
java.lang.String folder,
java.io.File image)
Insert image to document page.
|
AsposeResponse |
postListBoxFields(java.lang.String name,
java.util.List<ListBoxField> fields,
java.lang.String storage,
java.lang.String folder)
Add document listbox fields.
|
com.squareup.okhttp.Call |
postListBoxFieldsAsync(java.lang.String name,
java.util.List<ListBoxField> fields,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document listbox fields.
|
com.squareup.okhttp.Call |
postListBoxFieldsCall(java.lang.String name,
java.util.List<ListBoxField> fields,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postListBoxFields
|
ApiResponse<AsposeResponse> |
postListBoxFieldsWithHttpInfo(java.lang.String name,
java.util.List<ListBoxField> fields,
java.lang.String storage,
java.lang.String folder)
Add document listbox fields.
|
AsposeResponse |
postMovePage(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer newIndex,
java.lang.String storage,
java.lang.String folder)
Move page to new position.
|
com.squareup.okhttp.Call |
postMovePageAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer newIndex,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Move page to new position.
|
com.squareup.okhttp.Call |
postMovePageCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer newIndex,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postMovePage
|
ApiResponse<AsposeResponse> |
postMovePageWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer newIndex,
java.lang.String storage,
java.lang.String folder)
Move page to new position.
|
AsposeResponse |
postOptimizeDocument(java.lang.String name,
OptimizeOptions options,
java.lang.String storage,
java.lang.String folder)
Optimize document.
|
com.squareup.okhttp.Call |
postOptimizeDocumentAsync(java.lang.String name,
OptimizeOptions options,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Optimize document.
|
com.squareup.okhttp.Call |
postOptimizeDocumentCall(java.lang.String name,
OptimizeOptions options,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postOptimizeDocument
|
ApiResponse<AsposeResponse> |
postOptimizeDocumentWithHttpInfo(java.lang.String name,
OptimizeOptions options,
java.lang.String storage,
java.lang.String folder)
Optimize document.
|
AsposeResponse |
postPageCaretAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<CaretAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page caret annotations.
|
com.squareup.okhttp.Call |
postPageCaretAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<CaretAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page caret annotations.
|
com.squareup.okhttp.Call |
postPageCaretAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<CaretAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageCaretAnnotations
|
ApiResponse<AsposeResponse> |
postPageCaretAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<CaretAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page caret annotations.
|
AsposeResponse |
postPageCertify(java.lang.String name,
java.lang.Integer pageNumber,
Signature sign,
java.lang.String docMdpAccessPermissionType,
java.lang.String storage,
java.lang.String folder)
Certify document page.
|
com.squareup.okhttp.Call |
postPageCertifyAsync(java.lang.String name,
java.lang.Integer pageNumber,
Signature sign,
java.lang.String docMdpAccessPermissionType,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Certify document page.
|
com.squareup.okhttp.Call |
postPageCertifyCall(java.lang.String name,
java.lang.Integer pageNumber,
Signature sign,
java.lang.String docMdpAccessPermissionType,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageCertify
|
ApiResponse<AsposeResponse> |
postPageCertifyWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
Signature sign,
java.lang.String docMdpAccessPermissionType,
java.lang.String storage,
java.lang.String folder)
Certify document page.
|
AsposeResponse |
postPageCircleAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<CircleAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page circle annotations.
|
com.squareup.okhttp.Call |
postPageCircleAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<CircleAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page circle annotations.
|
com.squareup.okhttp.Call |
postPageCircleAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<CircleAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageCircleAnnotations
|
ApiResponse<AsposeResponse> |
postPageCircleAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<CircleAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page circle annotations.
|
AsposeResponse |
postPageFileAttachmentAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<FileAttachmentAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page FileAttachment annotations.
|
com.squareup.okhttp.Call |
postPageFileAttachmentAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<FileAttachmentAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page FileAttachment annotations.
|
com.squareup.okhttp.Call |
postPageFileAttachmentAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<FileAttachmentAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageFileAttachmentAnnotations
|
ApiResponse<AsposeResponse> |
postPageFileAttachmentAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<FileAttachmentAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page FileAttachment annotations.
|
AsposeResponse |
postPageFreeTextAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<FreeTextAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page free text annotations.
|
com.squareup.okhttp.Call |
postPageFreeTextAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<FreeTextAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page free text annotations.
|
com.squareup.okhttp.Call |
postPageFreeTextAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<FreeTextAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageFreeTextAnnotations
|
ApiResponse<AsposeResponse> |
postPageFreeTextAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<FreeTextAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page free text annotations.
|
AsposeResponse |
postPageHighlightAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<HighlightAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page highlight annotations.
|
com.squareup.okhttp.Call |
postPageHighlightAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<HighlightAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page highlight annotations.
|
com.squareup.okhttp.Call |
postPageHighlightAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<HighlightAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageHighlightAnnotations
|
ApiResponse<AsposeResponse> |
postPageHighlightAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<HighlightAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page highlight annotations.
|
AsposeResponse |
postPageImageStamps(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<ImageStamp> stamps,
java.lang.String storage,
java.lang.String folder)
Add document page image stamps.
|
com.squareup.okhttp.Call |
postPageImageStampsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<ImageStamp> stamps,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page image stamps.
|
com.squareup.okhttp.Call |
postPageImageStampsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<ImageStamp> stamps,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageImageStamps
|
ApiResponse<AsposeResponse> |
postPageImageStampsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<ImageStamp> stamps,
java.lang.String storage,
java.lang.String folder)
Add document page image stamps.
|
AsposeResponse |
postPageInkAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<InkAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page ink annotations.
|
com.squareup.okhttp.Call |
postPageInkAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<InkAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page ink annotations.
|
com.squareup.okhttp.Call |
postPageInkAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<InkAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageInkAnnotations
|
ApiResponse<AsposeResponse> |
postPageInkAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<InkAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page ink annotations.
|
AsposeResponse |
postPageLineAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<LineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page line annotations.
|
com.squareup.okhttp.Call |
postPageLineAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<LineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page line annotations.
|
com.squareup.okhttp.Call |
postPageLineAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<LineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageLineAnnotations
|
ApiResponse<AsposeResponse> |
postPageLineAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<LineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page line annotations.
|
AsposeResponse |
postPageLinkAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<LinkAnnotation> links,
java.lang.String storage,
java.lang.String folder)
Add document page link annotations.
|
com.squareup.okhttp.Call |
postPageLinkAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<LinkAnnotation> links,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page link annotations.
|
com.squareup.okhttp.Call |
postPageLinkAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<LinkAnnotation> links,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageLinkAnnotations
|
ApiResponse<AsposeResponse> |
postPageLinkAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<LinkAnnotation> links,
java.lang.String storage,
java.lang.String folder)
Add document page link annotations.
|
AsposeResponse |
postPageMovieAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<MovieAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page movie annotations.
|
com.squareup.okhttp.Call |
postPageMovieAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<MovieAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page movie annotations.
|
com.squareup.okhttp.Call |
postPageMovieAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<MovieAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageMovieAnnotations
|
ApiResponse<AsposeResponse> |
postPageMovieAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<MovieAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page movie annotations.
|
AsposeResponse |
postPagePdfPageStamps(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PdfPageStamp> stamps,
java.lang.String storage,
java.lang.String folder)
Add document pdf page stamps.
|
com.squareup.okhttp.Call |
postPagePdfPageStampsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PdfPageStamp> stamps,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document pdf page stamps.
|
com.squareup.okhttp.Call |
postPagePdfPageStampsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PdfPageStamp> stamps,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPagePdfPageStamps
|
ApiResponse<AsposeResponse> |
postPagePdfPageStampsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PdfPageStamp> stamps,
java.lang.String storage,
java.lang.String folder)
Add document pdf page stamps.
|
AsposeResponse |
postPagePolygonAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PolygonAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page polygon annotations.
|
com.squareup.okhttp.Call |
postPagePolygonAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PolygonAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page polygon annotations.
|
com.squareup.okhttp.Call |
postPagePolygonAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PolygonAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPagePolygonAnnotations
|
ApiResponse<AsposeResponse> |
postPagePolygonAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PolygonAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page polygon annotations.
|
AsposeResponse |
postPagePolyLineAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PolyLineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page polyline annotations.
|
com.squareup.okhttp.Call |
postPagePolyLineAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PolyLineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page polyline annotations.
|
com.squareup.okhttp.Call |
postPagePolyLineAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PolyLineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPagePolyLineAnnotations
|
ApiResponse<AsposeResponse> |
postPagePolyLineAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<PolyLineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page polyline annotations.
|
AsposeResponse |
postPageRedactionAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<RedactionAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
java.lang.Boolean apply)
Add document page redaction annotations.
|
com.squareup.okhttp.Call |
postPageRedactionAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<RedactionAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
java.lang.Boolean apply,
ApiCallback<AsposeResponse> callback)
Add document page redaction annotations.
|
com.squareup.okhttp.Call |
postPageRedactionAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<RedactionAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
java.lang.Boolean apply,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageRedactionAnnotations
|
ApiResponse<AsposeResponse> |
postPageRedactionAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<RedactionAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
java.lang.Boolean apply)
Add document page redaction annotations.
|
AsposeResponse |
postPageScreenAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<ScreenAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page screen annotations.
|
com.squareup.okhttp.Call |
postPageScreenAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<ScreenAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page screen annotations.
|
com.squareup.okhttp.Call |
postPageScreenAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<ScreenAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageScreenAnnotations
|
ApiResponse<AsposeResponse> |
postPageScreenAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<ScreenAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page screen annotations.
|
AsposeResponse |
postPageSoundAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SoundAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page sound annotations.
|
com.squareup.okhttp.Call |
postPageSoundAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SoundAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page sound annotations.
|
com.squareup.okhttp.Call |
postPageSoundAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SoundAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageSoundAnnotations
|
ApiResponse<AsposeResponse> |
postPageSoundAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SoundAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page sound annotations.
|
AsposeResponse |
postPageSquareAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SquareAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page square annotations.
|
com.squareup.okhttp.Call |
postPageSquareAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SquareAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page square annotations.
|
com.squareup.okhttp.Call |
postPageSquareAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SquareAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageSquareAnnotations
|
ApiResponse<AsposeResponse> |
postPageSquareAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SquareAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page square annotations.
|
AsposeResponse |
postPageSquigglyAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SquigglyAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page squiggly annotations.
|
com.squareup.okhttp.Call |
postPageSquigglyAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SquigglyAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page squiggly annotations.
|
com.squareup.okhttp.Call |
postPageSquigglyAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SquigglyAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageSquigglyAnnotations
|
ApiResponse<AsposeResponse> |
postPageSquigglyAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<SquigglyAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page squiggly annotations.
|
AsposeResponse |
postPageStampAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<StampAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page stamp annotations.
|
com.squareup.okhttp.Call |
postPageStampAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<StampAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page stamp annotations.
|
com.squareup.okhttp.Call |
postPageStampAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<StampAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageStampAnnotations
|
ApiResponse<AsposeResponse> |
postPageStampAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<StampAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page stamp annotations.
|
AsposeResponse |
postPageStrikeOutAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<StrikeOutAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page StrikeOut annotations.
|
com.squareup.okhttp.Call |
postPageStrikeOutAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<StrikeOutAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page StrikeOut annotations.
|
com.squareup.okhttp.Call |
postPageStrikeOutAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<StrikeOutAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageStrikeOutAnnotations
|
ApiResponse<AsposeResponse> |
postPageStrikeOutAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<StrikeOutAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page StrikeOut annotations.
|
AsposeResponse |
postPageTables(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<Table> tables,
java.lang.String storage,
java.lang.String folder)
Add document page tables.
|
com.squareup.okhttp.Call |
postPageTablesAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<Table> tables,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page tables.
|
com.squareup.okhttp.Call |
postPageTablesCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<Table> tables,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageTables
|
ApiResponse<AsposeResponse> |
postPageTablesWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<Table> tables,
java.lang.String storage,
java.lang.String folder)
Add document page tables.
|
AsposeResponse |
postPageTextAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<TextAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page text annotations.
|
com.squareup.okhttp.Call |
postPageTextAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<TextAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page text annotations.
|
com.squareup.okhttp.Call |
postPageTextAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<TextAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageTextAnnotations
|
ApiResponse<AsposeResponse> |
postPageTextAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<TextAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page text annotations.
|
TextReplaceResponse |
postPageTextReplace(java.lang.String name,
java.lang.Integer pageNumber,
TextReplaceListRequest textReplaceListRequest,
java.lang.String storage,
java.lang.String folder)
Page's replace text method.
|
com.squareup.okhttp.Call |
postPageTextReplaceAsync(java.lang.String name,
java.lang.Integer pageNumber,
TextReplaceListRequest textReplaceListRequest,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TextReplaceResponse> callback)
Page's replace text method.
|
com.squareup.okhttp.Call |
postPageTextReplaceCall(java.lang.String name,
java.lang.Integer pageNumber,
TextReplaceListRequest textReplaceListRequest,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageTextReplace
|
ApiResponse<TextReplaceResponse> |
postPageTextReplaceWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
TextReplaceListRequest textReplaceListRequest,
java.lang.String storage,
java.lang.String folder)
Page's replace text method.
|
AsposeResponse |
postPageTextStamps(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<TextStamp> stamps,
java.lang.String storage,
java.lang.String folder)
Add document page text stamps.
|
com.squareup.okhttp.Call |
postPageTextStampsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<TextStamp> stamps,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page text stamps.
|
com.squareup.okhttp.Call |
postPageTextStampsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<TextStamp> stamps,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageTextStamps
|
ApiResponse<AsposeResponse> |
postPageTextStampsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<TextStamp> stamps,
java.lang.String storage,
java.lang.String folder)
Add document page text stamps.
|
AsposeResponse |
postPageUnderlineAnnotations(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<UnderlineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page underline annotations.
|
com.squareup.okhttp.Call |
postPageUnderlineAnnotationsAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<UnderlineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document page underline annotations.
|
com.squareup.okhttp.Call |
postPageUnderlineAnnotationsCall(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<UnderlineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPageUnderlineAnnotations
|
ApiResponse<AsposeResponse> |
postPageUnderlineAnnotationsWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.util.List<UnderlineAnnotation> annotations,
java.lang.String storage,
java.lang.String folder)
Add document page underline annotations.
|
AsposeResponse |
postPopupAnnotation(java.lang.String name,
java.lang.String annotationId,
PopupAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Add document popup annotations.
|
com.squareup.okhttp.Call |
postPopupAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
PopupAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document popup annotations.
|
com.squareup.okhttp.Call |
postPopupAnnotationCall(java.lang.String name,
java.lang.String annotationId,
PopupAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPopupAnnotation
|
ApiResponse<AsposeResponse> |
postPopupAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
PopupAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Add document popup annotations.
|
AsposeResponse |
postRadioButtonFields(java.lang.String name,
java.util.List<RadioButtonField> fields,
java.lang.String storage,
java.lang.String folder)
Add document RadioButton fields.
|
com.squareup.okhttp.Call |
postRadioButtonFieldsAsync(java.lang.String name,
java.util.List<RadioButtonField> fields,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document RadioButton fields.
|
com.squareup.okhttp.Call |
postRadioButtonFieldsCall(java.lang.String name,
java.util.List<RadioButtonField> fields,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postRadioButtonFields
|
ApiResponse<AsposeResponse> |
postRadioButtonFieldsWithHttpInfo(java.lang.String name,
java.util.List<RadioButtonField> fields,
java.lang.String storage,
java.lang.String folder)
Add document RadioButton fields.
|
AsposeResponse |
postSignatureField(java.lang.String name,
SignatureField field,
java.lang.String storage,
java.lang.String folder)
Add document signature field.
|
com.squareup.okhttp.Call |
postSignatureFieldAsync(java.lang.String name,
SignatureField field,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document signature field.
|
com.squareup.okhttp.Call |
postSignatureFieldCall(java.lang.String name,
SignatureField field,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postSignatureField
|
ApiResponse<AsposeResponse> |
postSignatureFieldWithHttpInfo(java.lang.String name,
SignatureField field,
java.lang.String storage,
java.lang.String folder)
Add document signature field.
|
AsposeResponse |
postSignDocument(java.lang.String name,
Signature sign,
java.lang.String storage,
java.lang.String folder)
Sign document.
|
com.squareup.okhttp.Call |
postSignDocumentAsync(java.lang.String name,
Signature sign,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Sign document.
|
com.squareup.okhttp.Call |
postSignDocumentCall(java.lang.String name,
Signature sign,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postSignDocument
|
ApiResponse<AsposeResponse> |
postSignDocumentWithHttpInfo(java.lang.String name,
Signature sign,
java.lang.String storage,
java.lang.String folder)
Sign document.
|
AsposeResponse |
postSignPage(java.lang.String name,
java.lang.Integer pageNumber,
Signature sign,
java.lang.String storage,
java.lang.String folder)
Sign page.
|
com.squareup.okhttp.Call |
postSignPageAsync(java.lang.String name,
java.lang.Integer pageNumber,
Signature sign,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Sign page.
|
com.squareup.okhttp.Call |
postSignPageCall(java.lang.String name,
java.lang.Integer pageNumber,
Signature sign,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postSignPage
|
ApiResponse<AsposeResponse> |
postSignPageWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
Signature sign,
java.lang.String storage,
java.lang.String folder)
Sign page.
|
SplitResultResponse |
postSplitDocument(java.lang.String name,
java.lang.String format,
java.lang.Integer from,
java.lang.Integer to,
java.lang.String storage,
java.lang.String folder)
Split document to parts.
|
com.squareup.okhttp.Call |
postSplitDocumentAsync(java.lang.String name,
java.lang.String format,
java.lang.Integer from,
java.lang.Integer to,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SplitResultResponse> callback)
Split document to parts.
|
com.squareup.okhttp.Call |
postSplitDocumentCall(java.lang.String name,
java.lang.String format,
java.lang.Integer from,
java.lang.Integer to,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postSplitDocument
|
ApiResponse<SplitResultResponse> |
postSplitDocumentWithHttpInfo(java.lang.String name,
java.lang.String format,
java.lang.Integer from,
java.lang.Integer to,
java.lang.String storage,
java.lang.String folder)
Split document to parts.
|
AsposeResponse |
postTextBoxFields(java.lang.String name,
java.util.List<TextBoxField> fields,
java.lang.String storage,
java.lang.String folder)
Add document text box fields.
|
com.squareup.okhttp.Call |
postTextBoxFieldsAsync(java.lang.String name,
java.util.List<TextBoxField> fields,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add document text box fields.
|
com.squareup.okhttp.Call |
postTextBoxFieldsCall(java.lang.String name,
java.util.List<TextBoxField> fields,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postTextBoxFields
|
ApiResponse<AsposeResponse> |
postTextBoxFieldsWithHttpInfo(java.lang.String name,
java.util.List<TextBoxField> fields,
java.lang.String storage,
java.lang.String folder)
Add document text box fields.
|
DocumentPagesResponse |
putAddNewPage(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Add new page to end of the document.
|
com.squareup.okhttp.Call |
putAddNewPageAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentPagesResponse> callback)
Add new page to end of the document.
|
com.squareup.okhttp.Call |
putAddNewPageCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putAddNewPage
|
ApiResponse<DocumentPagesResponse> |
putAddNewPageWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Add new page to end of the document.
|
AsposeResponse |
putAddText(java.lang.String name,
java.lang.Integer pageNumber,
Paragraph paragraph,
java.lang.String folder,
java.lang.String storage)
Add text to PDF document page.
|
com.squareup.okhttp.Call |
putAddTextAsync(java.lang.String name,
java.lang.Integer pageNumber,
Paragraph paragraph,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Add text to PDF document page.
|
com.squareup.okhttp.Call |
putAddTextCall(java.lang.String name,
java.lang.Integer pageNumber,
Paragraph paragraph,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putAddText
|
ApiResponse<AsposeResponse> |
putAddTextWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
Paragraph paragraph,
java.lang.String folder,
java.lang.String storage)
Add text to PDF document page.
|
AsposeResponse |
putAnnotationsFlatten(java.lang.String name,
java.lang.Integer startPage,
java.lang.Integer endPage,
java.util.List<AnnotationType> annotationTypes,
java.lang.String storage,
java.lang.String folder)
Flattens the annotations of the specified types
|
com.squareup.okhttp.Call |
putAnnotationsFlattenAsync(java.lang.String name,
java.lang.Integer startPage,
java.lang.Integer endPage,
java.util.List<AnnotationType> annotationTypes,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Flattens the annotations of the specified types (asynchronously)
|
com.squareup.okhttp.Call |
putAnnotationsFlattenCall(java.lang.String name,
java.lang.Integer startPage,
java.lang.Integer endPage,
java.util.List<AnnotationType> annotationTypes,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putAnnotationsFlatten
|
ApiResponse<AsposeResponse> |
putAnnotationsFlattenWithHttpInfo(java.lang.String name,
java.lang.Integer startPage,
java.lang.Integer endPage,
java.util.List<AnnotationType> annotationTypes,
java.lang.String storage,
java.lang.String folder)
Flattens the annotations of the specified types
|
BookmarkResponse |
putBookmark(java.lang.String name,
java.lang.String bookmarkPath,
Bookmark bookmark,
java.lang.String folder,
java.lang.String storage)
Update document bookmark.
|
com.squareup.okhttp.Call |
putBookmarkAsync(java.lang.String name,
java.lang.String bookmarkPath,
Bookmark bookmark,
java.lang.String folder,
java.lang.String storage,
ApiCallback<BookmarkResponse> callback)
Update document bookmark.
|
com.squareup.okhttp.Call |
putBookmarkCall(java.lang.String name,
java.lang.String bookmarkPath,
Bookmark bookmark,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putBookmark
|
ApiResponse<BookmarkResponse> |
putBookmarkWithHttpInfo(java.lang.String name,
java.lang.String bookmarkPath,
Bookmark bookmark,
java.lang.String folder,
java.lang.String storage)
Update document bookmark.
|
CaretAnnotationResponse |
putCaretAnnotation(java.lang.String name,
java.lang.String annotationId,
CaretAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document caret annotation
|
com.squareup.okhttp.Call |
putCaretAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
CaretAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CaretAnnotationResponse> callback)
Replace document caret annotation (asynchronously)
|
com.squareup.okhttp.Call |
putCaretAnnotationCall(java.lang.String name,
java.lang.String annotationId,
CaretAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putCaretAnnotation
|
ApiResponse<CaretAnnotationResponse> |
putCaretAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
CaretAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document caret annotation
|
AsposeResponse |
putChangePasswordDocument(java.lang.String outPath,
java.lang.String ownerPassword,
java.lang.String newUserPassword,
java.lang.String newOwnerPassword,
java.lang.String storage,
java.io.File file)
Change document password from content.
|
com.squareup.okhttp.Call |
putChangePasswordDocumentAsync(java.lang.String outPath,
java.lang.String ownerPassword,
java.lang.String newUserPassword,
java.lang.String newOwnerPassword,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Change document password from content.
|
com.squareup.okhttp.Call |
putChangePasswordDocumentCall(java.lang.String outPath,
java.lang.String ownerPassword,
java.lang.String newUserPassword,
java.lang.String newOwnerPassword,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putChangePasswordDocument
|
ApiResponse<AsposeResponse> |
putChangePasswordDocumentWithHttpInfo(java.lang.String outPath,
java.lang.String ownerPassword,
java.lang.String newUserPassword,
java.lang.String newOwnerPassword,
java.lang.String storage,
java.io.File file)
Change document password from content.
|
CheckBoxFieldResponse |
putCheckBoxField(java.lang.String name,
java.lang.String fieldName,
CheckBoxField field,
java.lang.String storage,
java.lang.String folder)
Replace document checkbox field
|
com.squareup.okhttp.Call |
putCheckBoxFieldAsync(java.lang.String name,
java.lang.String fieldName,
CheckBoxField field,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CheckBoxFieldResponse> callback)
Replace document checkbox field (asynchronously)
|
com.squareup.okhttp.Call |
putCheckBoxFieldCall(java.lang.String name,
java.lang.String fieldName,
CheckBoxField field,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putCheckBoxField
|
ApiResponse<CheckBoxFieldResponse> |
putCheckBoxFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
CheckBoxField field,
java.lang.String storage,
java.lang.String folder)
Replace document checkbox field
|
CircleAnnotationResponse |
putCircleAnnotation(java.lang.String name,
java.lang.String annotationId,
CircleAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document circle annotation
|
com.squareup.okhttp.Call |
putCircleAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
CircleAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<CircleAnnotationResponse> callback)
Replace document circle annotation (asynchronously)
|
com.squareup.okhttp.Call |
putCircleAnnotationCall(java.lang.String name,
java.lang.String annotationId,
CircleAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putCircleAnnotation
|
ApiResponse<CircleAnnotationResponse> |
putCircleAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
CircleAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document circle annotation
|
ComboBoxFieldResponse |
putComboBoxField(java.lang.String name,
java.lang.String fieldName,
ComboBoxField field,
java.lang.String storage,
java.lang.String folder)
Replace document combobox field
|
com.squareup.okhttp.Call |
putComboBoxFieldAsync(java.lang.String name,
java.lang.String fieldName,
ComboBoxField field,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ComboBoxFieldResponse> callback)
Replace document combobox field (asynchronously)
|
com.squareup.okhttp.Call |
putComboBoxFieldCall(java.lang.String name,
java.lang.String fieldName,
ComboBoxField field,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putComboBoxField
|
ApiResponse<ComboBoxFieldResponse> |
putComboBoxFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
ComboBoxField field,
java.lang.String storage,
java.lang.String folder)
Replace document combobox field
|
DocumentResponse |
putCreateDocument(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Create empty document.
|
com.squareup.okhttp.Call |
putCreateDocumentAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentResponse> callback)
Create empty document.
|
com.squareup.okhttp.Call |
putCreateDocumentCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putCreateDocument
|
ApiResponse<DocumentResponse> |
putCreateDocumentWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Create empty document.
|
AsposeResponse |
putDecryptDocument(java.lang.String outPath,
java.lang.String password,
java.lang.String storage,
java.io.File file)
Decrypt document from content.
|
com.squareup.okhttp.Call |
putDecryptDocumentAsync(java.lang.String outPath,
java.lang.String password,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Decrypt document from content.
|
com.squareup.okhttp.Call |
putDecryptDocumentCall(java.lang.String outPath,
java.lang.String password,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putDecryptDocument
|
ApiResponse<AsposeResponse> |
putDecryptDocumentWithHttpInfo(java.lang.String outPath,
java.lang.String password,
java.lang.String storage,
java.io.File file)
Decrypt document from content.
|
DisplayPropertiesResponse |
putDocumentDisplayProperties(java.lang.String name,
DisplayProperties displayProperties,
java.lang.String storage,
java.lang.String folder)
Update document display properties.
|
com.squareup.okhttp.Call |
putDocumentDisplayPropertiesAsync(java.lang.String name,
DisplayProperties displayProperties,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DisplayPropertiesResponse> callback)
Update document display properties.
|
com.squareup.okhttp.Call |
putDocumentDisplayPropertiesCall(java.lang.String name,
DisplayProperties displayProperties,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putDocumentDisplayProperties
|
ApiResponse<DisplayPropertiesResponse> |
putDocumentDisplayPropertiesWithHttpInfo(java.lang.String name,
DisplayProperties displayProperties,
java.lang.String storage,
java.lang.String folder)
Update document display properties.
|
AsposeResponse |
putEncryptDocument(java.lang.String outPath,
java.lang.String userPassword,
java.lang.String ownerPassword,
java.lang.String cryptoAlgorithm,
java.util.List<PermissionsFlags> permissionsFlags,
java.lang.Boolean usePdf20,
java.lang.String storage,
java.io.File file)
Encrypt document from content.
|
com.squareup.okhttp.Call |
putEncryptDocumentAsync(java.lang.String outPath,
java.lang.String userPassword,
java.lang.String ownerPassword,
java.lang.String cryptoAlgorithm,
java.util.List<PermissionsFlags> permissionsFlags,
java.lang.Boolean usePdf20,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Encrypt document from content.
|
com.squareup.okhttp.Call |
putEncryptDocumentCall(java.lang.String outPath,
java.lang.String userPassword,
java.lang.String ownerPassword,
java.lang.String cryptoAlgorithm,
java.util.List<PermissionsFlags> permissionsFlags,
java.lang.Boolean usePdf20,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putEncryptDocument
|
ApiResponse<AsposeResponse> |
putEncryptDocumentWithHttpInfo(java.lang.String outPath,
java.lang.String userPassword,
java.lang.String ownerPassword,
java.lang.String cryptoAlgorithm,
java.util.List<PermissionsFlags> permissionsFlags,
java.lang.Boolean usePdf20,
java.lang.String storage,
java.io.File file)
Encrypt document from content.
|
AsposeResponse |
putEpubInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String storage,
java.lang.String dstFolder)
Convert EPUB file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putEpubInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String storage,
java.lang.String dstFolder,
ApiCallback<AsposeResponse> callback)
Convert EPUB file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putEpubInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String storage,
java.lang.String dstFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putEpubInStorageToPdf
|
ApiResponse<AsposeResponse> |
putEpubInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String storage,
java.lang.String dstFolder)
Convert EPUB file (located on storage) to PDF format and upload resulting file to storage.
|
AsposeResponse |
putExportFieldsFromPdfToFdfInStorage(java.lang.String name,
java.lang.String fdfOutputFilePath,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to FDF file in storage.
|
com.squareup.okhttp.Call |
putExportFieldsFromPdfToFdfInStorageAsync(java.lang.String name,
java.lang.String fdfOutputFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Export fields from from PDF in storage to FDF file in storage.
|
com.squareup.okhttp.Call |
putExportFieldsFromPdfToFdfInStorageCall(java.lang.String name,
java.lang.String fdfOutputFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putExportFieldsFromPdfToFdfInStorage
|
ApiResponse<AsposeResponse> |
putExportFieldsFromPdfToFdfInStorageWithHttpInfo(java.lang.String name,
java.lang.String fdfOutputFilePath,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to FDF file in storage.
|
AsposeResponse |
putExportFieldsFromPdfToXfdfInStorage(java.lang.String name,
java.lang.String xfdfOutputFilePath,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to XFDF file in storage.
|
com.squareup.okhttp.Call |
putExportFieldsFromPdfToXfdfInStorageAsync(java.lang.String name,
java.lang.String xfdfOutputFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Export fields from from PDF in storage to XFDF file in storage.
|
com.squareup.okhttp.Call |
putExportFieldsFromPdfToXfdfInStorageCall(java.lang.String name,
java.lang.String xfdfOutputFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putExportFieldsFromPdfToXfdfInStorage
|
ApiResponse<AsposeResponse> |
putExportFieldsFromPdfToXfdfInStorageWithHttpInfo(java.lang.String name,
java.lang.String xfdfOutputFilePath,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to XFDF file in storage.
|
AsposeResponse |
putExportFieldsFromPdfToXmlInStorage(java.lang.String name,
java.lang.String xmlOutputFilePath,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to XML file in storage.
|
com.squareup.okhttp.Call |
putExportFieldsFromPdfToXmlInStorageAsync(java.lang.String name,
java.lang.String xmlOutputFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Export fields from from PDF in storage to XML file in storage.
|
com.squareup.okhttp.Call |
putExportFieldsFromPdfToXmlInStorageCall(java.lang.String name,
java.lang.String xmlOutputFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putExportFieldsFromPdfToXmlInStorage
|
ApiResponse<AsposeResponse> |
putExportFieldsFromPdfToXmlInStorageWithHttpInfo(java.lang.String name,
java.lang.String xmlOutputFilePath,
java.lang.String storage,
java.lang.String folder)
Export fields from from PDF in storage to XML file in storage.
|
AsposeResponse |
putFieldsFlatten(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Flatten form fields in document.
|
com.squareup.okhttp.Call |
putFieldsFlattenAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Flatten form fields in document.
|
com.squareup.okhttp.Call |
putFieldsFlattenCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putFieldsFlatten
|
ApiResponse<AsposeResponse> |
putFieldsFlattenWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder)
Flatten form fields in document.
|
FileAttachmentAnnotationResponse |
putFileAttachmentAnnotation(java.lang.String name,
java.lang.String annotationId,
FileAttachmentAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document FileAttachment annotation
|
com.squareup.okhttp.Call |
putFileAttachmentAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
FileAttachmentAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FileAttachmentAnnotationResponse> callback)
Replace document FileAttachment annotation (asynchronously)
|
com.squareup.okhttp.Call |
putFileAttachmentAnnotationCall(java.lang.String name,
java.lang.String annotationId,
FileAttachmentAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putFileAttachmentAnnotation
|
AsposeResponse |
putFileAttachmentAnnotationDataExtract(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFolder,
java.lang.String storage,
java.lang.String folder)
Extract document FileAttachment annotation content to storage
|
com.squareup.okhttp.Call |
putFileAttachmentAnnotationDataExtractAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFolder,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Extract document FileAttachment annotation content to storage (asynchronously)
|
com.squareup.okhttp.Call |
putFileAttachmentAnnotationDataExtractCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFolder,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putFileAttachmentAnnotationDataExtract
|
ApiResponse<AsposeResponse> |
putFileAttachmentAnnotationDataExtractWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFolder,
java.lang.String storage,
java.lang.String folder)
Extract document FileAttachment annotation content to storage
|
ApiResponse<FileAttachmentAnnotationResponse> |
putFileAttachmentAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
FileAttachmentAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document FileAttachment annotation
|
FreeTextAnnotationResponse |
putFreeTextAnnotation(java.lang.String name,
java.lang.String annotationId,
FreeTextAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document free text annotation
|
com.squareup.okhttp.Call |
putFreeTextAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
FreeTextAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FreeTextAnnotationResponse> callback)
Replace document free text annotation (asynchronously)
|
com.squareup.okhttp.Call |
putFreeTextAnnotationCall(java.lang.String name,
java.lang.String annotationId,
FreeTextAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putFreeTextAnnotation
|
ApiResponse<FreeTextAnnotationResponse> |
putFreeTextAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
FreeTextAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document free text annotation
|
HighlightAnnotationResponse |
putHighlightAnnotation(java.lang.String name,
java.lang.String annotationId,
HighlightAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document highlight annotation
|
com.squareup.okhttp.Call |
putHighlightAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
HighlightAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<HighlightAnnotationResponse> callback)
Replace document highlight annotation (asynchronously)
|
com.squareup.okhttp.Call |
putHighlightAnnotationCall(java.lang.String name,
java.lang.String annotationId,
HighlightAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putHighlightAnnotation
|
ApiResponse<HighlightAnnotationResponse> |
putHighlightAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
HighlightAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document highlight annotation
|
AsposeResponse |
putHtmlInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String htmlFileName,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage)
Convert HTML file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putHtmlInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String htmlFileName,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert HTML file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putHtmlInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String htmlFileName,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putHtmlInStorageToPdf
|
ApiResponse<AsposeResponse> |
putHtmlInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String htmlFileName,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage)
Convert HTML file (located on storage) to PDF format and upload resulting file to storage.
|
AsposeResponse |
putImageExtractAsGif(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document image in GIF format to folder
|
com.squareup.okhttp.Call |
putImageExtractAsGifAsync(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ApiCallback<AsposeResponse> callback)
Extract document image in GIF format to folder (asynchronously)
|
com.squareup.okhttp.Call |
putImageExtractAsGifCall(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImageExtractAsGif
|
ApiResponse<AsposeResponse> |
putImageExtractAsGifWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document image in GIF format to folder
|
AsposeResponse |
putImageExtractAsJpeg(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document image in JPEG format to folder
|
com.squareup.okhttp.Call |
putImageExtractAsJpegAsync(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ApiCallback<AsposeResponse> callback)
Extract document image in JPEG format to folder (asynchronously)
|
com.squareup.okhttp.Call |
putImageExtractAsJpegCall(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImageExtractAsJpeg
|
ApiResponse<AsposeResponse> |
putImageExtractAsJpegWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document image in JPEG format to folder
|
AsposeResponse |
putImageExtractAsPng(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document image in PNG format to folder
|
com.squareup.okhttp.Call |
putImageExtractAsPngAsync(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ApiCallback<AsposeResponse> callback)
Extract document image in PNG format to folder (asynchronously)
|
com.squareup.okhttp.Call |
putImageExtractAsPngCall(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImageExtractAsPng
|
ApiResponse<AsposeResponse> |
putImageExtractAsPngWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document image in PNG format to folder
|
AsposeResponse |
putImageExtractAsTiff(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document image in TIFF format to folder
|
com.squareup.okhttp.Call |
putImageExtractAsTiffAsync(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ApiCallback<AsposeResponse> callback)
Extract document image in TIFF format to folder (asynchronously)
|
com.squareup.okhttp.Call |
putImageExtractAsTiffCall(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImageExtractAsTiff
|
ApiResponse<AsposeResponse> |
putImageExtractAsTiffWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document image in TIFF format to folder
|
AsposeResponse |
putImageInStorageToPdf(java.lang.String name,
ImageTemplatesRequest imageTemplates,
java.lang.String dstFolder,
java.lang.String storage)
Convert image file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putImageInStorageToPdfAsync(java.lang.String name,
ImageTemplatesRequest imageTemplates,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert image file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putImageInStorageToPdfCall(java.lang.String name,
ImageTemplatesRequest imageTemplates,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImageInStorageToPdf
|
ApiResponse<AsposeResponse> |
putImageInStorageToPdfWithHttpInfo(java.lang.String name,
ImageTemplatesRequest imageTemplates,
java.lang.String dstFolder,
java.lang.String storage)
Convert image file (located on storage) to PDF format and upload resulting file to storage.
|
AsposeResponse |
putImagesExtractAsGif(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document images in GIF format to folder.
|
com.squareup.okhttp.Call |
putImagesExtractAsGifAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ApiCallback<AsposeResponse> callback)
Extract document images in GIF format to folder.
|
com.squareup.okhttp.Call |
putImagesExtractAsGifCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImagesExtractAsGif
|
ApiResponse<AsposeResponse> |
putImagesExtractAsGifWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document images in GIF format to folder.
|
AsposeResponse |
putImagesExtractAsJpeg(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document images in JPEG format to folder.
|
com.squareup.okhttp.Call |
putImagesExtractAsJpegAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ApiCallback<AsposeResponse> callback)
Extract document images in JPEG format to folder.
|
com.squareup.okhttp.Call |
putImagesExtractAsJpegCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImagesExtractAsJpeg
|
ApiResponse<AsposeResponse> |
putImagesExtractAsJpegWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document images in JPEG format to folder.
|
AsposeResponse |
putImagesExtractAsPng(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document images in PNG format to folder.
|
com.squareup.okhttp.Call |
putImagesExtractAsPngAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ApiCallback<AsposeResponse> callback)
Extract document images in PNG format to folder.
|
com.squareup.okhttp.Call |
putImagesExtractAsPngCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImagesExtractAsPng
|
ApiResponse<AsposeResponse> |
putImagesExtractAsPngWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document images in PNG format to folder.
|
AsposeResponse |
putImagesExtractAsTiff(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document images in TIFF format to folder.
|
com.squareup.okhttp.Call |
putImagesExtractAsTiffAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ApiCallback<AsposeResponse> callback)
Extract document images in TIFF format to folder.
|
com.squareup.okhttp.Call |
putImagesExtractAsTiffCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImagesExtractAsTiff
|
ApiResponse<AsposeResponse> |
putImagesExtractAsTiffWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String storage,
java.lang.String folder,
java.lang.String destFolder)
Extract document images in TIFF format to folder.
|
AsposeResponse |
putImportFieldsFromFdfInStorage(java.lang.String name,
java.lang.String fdfFilePath,
java.lang.String storage,
java.lang.String folder)
Update fields from FDF file in storage.
|
com.squareup.okhttp.Call |
putImportFieldsFromFdfInStorageAsync(java.lang.String name,
java.lang.String fdfFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Update fields from FDF file in storage.
|
com.squareup.okhttp.Call |
putImportFieldsFromFdfInStorageCall(java.lang.String name,
java.lang.String fdfFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImportFieldsFromFdfInStorage
|
ApiResponse<AsposeResponse> |
putImportFieldsFromFdfInStorageWithHttpInfo(java.lang.String name,
java.lang.String fdfFilePath,
java.lang.String storage,
java.lang.String folder)
Update fields from FDF file in storage.
|
AsposeResponse |
putImportFieldsFromXfdfInStorage(java.lang.String name,
java.lang.String xfdfFilePath,
java.lang.String storage,
java.lang.String folder)
Update fields from XFDF file in storage.
|
com.squareup.okhttp.Call |
putImportFieldsFromXfdfInStorageAsync(java.lang.String name,
java.lang.String xfdfFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Update fields from XFDF file in storage.
|
com.squareup.okhttp.Call |
putImportFieldsFromXfdfInStorageCall(java.lang.String name,
java.lang.String xfdfFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImportFieldsFromXfdfInStorage
|
ApiResponse<AsposeResponse> |
putImportFieldsFromXfdfInStorageWithHttpInfo(java.lang.String name,
java.lang.String xfdfFilePath,
java.lang.String storage,
java.lang.String folder)
Update fields from XFDF file in storage.
|
AsposeResponse |
putImportFieldsFromXmlInStorage(java.lang.String name,
java.lang.String xmlFilePath,
java.lang.String storage,
java.lang.String folder)
Update fields from XML file in storage.
|
com.squareup.okhttp.Call |
putImportFieldsFromXmlInStorageAsync(java.lang.String name,
java.lang.String xmlFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Update fields from XML file in storage.
|
com.squareup.okhttp.Call |
putImportFieldsFromXmlInStorageCall(java.lang.String name,
java.lang.String xmlFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putImportFieldsFromXmlInStorage
|
ApiResponse<AsposeResponse> |
putImportFieldsFromXmlInStorageWithHttpInfo(java.lang.String name,
java.lang.String xmlFilePath,
java.lang.String storage,
java.lang.String folder)
Update fields from XML file in storage.
|
InkAnnotationResponse |
putInkAnnotation(java.lang.String name,
java.lang.String annotationId,
InkAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document ink annotation
|
com.squareup.okhttp.Call |
putInkAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
InkAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<InkAnnotationResponse> callback)
Replace document ink annotation (asynchronously)
|
com.squareup.okhttp.Call |
putInkAnnotationCall(java.lang.String name,
java.lang.String annotationId,
InkAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putInkAnnotation
|
ApiResponse<InkAnnotationResponse> |
putInkAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
InkAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document ink annotation
|
AsposeResponse |
putLaTeXInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Deprecated.
|
com.squareup.okhttp.Call |
putLaTeXInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Deprecated.
|
com.squareup.okhttp.Call |
putLaTeXInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Deprecated.
|
ApiResponse<AsposeResponse> |
putLaTeXInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Deprecated.
|
LineAnnotationResponse |
putLineAnnotation(java.lang.String name,
java.lang.String annotationId,
LineAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document line annotation
|
com.squareup.okhttp.Call |
putLineAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
LineAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<LineAnnotationResponse> callback)
Replace document line annotation (asynchronously)
|
com.squareup.okhttp.Call |
putLineAnnotationCall(java.lang.String name,
java.lang.String annotationId,
LineAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putLineAnnotation
|
ApiResponse<LineAnnotationResponse> |
putLineAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
LineAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document line annotation
|
LinkAnnotationResponse |
putLinkAnnotation(java.lang.String name,
java.lang.String linkId,
LinkAnnotation link,
java.lang.String storage,
java.lang.String folder)
Replace document page link annotations
|
com.squareup.okhttp.Call |
putLinkAnnotationAsync(java.lang.String name,
java.lang.String linkId,
LinkAnnotation link,
java.lang.String storage,
java.lang.String folder,
ApiCallback<LinkAnnotationResponse> callback)
Replace document page link annotations (asynchronously)
|
com.squareup.okhttp.Call |
putLinkAnnotationCall(java.lang.String name,
java.lang.String linkId,
LinkAnnotation link,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putLinkAnnotation
|
ApiResponse<LinkAnnotationResponse> |
putLinkAnnotationWithHttpInfo(java.lang.String name,
java.lang.String linkId,
LinkAnnotation link,
java.lang.String storage,
java.lang.String folder)
Replace document page link annotations
|
ListBoxFieldResponse |
putListBoxField(java.lang.String name,
java.lang.String fieldName,
ListBoxField field,
java.lang.String storage,
java.lang.String folder)
Replace document listbox field
|
com.squareup.okhttp.Call |
putListBoxFieldAsync(java.lang.String name,
java.lang.String fieldName,
ListBoxField field,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ListBoxFieldResponse> callback)
Replace document listbox field (asynchronously)
|
com.squareup.okhttp.Call |
putListBoxFieldCall(java.lang.String name,
java.lang.String fieldName,
ListBoxField field,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putListBoxField
|
ApiResponse<ListBoxFieldResponse> |
putListBoxFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
ListBoxField field,
java.lang.String storage,
java.lang.String folder)
Replace document listbox field
|
AsposeResponse |
putMarkdownInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String storage,
java.lang.String dstFolder)
Convert MD file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putMarkdownInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String storage,
java.lang.String dstFolder,
ApiCallback<AsposeResponse> callback)
Convert MD file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putMarkdownInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String storage,
java.lang.String dstFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putMarkdownInStorageToPdf
|
ApiResponse<AsposeResponse> |
putMarkdownInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String storage,
java.lang.String dstFolder)
Convert MD file (located on storage) to PDF format and upload resulting file to storage.
|
DocumentResponse |
putMergeDocuments(java.lang.String name,
MergeDocuments mergeDocuments,
java.lang.String storage,
java.lang.String folder)
Merge a list of documents.
|
com.squareup.okhttp.Call |
putMergeDocumentsAsync(java.lang.String name,
MergeDocuments mergeDocuments,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentResponse> callback)
Merge a list of documents.
|
com.squareup.okhttp.Call |
putMergeDocumentsCall(java.lang.String name,
MergeDocuments mergeDocuments,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putMergeDocuments
|
ApiResponse<DocumentResponse> |
putMergeDocumentsWithHttpInfo(java.lang.String name,
MergeDocuments mergeDocuments,
java.lang.String storage,
java.lang.String folder)
Merge a list of documents.
|
AsposeResponse |
putMhtInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert MHT file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putMhtInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert MHT file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putMhtInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putMhtInStorageToPdf
|
ApiResponse<AsposeResponse> |
putMhtInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert MHT file (located on storage) to PDF format and upload resulting file to storage.
|
MovieAnnotationResponse |
putMovieAnnotation(java.lang.String name,
java.lang.String annotationId,
MovieAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document movie annotation
|
com.squareup.okhttp.Call |
putMovieAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
MovieAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<MovieAnnotationResponse> callback)
Replace document movie annotation (asynchronously)
|
com.squareup.okhttp.Call |
putMovieAnnotationCall(java.lang.String name,
java.lang.String annotationId,
MovieAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putMovieAnnotation
|
ApiResponse<MovieAnnotationResponse> |
putMovieAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
MovieAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document movie annotation
|
AsposeResponse |
putPageAddStamp(java.lang.String name,
java.lang.Integer pageNumber,
Stamp stamp,
java.lang.String storage,
java.lang.String folder)
Add page stamp.
|
com.squareup.okhttp.Call |
putPageAddStampAsync(java.lang.String name,
java.lang.Integer pageNumber,
Stamp stamp,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Add page stamp.
|
com.squareup.okhttp.Call |
putPageAddStampCall(java.lang.String name,
java.lang.Integer pageNumber,
Stamp stamp,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPageAddStamp
|
ApiResponse<AsposeResponse> |
putPageAddStampWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
Stamp stamp,
java.lang.String storage,
java.lang.String folder)
Add page stamp.
|
AsposeResponse |
putPageConvertToBmp(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to bmp image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToBmpAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert document page to bmp image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToBmpCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPageConvertToBmp
|
ApiResponse<AsposeResponse> |
putPageConvertToBmpWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to bmp image and upload resulting file to storage.
|
AsposeResponse |
putPageConvertToEmf(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to emf image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToEmfAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert document page to emf image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToEmfCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPageConvertToEmf
|
ApiResponse<AsposeResponse> |
putPageConvertToEmfWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to emf image and upload resulting file to storage.
|
AsposeResponse |
putPageConvertToGif(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to gif image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToGifAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert document page to gif image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToGifCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPageConvertToGif
|
ApiResponse<AsposeResponse> |
putPageConvertToGifWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to gif image and upload resulting file to storage.
|
AsposeResponse |
putPageConvertToJpeg(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Jpeg image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToJpegAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert document page to Jpeg image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToJpegCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPageConvertToJpeg
|
ApiResponse<AsposeResponse> |
putPageConvertToJpegWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Jpeg image and upload resulting file to storage.
|
AsposeResponse |
putPageConvertToPng(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to png image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToPngAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert document page to png image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToPngCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPageConvertToPng
|
ApiResponse<AsposeResponse> |
putPageConvertToPngWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to png image and upload resulting file to storage.
|
AsposeResponse |
putPageConvertToTiff(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Tiff image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToTiffAsync(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert document page to Tiff image and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPageConvertToTiffCall(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPageConvertToTiff
|
ApiResponse<AsposeResponse> |
putPageConvertToTiffWithHttpInfo(java.lang.String name,
java.lang.Integer pageNumber,
java.lang.String outPath,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String folder,
java.lang.String storage)
Convert document page to Tiff image and upload resulting file to storage.
|
AsposeResponse |
putPclInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert PCL file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPclInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert PCL file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPclInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPclInStorageToPdf
|
ApiResponse<AsposeResponse> |
putPclInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert PCL file (located on storage) to PDF format and upload resulting file to storage.
|
AsposeResponse |
putPdfAInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.Boolean dontOptimize,
java.lang.String storage)
Convert PDFA file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfAInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.Boolean dontOptimize,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert PDFA file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfAInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.Boolean dontOptimize,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfAInStorageToPdf
|
ApiResponse<AsposeResponse> |
putPdfAInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.Boolean dontOptimize,
java.lang.String storage)
Convert PDFA file (located on storage) to PDF format and upload resulting file to storage.
|
AsposeResponse |
putPdfInRequestToDoc(java.lang.String outPath,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to DOC format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToDocAsync(java.lang.String outPath,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to DOC format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToDocCall(java.lang.String outPath,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToDoc
|
ApiResponse<AsposeResponse> |
putPdfInRequestToDocWithHttpInfo(java.lang.String outPath,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to DOC format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToEpub(java.lang.String outPath,
java.lang.String contentRecognitionMode,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to EPUB format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToEpubAsync(java.lang.String outPath,
java.lang.String contentRecognitionMode,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to EPUB format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToEpubCall(java.lang.String outPath,
java.lang.String contentRecognitionMode,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToEpub
|
ApiResponse<AsposeResponse> |
putPdfInRequestToEpubWithHttpInfo(java.lang.String outPath,
java.lang.String contentRecognitionMode,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to EPUB format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToHtml(java.lang.String outPath,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth,
java.lang.String outputFormat,
java.io.File file)
Converts PDF document (in request content) to Html format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToHtmlAsync(java.lang.String outPath,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth,
java.lang.String outputFormat,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to Html format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToHtmlCall(java.lang.String outPath,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth,
java.lang.String outputFormat,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToHtml
|
ApiResponse<AsposeResponse> |
putPdfInRequestToHtmlWithHttpInfo(java.lang.String outPath,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth,
java.lang.String outputFormat,
java.io.File file)
Converts PDF document (in request content) to Html format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToMobiXml(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToMobiXmlAsync(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToMobiXmlCall(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToMobiXml
|
ApiResponse<AsposeResponse> |
putPdfInRequestToMobiXmlWithHttpInfo(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage.
|
AsposeResponse |
putPdfInRequestToPdfA(java.lang.String outPath,
java.lang.String type,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to PdfA format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToPdfAAsync(java.lang.String outPath,
java.lang.String type,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to PdfA format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToPdfACall(java.lang.String outPath,
java.lang.String type,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToPdfA
|
ApiResponse<AsposeResponse> |
putPdfInRequestToPdfAWithHttpInfo(java.lang.String outPath,
java.lang.String type,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to PdfA format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToPptx(java.lang.String outPath,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to PPTX format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToPptxAsync(java.lang.String outPath,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to PPTX format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToPptxCall(java.lang.String outPath,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToPptx
|
ApiResponse<AsposeResponse> |
putPdfInRequestToPptxWithHttpInfo(java.lang.String outPath,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to PPTX format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToSvg(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to SVG format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToSvgAsync(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to SVG format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToSvgCall(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToSvg
|
ApiResponse<AsposeResponse> |
putPdfInRequestToSvgWithHttpInfo(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to SVG format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToTeX(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToTeXAsync(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToTeXCall(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToTeX
|
ApiResponse<AsposeResponse> |
putPdfInRequestToTeXWithHttpInfo(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToTiff(java.lang.String outPath,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to TIFF format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToTiffAsync(java.lang.String outPath,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to TIFF format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToTiffCall(java.lang.String outPath,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToTiff
|
ApiResponse<AsposeResponse> |
putPdfInRequestToTiffWithHttpInfo(java.lang.String outPath,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to TIFF format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToXls(java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to XLS format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToXlsAsync(java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to XLS format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToXlsCall(java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToXls
|
ApiResponse<AsposeResponse> |
putPdfInRequestToXlsWithHttpInfo(java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to XLS format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToXlsx(java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToXlsxAsync(java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToXlsxCall(java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToXlsx
|
ApiResponse<AsposeResponse> |
putPdfInRequestToXlsxWithHttpInfo(java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToXml(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to XML format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToXmlAsync(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to XML format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToXmlCall(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToXml
|
ApiResponse<AsposeResponse> |
putPdfInRequestToXmlWithHttpInfo(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to XML format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInRequestToXps(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to XPS format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToXpsAsync(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document (in request content) to XPS format and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putPdfInRequestToXpsCall(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInRequestToXps
|
ApiResponse<AsposeResponse> |
putPdfInRequestToXpsWithHttpInfo(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document (in request content) to XPS format and uploads resulting file to storage.
|
AsposeResponse |
putPdfInStorageToDoc(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to DOC format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToDocAsync(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to DOC format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToDocCall(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToDoc
|
ApiResponse<AsposeResponse> |
putPdfInStorageToDocWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean addReturnToLineEnd,
java.lang.String format,
java.lang.Integer imageResolutionX,
java.lang.Integer imageResolutionY,
java.lang.Double maxDistanceBetweenTextLines,
java.lang.String mode,
java.lang.Boolean recognizeBullets,
java.lang.Double relativeHorizontalProximity,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to DOC format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToEpub(java.lang.String name,
java.lang.String outPath,
java.lang.String contentRecognitionMode,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToEpubAsync(java.lang.String name,
java.lang.String outPath,
java.lang.String contentRecognitionMode,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToEpubCall(java.lang.String name,
java.lang.String outPath,
java.lang.String contentRecognitionMode,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToEpub
|
ApiResponse<AsposeResponse> |
putPdfInStorageToEpubWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.String contentRecognitionMode,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToHtml(java.lang.String name,
java.lang.String outPath,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String folder,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth,
java.lang.String outputFormat)
Converts PDF document (located on storage) to Html format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToHtmlAsync(java.lang.String name,
java.lang.String outPath,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String folder,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth,
java.lang.String outputFormat,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to Html format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToHtmlCall(java.lang.String name,
java.lang.String outPath,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String folder,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth,
java.lang.String outputFormat,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToHtml
|
ApiResponse<AsposeResponse> |
putPdfInStorageToHtmlWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.Integer additionalMarginWidthInPoints,
java.lang.Boolean compressSvgGraphicsIfAny,
java.lang.Boolean convertMarkedContentToLayers,
java.lang.String defaultFontName,
java.lang.String documentType,
java.lang.Boolean fixedLayout,
java.lang.Integer imageResolution,
java.lang.Integer minimalLineWidth,
java.lang.Boolean preventGlyphsGrouping,
java.lang.Boolean splitCssIntoPages,
java.lang.Boolean splitIntoPages,
java.lang.Boolean useZOrder,
java.lang.String antialiasingProcessing,
java.lang.String cssClassNamesPrefix,
java.util.List<java.lang.Integer> explicitListOfSavedPages,
java.lang.String fontEncodingStrategy,
java.lang.String fontSavingMode,
java.lang.String htmlMarkupGenerationMode,
java.lang.String lettersPositioningMethod,
java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize,
java.lang.String partsEmbeddingMode,
java.lang.String rasterImagesSavingMode,
java.lang.Boolean removeEmptyAreasOnTopAndBottom,
java.lang.Boolean saveShadowedTextsAsTransparentTexts,
java.lang.Boolean saveTransparentTexts,
java.lang.String specialFolderForAllImages,
java.lang.String specialFolderForSvgImages,
java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss,
java.lang.String folder,
java.lang.String storage,
java.lang.Boolean flowLayoutParagraphFullWidth,
java.lang.String outputFormat)
Converts PDF document (located on storage) to Html format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToMobiXml(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToMobiXmlAsync(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToMobiXmlCall(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToMobiXml
|
ApiResponse<AsposeResponse> |
putPdfInStorageToMobiXmlWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage
|
AsposeResponse |
putPdfInStorageToPdfA(java.lang.String name,
java.lang.String outPath,
java.lang.String type,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToPdfAAsync(java.lang.String name,
java.lang.String outPath,
java.lang.String type,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToPdfACall(java.lang.String name,
java.lang.String outPath,
java.lang.String type,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToPdfA
|
ApiResponse<AsposeResponse> |
putPdfInStorageToPdfAWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.String type,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToPptx(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToPptxAsync(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToPptxCall(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToPptx
|
ApiResponse<AsposeResponse> |
putPdfInStorageToPptxWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean separateImages,
java.lang.Boolean slidesAsImages,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToSvg(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to SVG format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToSvgAsync(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to SVG format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToSvgCall(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToSvg
|
ApiResponse<AsposeResponse> |
putPdfInStorageToSvgWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to SVG format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToTeX(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToTeXAsync(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to TeX format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToTeXCall(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToTeX
|
ApiResponse<AsposeResponse> |
putPdfInStorageToTeXWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToTiff(java.lang.String name,
java.lang.String outPath,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to TIFF format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToTiffAsync(java.lang.String name,
java.lang.String outPath,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to TIFF format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToTiffCall(java.lang.String name,
java.lang.String outPath,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToTiff
|
ApiResponse<AsposeResponse> |
putPdfInStorageToTiffWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.Double brightness,
java.lang.String compression,
java.lang.String colorDepth,
java.lang.Integer leftMargin,
java.lang.Integer rightMargin,
java.lang.Integer topMargin,
java.lang.Integer bottomMargin,
java.lang.String orientation,
java.lang.Boolean skipBlankPages,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer xResolution,
java.lang.Integer yResolution,
java.lang.Integer pageIndex,
java.lang.Integer pageCount,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to TIFF format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToXls(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XLS format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToXlsAsync(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to XLS format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToXlsCall(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToXls
|
ApiResponse<AsposeResponse> |
putPdfInStorageToXlsWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XLS format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToXlsx(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XLSX format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToXlsxAsync(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to XLSX format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToXlsxCall(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToXlsx
|
ApiResponse<AsposeResponse> |
putPdfInStorageToXlsxWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.Boolean insertBlankColumnAtFirst,
java.lang.Boolean minimizeTheNumberOfWorksheets,
java.lang.Double scaleFactor,
java.lang.Boolean uniformWorksheets,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XLSX format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToXml(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XML format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToXmlAsync(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to XML format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToXmlCall(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToXml
|
ApiResponse<AsposeResponse> |
putPdfInStorageToXmlWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XML format and uploads resulting file to storage
|
AsposeResponse |
putPdfInStorageToXps(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XPS format and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putPdfInStorageToXpsAsync(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document (located on storage) to XPS format and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putPdfInStorageToXpsCall(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPdfInStorageToXps
|
ApiResponse<AsposeResponse> |
putPdfInStorageToXpsWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document (located on storage) to XPS format and uploads resulting file to storage
|
PolygonAnnotationResponse |
putPolygonAnnotation(java.lang.String name,
java.lang.String annotationId,
PolygonAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document polygon annotation
|
com.squareup.okhttp.Call |
putPolygonAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
PolygonAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PolygonAnnotationResponse> callback)
Replace document polygon annotation (asynchronously)
|
com.squareup.okhttp.Call |
putPolygonAnnotationCall(java.lang.String name,
java.lang.String annotationId,
PolygonAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPolygonAnnotation
|
ApiResponse<PolygonAnnotationResponse> |
putPolygonAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
PolygonAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document polygon annotation
|
PolyLineAnnotationResponse |
putPolyLineAnnotation(java.lang.String name,
java.lang.String annotationId,
PolyLineAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document polyline annotation
|
com.squareup.okhttp.Call |
putPolyLineAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
PolyLineAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PolyLineAnnotationResponse> callback)
Replace document polyline annotation (asynchronously)
|
com.squareup.okhttp.Call |
putPolyLineAnnotationCall(java.lang.String name,
java.lang.String annotationId,
PolyLineAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPolyLineAnnotation
|
ApiResponse<PolyLineAnnotationResponse> |
putPolyLineAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
PolyLineAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document polyline annotation
|
PopupAnnotationResponse |
putPopupAnnotation(java.lang.String name,
java.lang.String annotationId,
PopupAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document popup annotation
|
com.squareup.okhttp.Call |
putPopupAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
PopupAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<PopupAnnotationResponse> callback)
Replace document popup annotation (asynchronously)
|
com.squareup.okhttp.Call |
putPopupAnnotationCall(java.lang.String name,
java.lang.String annotationId,
PopupAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPopupAnnotation
|
ApiResponse<PopupAnnotationResponse> |
putPopupAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
PopupAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document popup annotation
|
AsposeResponse |
putPrivileges(java.lang.String name,
DocumentPrivilege privileges,
java.lang.String storage,
java.lang.String folder)
Update privilege document.
|
com.squareup.okhttp.Call |
putPrivilegesAsync(java.lang.String name,
DocumentPrivilege privileges,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Update privilege document.
|
com.squareup.okhttp.Call |
putPrivilegesCall(java.lang.String name,
DocumentPrivilege privileges,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPrivileges
|
ApiResponse<AsposeResponse> |
putPrivilegesWithHttpInfo(java.lang.String name,
DocumentPrivilege privileges,
java.lang.String storage,
java.lang.String folder)
Update privilege document.
|
AsposeResponse |
putPsInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert PS file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPsInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert PS file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putPsInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putPsInStorageToPdf
|
ApiResponse<AsposeResponse> |
putPsInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert PS file (located on storage) to PDF format and upload resulting file to storage.
|
RadioButtonFieldResponse |
putRadioButtonField(java.lang.String name,
java.lang.String fieldName,
RadioButtonField field,
java.lang.String storage,
java.lang.String folder)
Replace document RadioButton field
|
com.squareup.okhttp.Call |
putRadioButtonFieldAsync(java.lang.String name,
java.lang.String fieldName,
RadioButtonField field,
java.lang.String storage,
java.lang.String folder,
ApiCallback<RadioButtonFieldResponse> callback)
Replace document RadioButton field (asynchronously)
|
com.squareup.okhttp.Call |
putRadioButtonFieldCall(java.lang.String name,
java.lang.String fieldName,
RadioButtonField field,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putRadioButtonField
|
ApiResponse<RadioButtonFieldResponse> |
putRadioButtonFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
RadioButtonField field,
java.lang.String storage,
java.lang.String folder)
Replace document RadioButton field
|
RedactionAnnotationResponse |
putRedactionAnnotation(java.lang.String name,
java.lang.String annotationId,
RedactionAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
java.lang.Boolean apply)
Replace document redaction annotation
|
com.squareup.okhttp.Call |
putRedactionAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
RedactionAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
java.lang.Boolean apply,
ApiCallback<RedactionAnnotationResponse> callback)
Replace document redaction annotation (asynchronously)
|
com.squareup.okhttp.Call |
putRedactionAnnotationCall(java.lang.String name,
java.lang.String annotationId,
RedactionAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
java.lang.Boolean apply,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putRedactionAnnotation
|
ApiResponse<RedactionAnnotationResponse> |
putRedactionAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
RedactionAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
java.lang.Boolean apply)
Replace document redaction annotation
|
ImageResponse |
putReplaceImage(java.lang.String name,
java.lang.String imageId,
java.lang.String imageFilePath,
java.lang.String storage,
java.lang.String folder,
java.io.File image)
Replace document image.
|
com.squareup.okhttp.Call |
putReplaceImageAsync(java.lang.String name,
java.lang.String imageId,
java.lang.String imageFilePath,
java.lang.String storage,
java.lang.String folder,
java.io.File image,
ApiCallback<ImageResponse> callback)
Replace document image.
|
com.squareup.okhttp.Call |
putReplaceImageCall(java.lang.String name,
java.lang.String imageId,
java.lang.String imageFilePath,
java.lang.String storage,
java.lang.String folder,
java.io.File image,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putReplaceImage
|
ApiResponse<ImageResponse> |
putReplaceImageWithHttpInfo(java.lang.String name,
java.lang.String imageId,
java.lang.String imageFilePath,
java.lang.String storage,
java.lang.String folder,
java.io.File image)
Replace document image.
|
ScreenAnnotationResponse |
putScreenAnnotation(java.lang.String name,
java.lang.String annotationId,
ScreenAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document screen annotation
|
com.squareup.okhttp.Call |
putScreenAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
ScreenAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<ScreenAnnotationResponse> callback)
Replace document screen annotation (asynchronously)
|
com.squareup.okhttp.Call |
putScreenAnnotationCall(java.lang.String name,
java.lang.String annotationId,
ScreenAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putScreenAnnotation
|
AsposeResponse |
putScreenAnnotationDataExtract(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder)
Extract document screen annotation content to storage
|
com.squareup.okhttp.Call |
putScreenAnnotationDataExtractAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Extract document screen annotation content to storage (asynchronously)
|
com.squareup.okhttp.Call |
putScreenAnnotationDataExtractCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putScreenAnnotationDataExtract
|
ApiResponse<AsposeResponse> |
putScreenAnnotationDataExtractWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder)
Extract document screen annotation content to storage
|
ApiResponse<ScreenAnnotationResponse> |
putScreenAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
ScreenAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document screen annotation
|
AsposeResponse |
putSearchableDocument(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.lang.String lang)
Create searchable PDF document.
|
com.squareup.okhttp.Call |
putSearchableDocumentAsync(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.lang.String lang,
ApiCallback<AsposeResponse> callback)
Create searchable PDF document.
|
com.squareup.okhttp.Call |
putSearchableDocumentCall(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.lang.String lang,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putSearchableDocument
|
ApiResponse<AsposeResponse> |
putSearchableDocumentWithHttpInfo(java.lang.String name,
java.lang.String storage,
java.lang.String folder,
java.lang.String lang)
Create searchable PDF document.
|
DocumentPropertyResponse |
putSetProperty(java.lang.String name,
java.lang.String propertyName,
java.lang.String value,
java.lang.String storage,
java.lang.String folder)
Add/update document property.
|
com.squareup.okhttp.Call |
putSetPropertyAsync(java.lang.String name,
java.lang.String propertyName,
java.lang.String value,
java.lang.String storage,
java.lang.String folder,
ApiCallback<DocumentPropertyResponse> callback)
Add/update document property.
|
com.squareup.okhttp.Call |
putSetPropertyCall(java.lang.String name,
java.lang.String propertyName,
java.lang.String value,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putSetProperty
|
ApiResponse<DocumentPropertyResponse> |
putSetPropertyWithHttpInfo(java.lang.String name,
java.lang.String propertyName,
java.lang.String value,
java.lang.String storage,
java.lang.String folder)
Add/update document property.
|
SignatureFieldResponse |
putSignatureField(java.lang.String name,
java.lang.String fieldName,
SignatureField field,
java.lang.String storage,
java.lang.String folder)
Replace document signature field.
|
com.squareup.okhttp.Call |
putSignatureFieldAsync(java.lang.String name,
java.lang.String fieldName,
SignatureField field,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SignatureFieldResponse> callback)
Replace document signature field.
|
com.squareup.okhttp.Call |
putSignatureFieldCall(java.lang.String name,
java.lang.String fieldName,
SignatureField field,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putSignatureField
|
ApiResponse<SignatureFieldResponse> |
putSignatureFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
SignatureField field,
java.lang.String storage,
java.lang.String folder)
Replace document signature field.
|
SoundAnnotationResponse |
putSoundAnnotation(java.lang.String name,
java.lang.String annotationId,
SoundAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document sound annotation
|
com.squareup.okhttp.Call |
putSoundAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
SoundAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SoundAnnotationResponse> callback)
Replace document sound annotation (asynchronously)
|
com.squareup.okhttp.Call |
putSoundAnnotationCall(java.lang.String name,
java.lang.String annotationId,
SoundAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putSoundAnnotation
|
AsposeResponse |
putSoundAnnotationDataExtract(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder)
Extract document sound annotation content to storage
|
com.squareup.okhttp.Call |
putSoundAnnotationDataExtractAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Extract document sound annotation content to storage (asynchronously)
|
com.squareup.okhttp.Call |
putSoundAnnotationDataExtractCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putSoundAnnotationDataExtract
|
ApiResponse<AsposeResponse> |
putSoundAnnotationDataExtractWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder)
Extract document sound annotation content to storage
|
ApiResponse<SoundAnnotationResponse> |
putSoundAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
SoundAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document sound annotation
|
SquareAnnotationResponse |
putSquareAnnotation(java.lang.String name,
java.lang.String annotationId,
SquareAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document square annotation
|
com.squareup.okhttp.Call |
putSquareAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
SquareAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SquareAnnotationResponse> callback)
Replace document square annotation (asynchronously)
|
com.squareup.okhttp.Call |
putSquareAnnotationCall(java.lang.String name,
java.lang.String annotationId,
SquareAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putSquareAnnotation
|
ApiResponse<SquareAnnotationResponse> |
putSquareAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
SquareAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document square annotation
|
SquigglyAnnotationResponse |
putSquigglyAnnotation(java.lang.String name,
java.lang.String annotationId,
SquigglyAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document squiggly annotation
|
com.squareup.okhttp.Call |
putSquigglyAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
SquigglyAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<SquigglyAnnotationResponse> callback)
Replace document squiggly annotation (asynchronously)
|
com.squareup.okhttp.Call |
putSquigglyAnnotationCall(java.lang.String name,
java.lang.String annotationId,
SquigglyAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putSquigglyAnnotation
|
ApiResponse<SquigglyAnnotationResponse> |
putSquigglyAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
SquigglyAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document squiggly annotation
|
StampAnnotationResponse |
putStampAnnotation(java.lang.String name,
java.lang.String annotationId,
StampAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document stamp annotation
|
com.squareup.okhttp.Call |
putStampAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
StampAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<StampAnnotationResponse> callback)
Replace document stamp annotation (asynchronously)
|
com.squareup.okhttp.Call |
putStampAnnotationCall(java.lang.String name,
java.lang.String annotationId,
StampAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putStampAnnotation
|
AsposeResponse |
putStampAnnotationDataExtract(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder)
Extract document stamp annotation content to storage
|
com.squareup.okhttp.Call |
putStampAnnotationDataExtractAsync(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Extract document stamp annotation content to storage (asynchronously)
|
com.squareup.okhttp.Call |
putStampAnnotationDataExtractCall(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putStampAnnotationDataExtract
|
ApiResponse<AsposeResponse> |
putStampAnnotationDataExtractWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
java.lang.String outFilePath,
java.lang.String storage,
java.lang.String folder)
Extract document stamp annotation content to storage
|
ApiResponse<StampAnnotationResponse> |
putStampAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
StampAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document stamp annotation
|
StrikeOutAnnotationResponse |
putStrikeOutAnnotation(java.lang.String name,
java.lang.String annotationId,
StrikeOutAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document StrikeOut annotation
|
com.squareup.okhttp.Call |
putStrikeOutAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
StrikeOutAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<StrikeOutAnnotationResponse> callback)
Replace document StrikeOut annotation (asynchronously)
|
com.squareup.okhttp.Call |
putStrikeOutAnnotationCall(java.lang.String name,
java.lang.String annotationId,
StrikeOutAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putStrikeOutAnnotation
|
ApiResponse<StrikeOutAnnotationResponse> |
putStrikeOutAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
StrikeOutAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document StrikeOut annotation
|
AsposeResponse |
putSvgInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.Boolean adjustPageSize,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage)
Convert SVG file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putSvgInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.Boolean adjustPageSize,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert SVG file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putSvgInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.Boolean adjustPageSize,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putSvgInStorageToPdf
|
ApiResponse<AsposeResponse> |
putSvgInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.Boolean adjustPageSize,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage)
Convert SVG file (located on storage) to PDF format and upload resulting file to storage.
|
AsposeResponse |
putTable(java.lang.String name,
java.lang.String tableId,
Table table,
java.lang.String storage,
java.lang.String folder)
Replace document page table.
|
com.squareup.okhttp.Call |
putTableAsync(java.lang.String name,
java.lang.String tableId,
Table table,
java.lang.String storage,
java.lang.String folder,
ApiCallback<AsposeResponse> callback)
Replace document page table.
|
com.squareup.okhttp.Call |
putTableCall(java.lang.String name,
java.lang.String tableId,
Table table,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putTable
|
ApiResponse<AsposeResponse> |
putTableWithHttpInfo(java.lang.String name,
java.lang.String tableId,
Table table,
java.lang.String storage,
java.lang.String folder)
Replace document page table.
|
AsposeResponse |
putTeXInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putTeXInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putTeXInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putTeXInStorageToPdf
|
ApiResponse<AsposeResponse> |
putTeXInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
|
TextAnnotationResponse |
putTextAnnotation(java.lang.String name,
java.lang.String annotationId,
TextAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document text annotation
|
com.squareup.okhttp.Call |
putTextAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
TextAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TextAnnotationResponse> callback)
Replace document text annotation (asynchronously)
|
com.squareup.okhttp.Call |
putTextAnnotationCall(java.lang.String name,
java.lang.String annotationId,
TextAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putTextAnnotation
|
ApiResponse<TextAnnotationResponse> |
putTextAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
TextAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document text annotation
|
TextBoxFieldResponse |
putTextBoxField(java.lang.String name,
java.lang.String fieldName,
TextBoxField field,
java.lang.String storage,
java.lang.String folder)
Replace document text box field
|
com.squareup.okhttp.Call |
putTextBoxFieldAsync(java.lang.String name,
java.lang.String fieldName,
TextBoxField field,
java.lang.String storage,
java.lang.String folder,
ApiCallback<TextBoxFieldResponse> callback)
Replace document text box field (asynchronously)
|
com.squareup.okhttp.Call |
putTextBoxFieldCall(java.lang.String name,
java.lang.String fieldName,
TextBoxField field,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putTextBoxField
|
ApiResponse<TextBoxFieldResponse> |
putTextBoxFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
TextBoxField field,
java.lang.String storage,
java.lang.String folder)
Replace document text box field
|
UnderlineAnnotationResponse |
putUnderlineAnnotation(java.lang.String name,
java.lang.String annotationId,
UnderlineAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document underline annotation
|
com.squareup.okhttp.Call |
putUnderlineAnnotationAsync(java.lang.String name,
java.lang.String annotationId,
UnderlineAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ApiCallback<UnderlineAnnotationResponse> callback)
Replace document underline annotation (asynchronously)
|
com.squareup.okhttp.Call |
putUnderlineAnnotationCall(java.lang.String name,
java.lang.String annotationId,
UnderlineAnnotation annotation,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putUnderlineAnnotation
|
ApiResponse<UnderlineAnnotationResponse> |
putUnderlineAnnotationWithHttpInfo(java.lang.String name,
java.lang.String annotationId,
UnderlineAnnotation annotation,
java.lang.String storage,
java.lang.String folder)
Replace document underline annotation
|
FieldResponse |
putUpdateField(java.lang.String name,
java.lang.String fieldName,
Field field,
java.lang.String storage,
java.lang.String folder)
Update field.
|
com.squareup.okhttp.Call |
putUpdateFieldAsync(java.lang.String name,
java.lang.String fieldName,
Field field,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FieldResponse> callback)
Update field.
|
com.squareup.okhttp.Call |
putUpdateFieldCall(java.lang.String name,
java.lang.String fieldName,
Field field,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putUpdateField
|
FieldsResponse |
putUpdateFields(java.lang.String name,
Fields fields,
java.lang.String storage,
java.lang.String folder)
Update fields.
|
com.squareup.okhttp.Call |
putUpdateFieldsAsync(java.lang.String name,
Fields fields,
java.lang.String storage,
java.lang.String folder,
ApiCallback<FieldsResponse> callback)
Update fields.
|
com.squareup.okhttp.Call |
putUpdateFieldsCall(java.lang.String name,
Fields fields,
java.lang.String storage,
java.lang.String folder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putUpdateFields
|
ApiResponse<FieldsResponse> |
putUpdateFieldsWithHttpInfo(java.lang.String name,
Fields fields,
java.lang.String storage,
java.lang.String folder)
Update fields.
|
ApiResponse<FieldResponse> |
putUpdateFieldWithHttpInfo(java.lang.String name,
java.lang.String fieldName,
Field field,
java.lang.String storage,
java.lang.String folder)
Update field.
|
AsposeResponse |
putWebInStorageToPdf(java.lang.String name,
java.lang.String url,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage)
Convert web page to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putWebInStorageToPdfAsync(java.lang.String name,
java.lang.String url,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert web page to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putWebInStorageToPdfCall(java.lang.String name,
java.lang.String url,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putWebInStorageToPdf
|
ApiResponse<AsposeResponse> |
putWebInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String url,
java.lang.Double height,
java.lang.Double width,
java.lang.Boolean isLandscape,
java.lang.Double marginLeft,
java.lang.Double marginBottom,
java.lang.Double marginRight,
java.lang.Double marginTop,
java.lang.String dstFolder,
java.lang.String storage)
Convert web page to PDF format and upload resulting file to storage.
|
AsposeResponse |
putXfaPdfInRequestToAcroForm(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document which contains XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putXfaPdfInRequestToAcroFormAsync(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ApiCallback<AsposeResponse> callback)
Converts PDF document which contains XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage.
|
com.squareup.okhttp.Call |
putXfaPdfInRequestToAcroFormCall(java.lang.String outPath,
java.lang.String storage,
java.io.File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putXfaPdfInRequestToAcroForm
|
ApiResponse<AsposeResponse> |
putXfaPdfInRequestToAcroFormWithHttpInfo(java.lang.String outPath,
java.lang.String storage,
java.io.File file)
Converts PDF document which contains XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage.
|
AsposeResponse |
putXfaPdfInStorageToAcroForm(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage
|
com.squareup.okhttp.Call |
putXfaPdfInStorageToAcroFormAsync(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage (asynchronously)
|
com.squareup.okhttp.Call |
putXfaPdfInStorageToAcroFormCall(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putXfaPdfInStorageToAcroForm
|
ApiResponse<AsposeResponse> |
putXfaPdfInStorageToAcroFormWithHttpInfo(java.lang.String name,
java.lang.String outPath,
java.lang.String folder,
java.lang.String storage)
Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage
|
AsposeResponse |
putXmlInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String xslFilePath,
java.lang.String dstFolder,
java.lang.String storage)
Convert XML file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putXmlInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String xslFilePath,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert XML file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putXmlInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String xslFilePath,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putXmlInStorageToPdf
|
ApiResponse<AsposeResponse> |
putXmlInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String xslFilePath,
java.lang.String dstFolder,
java.lang.String storage)
Convert XML file (located on storage) to PDF format and upload resulting file to storage.
|
AsposeResponse |
putXpsInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert XPS file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putXpsInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert XPS file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putXpsInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putXpsInStorageToPdf
|
ApiResponse<AsposeResponse> |
putXpsInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert XPS file (located on storage) to PDF format and upload resulting file to storage.
|
AsposeResponse |
putXslFoInStorageToPdf(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert XslFo file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putXslFoInStorageToPdfAsync(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ApiCallback<AsposeResponse> callback)
Convert XslFo file (located on storage) to PDF format and upload resulting file to storage.
|
com.squareup.okhttp.Call |
putXslFoInStorageToPdfCall(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for putXslFoInStorageToPdf
|
ApiResponse<AsposeResponse> |
putXslFoInStorageToPdfWithHttpInfo(java.lang.String name,
java.lang.String srcPath,
java.lang.String dstFolder,
java.lang.String storage)
Convert XslFo file (located on storage) to PDF format and upload resulting file to storage.
|
void |
setApiClient(ApiClient apiClient) |
StorageExist |
storageExists(java.lang.String storageName)
Check if storage exists
|
com.squareup.okhttp.Call |
storageExistsAsync(java.lang.String storageName,
ApiCallback<StorageExist> callback)
Check if storage exists (asynchronously)
|
com.squareup.okhttp.Call |
storageExistsCall(java.lang.String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for storageExists
|
ApiResponse<StorageExist> |
storageExistsWithHttpInfo(java.lang.String storageName)
Check if storage exists
|
FilesUploadResult |
uploadFile(java.lang.String path,
java.io.File file,
java.lang.String storageName)
Upload file
|
com.squareup.okhttp.Call |
uploadFileAsync(java.lang.String path,
java.io.File file,
java.lang.String storageName,
ApiCallback<FilesUploadResult> callback)
Upload file (asynchronously)
|
com.squareup.okhttp.Call |
uploadFileCall(java.lang.String path,
java.io.File file,
java.lang.String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadFile
|
ApiResponse<FilesUploadResult> |
uploadFileWithHttpInfo(java.lang.String path,
java.io.File file,
java.lang.String storageName)
Upload file
|
public PdfApi(java.lang.String appKey, java.lang.String appSid)
public PdfApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call copyFileCall(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, java.lang.String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Source file path e.g. '/folder/file.ext' (required)destPath
- Destination file path (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)versionId
- File version ID to copy (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void copyFile(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, java.lang.String versionId) throws ApiException
srcPath
- Source file path e.g. '/folder/file.ext' (required)destPath
- Destination file path (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)versionId
- File version ID to copy (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> copyFileWithHttpInfo(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, java.lang.String versionId) throws ApiException
srcPath
- Source file path e.g. '/folder/file.ext' (required)destPath
- Destination file path (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)versionId
- File version ID to copy (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call copyFileAsync(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, java.lang.String versionId, ApiCallback<java.lang.Void> callback) throws ApiException
srcPath
- Source file path e.g. '/folder/file.ext' (required)destPath
- Destination file path (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)versionId
- File version ID to copy (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call copyFolderCall(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Source folder path e.g. '/src' (required)destPath
- Destination folder path e.g. '/dst' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void copyFolder(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName) throws ApiException
srcPath
- Source folder path e.g. '/src' (required)destPath
- Destination folder path e.g. '/dst' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> copyFolderWithHttpInfo(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName) throws ApiException
srcPath
- Source folder path e.g. '/src' (required)destPath
- Destination folder path e.g. '/dst' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call copyFolderAsync(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, ApiCallback<java.lang.Void> callback) throws ApiException
srcPath
- Source folder path e.g. '/src' (required)destPath
- Destination folder path e.g. '/dst' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createFolderCall(java.lang.String path, java.lang.String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- Folder path to create e.g. 'folder_1/folder_2/' (required)storageName
- Storage name (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void createFolder(java.lang.String path, java.lang.String storageName) throws ApiException
path
- Folder path to create e.g. 'folder_1/folder_2/' (required)storageName
- Storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> createFolderWithHttpInfo(java.lang.String path, java.lang.String storageName) throws ApiException
path
- Folder path to create e.g. 'folder_1/folder_2/' (required)storageName
- Storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createFolderAsync(java.lang.String path, java.lang.String storageName, ApiCallback<java.lang.Void> callback) throws ApiException
path
- Folder path to create e.g. 'folder_1/folder_2/' (required)storageName
- Storage name (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteBookmarkCall(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteBookmark(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteBookmarkWithHttpInfo(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteBookmarkAsync(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteDocumentAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteDocumentAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteDocumentAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteDocumentAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteDocumentBookmarksCall(java.lang.String name, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteDocumentBookmarks(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteDocumentBookmarksWithHttpInfo(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteDocumentBookmarksAsync(java.lang.String name, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteDocumentLinkAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteDocumentLinkAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteDocumentLinkAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteDocumentLinkAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteDocumentStampsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteDocumentStamps(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteDocumentStampsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteDocumentStampsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteDocumentTablesCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteDocumentTables(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteDocumentTablesWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteDocumentTablesAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteFieldCall(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name/ (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteField(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name/ (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name/ (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteFieldAsync(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name/ (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteFileCall(java.lang.String path, java.lang.String storageName, java.lang.String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- File path e.g. '/folder/file.ext' (required)storageName
- Storage name (optional)versionId
- File version ID to delete (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void deleteFile(java.lang.String path, java.lang.String storageName, java.lang.String versionId) throws ApiException
path
- File path e.g. '/folder/file.ext' (required)storageName
- Storage name (optional)versionId
- File version ID to delete (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> deleteFileWithHttpInfo(java.lang.String path, java.lang.String storageName, java.lang.String versionId) throws ApiException
path
- File path e.g. '/folder/file.ext' (required)storageName
- Storage name (optional)versionId
- File version ID to delete (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteFileAsync(java.lang.String path, java.lang.String storageName, java.lang.String versionId, ApiCallback<java.lang.Void> callback) throws ApiException
path
- File path e.g. '/folder/file.ext' (required)storageName
- Storage name (optional)versionId
- File version ID to delete (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteFolderCall(java.lang.String path, java.lang.String storageName, java.lang.Boolean recursive, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- Folder path e.g. '/folder' (required)storageName
- Storage name (optional)recursive
- Enable to delete folders, subfolders and files (optional, default to false)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void deleteFolder(java.lang.String path, java.lang.String storageName, java.lang.Boolean recursive) throws ApiException
path
- Folder path e.g. '/folder' (required)storageName
- Storage name (optional)recursive
- Enable to delete folders, subfolders and files (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> deleteFolderWithHttpInfo(java.lang.String path, java.lang.String storageName, java.lang.Boolean recursive) throws ApiException
path
- Folder path e.g. '/folder' (required)storageName
- Storage name (optional)recursive
- Enable to delete folders, subfolders and files (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteFolderAsync(java.lang.String path, java.lang.String storageName, java.lang.Boolean recursive, ApiCallback<java.lang.Void> callback) throws ApiException
path
- Folder path e.g. '/folder' (required)storageName
- Storage name (optional)recursive
- Enable to delete folders, subfolders and files (optional, default to false)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteImageCall(java.lang.String name, java.lang.String imageId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteImage(java.lang.String name, java.lang.String imageId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteImageWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteImageAsync(java.lang.String name, java.lang.String imageId, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteLinkAnnotationCall(java.lang.String name, java.lang.String linkId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteLinkAnnotation(java.lang.String name, java.lang.String linkId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteLinkAnnotationWithHttpInfo(java.lang.String name, java.lang.String linkId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteLinkAnnotationAsync(java.lang.String name, java.lang.String linkId, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deletePageCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deletePage(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deletePageWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deletePageAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deletePageAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deletePageAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deletePageAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deletePageAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deletePageLinkAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deletePageLinkAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deletePageLinkAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deletePageLinkAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deletePageStampsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deletePageStamps(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deletePageStampsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deletePageStampsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deletePageTablesCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deletePageTables(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deletePageTablesWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deletePageTablesAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deletePropertiesCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteProperties(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deletePropertiesWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deletePropertiesAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deletePropertyCall(java.lang.String name, java.lang.String propertyName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)propertyName
- (required)storage
- (optional)folder
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteProperty(java.lang.String name, java.lang.String propertyName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)propertyName
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deletePropertyWithHttpInfo(java.lang.String name, java.lang.String propertyName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)propertyName
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deletePropertyAsync(java.lang.String name, java.lang.String propertyName, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- (required)propertyName
- (required)storage
- (optional)folder
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteStampCall(java.lang.String name, java.lang.String stampId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)stampId
- The stamp ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteStamp(java.lang.String name, java.lang.String stampId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)stampId
- The stamp ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteStampWithHttpInfo(java.lang.String name, java.lang.String stampId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)stampId
- The stamp ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteStampAsync(java.lang.String name, java.lang.String stampId, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)stampId
- The stamp ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteTableCall(java.lang.String name, java.lang.String tableId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse deleteTable(java.lang.String name, java.lang.String tableId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> deleteTableWithHttpInfo(java.lang.String name, java.lang.String tableId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteTableAsync(java.lang.String name, java.lang.String tableId, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadFileCall(java.lang.String path, java.lang.String storageName, java.lang.String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- File path e.g. '/folder/file.ext' (required)storageName
- Storage name (optional)versionId
- File version ID to download (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File downloadFile(java.lang.String path, java.lang.String storageName, java.lang.String versionId) throws ApiException
path
- File path e.g. '/folder/file.ext' (required)storageName
- Storage name (optional)versionId
- File version ID to download (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> downloadFileWithHttpInfo(java.lang.String path, java.lang.String storageName, java.lang.String versionId) throws ApiException
path
- File path e.g. '/folder/file.ext' (required)storageName
- Storage name (optional)versionId
- File version ID to download (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadFileAsync(java.lang.String path, java.lang.String storageName, java.lang.String versionId, ApiCallback<java.io.File> callback) throws ApiException
path
- File path e.g. '/folder/file.ext' (required)storageName
- Storage name (optional)versionId
- File version ID to download (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getBookmarkCall(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BookmarkResponse getBookmark(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BookmarkResponse> getBookmarkWithHttpInfo(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getBookmarkAsync(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage, ApiCallback<BookmarkResponse> callback) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getBookmarksCall(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BookmarksResponse getBookmarks(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BookmarksResponse> getBookmarksWithHttpInfo(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getBookmarksAsync(java.lang.String name, java.lang.String bookmarkPath, java.lang.String folder, java.lang.String storage, ApiCallback<BookmarksResponse> callback) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getCaretAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CaretAnnotationResponse getCaretAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CaretAnnotationResponse> getCaretAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getCaretAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<CaretAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getCheckBoxFieldCall(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CheckBoxFieldResponse getCheckBoxField(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CheckBoxFieldResponse> getCheckBoxFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getCheckBoxFieldAsync(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ApiCallback<CheckBoxFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getCircleAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CircleAnnotationResponse getCircleAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CircleAnnotationResponse> getCircleAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getCircleAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<CircleAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getComboBoxFieldCall(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ComboBoxFieldResponse getComboBoxField(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ComboBoxFieldResponse> getComboBoxFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getComboBoxFieldAsync(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ApiCallback<ComboBoxFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDiscUsageCall(java.lang.String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
storageName
- Storage name (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DiscUsage getDiscUsage(java.lang.String storageName) throws ApiException
storageName
- Storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DiscUsage> getDiscUsageWithHttpInfo(java.lang.String storageName) throws ApiException
storageName
- Storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDiscUsageAsync(java.lang.String storageName, ApiCallback<DiscUsage> callback) throws ApiException
storageName
- Storage name (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentResponse getDocument(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentResponse> getDocumentWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AnnotationsInfoResponse getDocumentAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AnnotationsInfoResponse> getDocumentAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<AnnotationsInfoResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentAttachmentByIndexCall(java.lang.String name, java.lang.Integer attachmentIndex, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)attachmentIndex
- The attachment index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AttachmentResponse getDocumentAttachmentByIndex(java.lang.String name, java.lang.Integer attachmentIndex, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)attachmentIndex
- The attachment index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AttachmentResponse> getDocumentAttachmentByIndexWithHttpInfo(java.lang.String name, java.lang.Integer attachmentIndex, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)attachmentIndex
- The attachment index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentAttachmentByIndexAsync(java.lang.String name, java.lang.Integer attachmentIndex, java.lang.String storage, java.lang.String folder, ApiCallback<AttachmentResponse> callback) throws ApiException
name
- The document name. (required)attachmentIndex
- The attachment index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentAttachmentsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AttachmentsResponse getDocumentAttachments(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AttachmentsResponse> getDocumentAttachmentsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentAttachmentsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<AttachmentsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentBookmarksCall(java.lang.String name, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BookmarksResponse getDocumentBookmarks(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BookmarksResponse> getDocumentBookmarksWithHttpInfo(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentBookmarksAsync(java.lang.String name, java.lang.String folder, java.lang.String storage, ApiCallback<BookmarksResponse> callback) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentCaretAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CaretAnnotationsResponse getDocumentCaretAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CaretAnnotationsResponse> getDocumentCaretAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentCaretAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<CaretAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentCheckBoxFieldsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CheckBoxFieldsResponse getDocumentCheckBoxFields(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CheckBoxFieldsResponse> getDocumentCheckBoxFieldsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentCheckBoxFieldsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<CheckBoxFieldsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentCircleAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CircleAnnotationsResponse getDocumentCircleAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CircleAnnotationsResponse> getDocumentCircleAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentCircleAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<CircleAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentComboBoxFieldsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ComboBoxFieldsResponse getDocumentComboBoxFields(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ComboBoxFieldsResponse> getDocumentComboBoxFieldsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentComboBoxFieldsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<ComboBoxFieldsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentDisplayPropertiesCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DisplayPropertiesResponse getDocumentDisplayProperties(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DisplayPropertiesResponse> getDocumentDisplayPropertiesWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentDisplayPropertiesAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<DisplayPropertiesResponse> callback) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentFileAttachmentAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FileAttachmentAnnotationsResponse getDocumentFileAttachmentAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FileAttachmentAnnotationsResponse> getDocumentFileAttachmentAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentFileAttachmentAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<FileAttachmentAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentFreeTextAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FreeTextAnnotationsResponse getDocumentFreeTextAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FreeTextAnnotationsResponse> getDocumentFreeTextAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentFreeTextAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<FreeTextAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentHighlightAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic HighlightAnnotationsResponse getDocumentHighlightAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HighlightAnnotationsResponse> getDocumentHighlightAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentHighlightAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<HighlightAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentInkAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic InkAnnotationsResponse getDocumentInkAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InkAnnotationsResponse> getDocumentInkAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentInkAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<InkAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentLineAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LineAnnotationsResponse getDocumentLineAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LineAnnotationsResponse> getDocumentLineAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentLineAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<LineAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentListBoxFieldsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ListBoxFieldsResponse getDocumentListBoxFields(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListBoxFieldsResponse> getDocumentListBoxFieldsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentListBoxFieldsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<ListBoxFieldsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentMovieAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic MovieAnnotationsResponse getDocumentMovieAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MovieAnnotationsResponse> getDocumentMovieAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentMovieAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<MovieAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentPolyLineAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PolyLineAnnotationsResponse getDocumentPolyLineAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PolyLineAnnotationsResponse> getDocumentPolyLineAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentPolyLineAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<PolyLineAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentPolygonAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PolygonAnnotationsResponse getDocumentPolygonAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PolygonAnnotationsResponse> getDocumentPolygonAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentPolygonAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<PolygonAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentPopupAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PopupAnnotationsResponse getDocumentPopupAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PopupAnnotationsResponse> getDocumentPopupAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentPopupAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<PopupAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentPopupAnnotationsByParentCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The parent annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PopupAnnotationsResponse getDocumentPopupAnnotationsByParent(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The parent annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PopupAnnotationsResponse> getDocumentPopupAnnotationsByParentWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The parent annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentPopupAnnotationsByParentAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<PopupAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The parent annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentPropertiesCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentPropertiesResponse getDocumentProperties(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentPropertiesResponse> getDocumentPropertiesWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentPropertiesAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentPropertiesResponse> callback) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentPropertyCall(java.lang.String name, java.lang.String propertyName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)propertyName
- (required)storage
- (optional)folder
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentPropertyResponse getDocumentProperty(java.lang.String name, java.lang.String propertyName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)propertyName
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentPropertyResponse> getDocumentPropertyWithHttpInfo(java.lang.String name, java.lang.String propertyName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)propertyName
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentPropertyAsync(java.lang.String name, java.lang.String propertyName, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentPropertyResponse> callback) throws ApiException
name
- (required)propertyName
- (required)storage
- (optional)folder
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentRadioButtonFieldsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic RadioButtonFieldsResponse getDocumentRadioButtonFields(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RadioButtonFieldsResponse> getDocumentRadioButtonFieldsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentRadioButtonFieldsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<RadioButtonFieldsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentRedactionAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic RedactionAnnotationsResponse getDocumentRedactionAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RedactionAnnotationsResponse> getDocumentRedactionAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentRedactionAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<RedactionAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentScreenAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ScreenAnnotationsResponse getDocumentScreenAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ScreenAnnotationsResponse> getDocumentScreenAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentScreenAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<ScreenAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentSignatureFieldsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SignatureFieldsResponse getDocumentSignatureFields(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SignatureFieldsResponse> getDocumentSignatureFieldsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentSignatureFieldsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<SignatureFieldsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentSoundAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SoundAnnotationsResponse getDocumentSoundAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SoundAnnotationsResponse> getDocumentSoundAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentSoundAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<SoundAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentSquareAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SquareAnnotationsResponse getDocumentSquareAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SquareAnnotationsResponse> getDocumentSquareAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentSquareAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<SquareAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentSquigglyAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SquigglyAnnotationsResponse getDocumentSquigglyAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SquigglyAnnotationsResponse> getDocumentSquigglyAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentSquigglyAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<SquigglyAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentStampAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StampAnnotationsResponse getDocumentStampAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StampAnnotationsResponse> getDocumentStampAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentStampAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<StampAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentStampsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StampsInfoResponse getDocumentStamps(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StampsInfoResponse> getDocumentStampsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentStampsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<StampsInfoResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentStrikeOutAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StrikeOutAnnotationsResponse getDocumentStrikeOutAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StrikeOutAnnotationsResponse> getDocumentStrikeOutAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentStrikeOutAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<StrikeOutAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentTablesCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TablesRecognizedResponse getDocumentTables(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TablesRecognizedResponse> getDocumentTablesWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentTablesAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<TablesRecognizedResponse> callback) throws ApiException
name
- (required)storage
- (optional)folder
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentTextAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextAnnotationsResponse getDocumentTextAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextAnnotationsResponse> getDocumentTextAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentTextAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<TextAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentTextBoxFieldsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextBoxFieldsResponse getDocumentTextBoxFields(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextBoxFieldsResponse> getDocumentTextBoxFieldsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentTextBoxFieldsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<TextBoxFieldsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentUnderlineAnnotationsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic UnderlineAnnotationsResponse getDocumentUnderlineAnnotations(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UnderlineAnnotationsResponse> getDocumentUnderlineAnnotationsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentUnderlineAnnotationsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<UnderlineAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDownloadDocumentAttachmentByIndexCall(java.lang.String name, java.lang.Integer attachmentIndex, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)attachmentIndex
- The attachment index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getDownloadDocumentAttachmentByIndex(java.lang.String name, java.lang.Integer attachmentIndex, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)attachmentIndex
- The attachment index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getDownloadDocumentAttachmentByIndexWithHttpInfo(java.lang.String name, java.lang.Integer attachmentIndex, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)attachmentIndex
- The attachment index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDownloadDocumentAttachmentByIndexAsync(java.lang.String name, java.lang.Integer attachmentIndex, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)attachmentIndex
- The attachment index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getEpubInStorageToPdfCall(java.lang.String srcPath, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.epub) (required)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getEpubInStorageToPdf(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.epub) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getEpubInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.epub) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getEpubInStorageToPdfAsync(java.lang.String srcPath, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.epub) (required)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getExportFieldsFromPdfToFdfInStorageCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getExportFieldsFromPdfToFdfInStorage(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getExportFieldsFromPdfToFdfInStorageWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getExportFieldsFromPdfToFdfInStorageAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getExportFieldsFromPdfToXfdfInStorageCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getExportFieldsFromPdfToXfdfInStorage(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getExportFieldsFromPdfToXfdfInStorageWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getExportFieldsFromPdfToXfdfInStorageAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getExportFieldsFromPdfToXmlInStorageCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getExportFieldsFromPdfToXmlInStorage(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getExportFieldsFromPdfToXmlInStorageWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getExportFieldsFromPdfToXmlInStorageAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFieldCall(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name (name should be encoded). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FieldResponse getField(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name (name should be encoded). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FieldResponse> getFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name (name should be encoded). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFieldAsync(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ApiCallback<FieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name (name should be encoded). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFieldsCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FieldsResponse getFields(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FieldsResponse> getFieldsWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFieldsAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<FieldsResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFileAttachmentAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FileAttachmentAnnotationResponse getFileAttachmentAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FileAttachmentAnnotationResponse> getFileAttachmentAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFileAttachmentAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<FileAttachmentAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFileAttachmentAnnotationDataCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getFileAttachmentAnnotationData(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getFileAttachmentAnnotationDataWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFileAttachmentAnnotationDataAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFileVersionsCall(java.lang.String path, java.lang.String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- File path e.g. '/file.ext' (required)storageName
- Storage name (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FileVersions getFileVersions(java.lang.String path, java.lang.String storageName) throws ApiException
path
- File path e.g. '/file.ext' (required)storageName
- Storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FileVersions> getFileVersionsWithHttpInfo(java.lang.String path, java.lang.String storageName) throws ApiException
path
- File path e.g. '/file.ext' (required)storageName
- Storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFileVersionsAsync(java.lang.String path, java.lang.String storageName, ApiCallback<FileVersions> callback) throws ApiException
path
- File path e.g. '/file.ext' (required)storageName
- Storage name (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFilesListCall(java.lang.String path, java.lang.String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- Folder path e.g. '/folder' (required)storageName
- Storage name (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FilesList getFilesList(java.lang.String path, java.lang.String storageName) throws ApiException
path
- Folder path e.g. '/folder' (required)storageName
- Storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FilesList> getFilesListWithHttpInfo(java.lang.String path, java.lang.String storageName) throws ApiException
path
- Folder path e.g. '/folder' (required)storageName
- Storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFilesListAsync(java.lang.String path, java.lang.String storageName, ApiCallback<FilesList> callback) throws ApiException
path
- Folder path e.g. '/folder' (required)storageName
- Storage name (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFreeTextAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FreeTextAnnotationResponse getFreeTextAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FreeTextAnnotationResponse> getFreeTextAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFreeTextAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<FreeTextAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getHighlightAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic HighlightAnnotationResponse getHighlightAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HighlightAnnotationResponse> getHighlightAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getHighlightAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<HighlightAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getHtmlInStorageToPdfCall(java.lang.String srcPath, java.lang.String htmlFileName, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.zip) (required)htmlFileName
- Name of HTML file in ZIP. (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getHtmlInStorageToPdf(java.lang.String srcPath, java.lang.String htmlFileName, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.zip) (required)htmlFileName
- Name of HTML file in ZIP. (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getHtmlInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String htmlFileName, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.zip) (required)htmlFileName
- Name of HTML file in ZIP. (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getHtmlInStorageToPdfAsync(java.lang.String srcPath, java.lang.String htmlFileName, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.zip) (required)htmlFileName
- Name of HTML file in ZIP. (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getImageCall(java.lang.String name, java.lang.String imageId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ImageResponse getImage(java.lang.String name, java.lang.String imageId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ImageResponse> getImageWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getImageAsync(java.lang.String name, java.lang.String imageId, java.lang.String storage, java.lang.String folder, ApiCallback<ImageResponse> callback) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getImageExtractAsGifCall(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getImageExtractAsGif(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getImageExtractAsGifWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getImageExtractAsGifAsync(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getImageExtractAsJpegCall(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getImageExtractAsJpeg(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getImageExtractAsJpegWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getImageExtractAsJpegAsync(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getImageExtractAsPngCall(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getImageExtractAsPng(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getImageExtractAsPngWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getImageExtractAsPngAsync(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getImageExtractAsTiffCall(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getImageExtractAsTiff(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getImageExtractAsTiffWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getImageExtractAsTiffAsync(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getImagesCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ImagesResponse getImages(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ImagesResponse> getImagesWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getImagesAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<ImagesResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getImportFieldsFromFdfInStorageCall(java.lang.String name, java.lang.String fdfFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fdfFilePath
- The Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getImportFieldsFromFdfInStorage(java.lang.String name, java.lang.String fdfFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fdfFilePath
- The Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getImportFieldsFromFdfInStorageWithHttpInfo(java.lang.String name, java.lang.String fdfFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fdfFilePath
- The Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getImportFieldsFromFdfInStorageAsync(java.lang.String name, java.lang.String fdfFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)fdfFilePath
- The Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getImportFieldsFromXfdfInStorageCall(java.lang.String name, java.lang.String xfdfFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)xfdfFilePath
- The XFDF file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getImportFieldsFromXfdfInStorage(java.lang.String name, java.lang.String xfdfFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xfdfFilePath
- The XFDF file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getImportFieldsFromXfdfInStorageWithHttpInfo(java.lang.String name, java.lang.String xfdfFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xfdfFilePath
- The XFDF file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getImportFieldsFromXfdfInStorageAsync(java.lang.String name, java.lang.String xfdfFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)xfdfFilePath
- The XFDF file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getImportFieldsFromXmlInStorageCall(java.lang.String name, java.lang.String xmlFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)xmlFilePath
- Full source filename (ex. /folder1/folder2/template.xml) (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getImportFieldsFromXmlInStorage(java.lang.String name, java.lang.String xmlFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xmlFilePath
- Full source filename (ex. /folder1/folder2/template.xml) (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getImportFieldsFromXmlInStorageWithHttpInfo(java.lang.String name, java.lang.String xmlFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xmlFilePath
- Full source filename (ex. /folder1/folder2/template.xml) (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getImportFieldsFromXmlInStorageAsync(java.lang.String name, java.lang.String xmlFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)xmlFilePath
- Full source filename (ex. /folder1/folder2/template.xml) (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getInkAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic InkAnnotationResponse getInkAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InkAnnotationResponse> getInkAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getInkAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<InkAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body object@Deprecated public com.squareup.okhttp.Call getLaTeXInStorageToPdfCall(java.lang.String srcPath, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body object@Deprecated public java.io.File getLaTeXInStorageToPdf(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body@Deprecated public ApiResponse<java.io.File> getLaTeXInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body@Deprecated public com.squareup.okhttp.Call getLaTeXInStorageToPdfAsync(java.lang.String srcPath, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getLineAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LineAnnotationResponse getLineAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LineAnnotationResponse> getLineAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getLineAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<LineAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getLinkAnnotationCall(java.lang.String name, java.lang.String linkId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LinkAnnotationResponse getLinkAnnotation(java.lang.String name, java.lang.String linkId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LinkAnnotationResponse> getLinkAnnotationWithHttpInfo(java.lang.String name, java.lang.String linkId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getLinkAnnotationAsync(java.lang.String name, java.lang.String linkId, java.lang.String storage, java.lang.String folder, ApiCallback<LinkAnnotationResponse> callback) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getListBoxFieldCall(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ListBoxFieldResponse getListBoxField(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListBoxFieldResponse> getListBoxFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getListBoxFieldAsync(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ApiCallback<ListBoxFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getMarkdownInStorageToPdfCall(java.lang.String srcPath, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.md) (required)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getMarkdownInStorageToPdf(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.md) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getMarkdownInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.md) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getMarkdownInStorageToPdfAsync(java.lang.String srcPath, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.md) (required)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getMhtInStorageToPdfCall(java.lang.String srcPath, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.mht) (required)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getMhtInStorageToPdf(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.mht) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getMhtInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.mht) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getMhtInStorageToPdfAsync(java.lang.String srcPath, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.mht) (required)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getMovieAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic MovieAnnotationResponse getMovieAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MovieAnnotationResponse> getMovieAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getMovieAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<MovieAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentPageResponse getPage(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentPageResponse> getPageWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentPageResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AnnotationsInfoResponse getPageAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AnnotationsInfoResponse> getPageAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AnnotationsInfoResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageCaretAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CaretAnnotationsResponse getPageCaretAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CaretAnnotationsResponse> getPageCaretAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageCaretAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<CaretAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageCheckBoxFieldsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CheckBoxFieldsResponse getPageCheckBoxFields(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CheckBoxFieldsResponse> getPageCheckBoxFieldsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageCheckBoxFieldsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<CheckBoxFieldsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageCircleAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CircleAnnotationsResponse getPageCircleAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CircleAnnotationsResponse> getPageCircleAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageCircleAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<CircleAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageComboBoxFieldsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ComboBoxFieldsResponse getPageComboBoxFields(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ComboBoxFieldsResponse> getPageComboBoxFieldsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageComboBoxFieldsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<ComboBoxFieldsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageConvertToBmpCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPageConvertToBmp(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPageConvertToBmpWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageConvertToBmpAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageConvertToEmfCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPageConvertToEmf(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPageConvertToEmfWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageConvertToEmfAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageConvertToGifCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPageConvertToGif(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPageConvertToGifWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageConvertToGifAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageConvertToJpegCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPageConvertToJpeg(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPageConvertToJpegWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageConvertToJpegAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageConvertToPngCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPageConvertToPng(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPageConvertToPngWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageConvertToPngAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageConvertToTiffCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPageConvertToTiff(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPageConvertToTiffWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageConvertToTiffAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageFileAttachmentAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FileAttachmentAnnotationsResponse getPageFileAttachmentAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FileAttachmentAnnotationsResponse> getPageFileAttachmentAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageFileAttachmentAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<FileAttachmentAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageFreeTextAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FreeTextAnnotationsResponse getPageFreeTextAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FreeTextAnnotationsResponse> getPageFreeTextAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageFreeTextAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<FreeTextAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageHighlightAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic HighlightAnnotationsResponse getPageHighlightAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HighlightAnnotationsResponse> getPageHighlightAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageHighlightAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<HighlightAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageInkAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic InkAnnotationsResponse getPageInkAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InkAnnotationsResponse> getPageInkAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageInkAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<InkAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageLineAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LineAnnotationsResponse getPageLineAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LineAnnotationsResponse> getPageLineAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageLineAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<LineAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body object@Deprecated public com.squareup.okhttp.Call getPageLinkAnnotationCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String linkId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body object@Deprecated public LinkAnnotationResponse getPageLinkAnnotation(java.lang.String name, java.lang.Integer pageNumber, java.lang.String linkId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body@Deprecated public ApiResponse<LinkAnnotationResponse> getPageLinkAnnotationWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String linkId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body@Deprecated public com.squareup.okhttp.Call getPageLinkAnnotationAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String linkId, java.lang.String storage, java.lang.String folder, ApiCallback<LinkAnnotationResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)linkId
- The link ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageLinkAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LinkAnnotationsResponse getPageLinkAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LinkAnnotationsResponse> getPageLinkAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageLinkAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<LinkAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageListBoxFieldsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ListBoxFieldsResponse getPageListBoxFields(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListBoxFieldsResponse> getPageListBoxFieldsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageListBoxFieldsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<ListBoxFieldsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageMovieAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic MovieAnnotationsResponse getPageMovieAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MovieAnnotationsResponse> getPageMovieAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageMovieAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<MovieAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPagePolyLineAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PolyLineAnnotationsResponse getPagePolyLineAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PolyLineAnnotationsResponse> getPagePolyLineAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPagePolyLineAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<PolyLineAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPagePolygonAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PolygonAnnotationsResponse getPagePolygonAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PolygonAnnotationsResponse> getPagePolygonAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPagePolygonAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<PolygonAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPagePopupAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PopupAnnotationsResponse getPagePopupAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PopupAnnotationsResponse> getPagePopupAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPagePopupAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<PopupAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageRadioButtonFieldsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic RadioButtonFieldsResponse getPageRadioButtonFields(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RadioButtonFieldsResponse> getPageRadioButtonFieldsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageRadioButtonFieldsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<RadioButtonFieldsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageRedactionAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic RedactionAnnotationsResponse getPageRedactionAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RedactionAnnotationsResponse> getPageRedactionAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageRedactionAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<RedactionAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageScreenAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ScreenAnnotationsResponse getPageScreenAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ScreenAnnotationsResponse> getPageScreenAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageScreenAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<ScreenAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageSignatureFieldsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SignatureFieldsResponse getPageSignatureFields(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SignatureFieldsResponse> getPageSignatureFieldsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageSignatureFieldsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<SignatureFieldsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageSoundAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SoundAnnotationsResponse getPageSoundAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SoundAnnotationsResponse> getPageSoundAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageSoundAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<SoundAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageSquareAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SquareAnnotationsResponse getPageSquareAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SquareAnnotationsResponse> getPageSquareAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageSquareAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<SquareAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageSquigglyAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SquigglyAnnotationsResponse getPageSquigglyAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SquigglyAnnotationsResponse> getPageSquigglyAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageSquigglyAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<SquigglyAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageStampAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StampAnnotationsResponse getPageStampAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StampAnnotationsResponse> getPageStampAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageStampAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<StampAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageStampsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StampsInfoResponse getPageStamps(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StampsInfoResponse> getPageStampsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageStampsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<StampsInfoResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageStrikeOutAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StrikeOutAnnotationsResponse getPageStrikeOutAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StrikeOutAnnotationsResponse> getPageStrikeOutAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageStrikeOutAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<StrikeOutAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageTablesCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)pageNumber
- (required)storage
- (optional)folder
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TablesRecognizedResponse getPageTables(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)pageNumber
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TablesRecognizedResponse> getPageTablesWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)pageNumber
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageTablesAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<TablesRecognizedResponse> callback) throws ApiException
name
- (required)pageNumber
- (required)storage
- (optional)folder
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageTextCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Double LLX, java.lang.Double LLY, java.lang.Double URX, java.lang.Double URY, java.util.List<java.lang.String> format, java.lang.String regex, java.lang.Boolean splitRects, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- Number of page (starting from 1). (required)LLX
- X-coordinate of lower - left corner. (required)LLY
- Y - coordinate of lower-left corner. (required)URX
- X - coordinate of upper-right corner. (required)URY
- Y - coordinate of upper-right corner. (required)format
- List of formats for search. (optional)regex
- Formats are specified as a regular expression. (optional)splitRects
- Split result fragments (default is true). (optional, default to true)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextRectsResponse getPageText(java.lang.String name, java.lang.Integer pageNumber, java.lang.Double LLX, java.lang.Double LLY, java.lang.Double URX, java.lang.Double URY, java.util.List<java.lang.String> format, java.lang.String regex, java.lang.Boolean splitRects, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- Number of page (starting from 1). (required)LLX
- X-coordinate of lower - left corner. (required)LLY
- Y - coordinate of lower-left corner. (required)URX
- X - coordinate of upper-right corner. (required)URY
- Y - coordinate of upper-right corner. (required)format
- List of formats for search. (optional)regex
- Formats are specified as a regular expression. (optional)splitRects
- Split result fragments (default is true). (optional, default to true)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextRectsResponse> getPageTextWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Double LLX, java.lang.Double LLY, java.lang.Double URX, java.lang.Double URY, java.util.List<java.lang.String> format, java.lang.String regex, java.lang.Boolean splitRects, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- Number of page (starting from 1). (required)LLX
- X-coordinate of lower - left corner. (required)LLY
- Y - coordinate of lower-left corner. (required)URX
- X - coordinate of upper-right corner. (required)URY
- Y - coordinate of upper-right corner. (required)format
- List of formats for search. (optional)regex
- Formats are specified as a regular expression. (optional)splitRects
- Split result fragments (default is true). (optional, default to true)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageTextAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Double LLX, java.lang.Double LLY, java.lang.Double URX, java.lang.Double URY, java.util.List<java.lang.String> format, java.lang.String regex, java.lang.Boolean splitRects, java.lang.String folder, java.lang.String storage, ApiCallback<TextRectsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- Number of page (starting from 1). (required)LLX
- X-coordinate of lower - left corner. (required)LLY
- Y - coordinate of lower-left corner. (required)URX
- X - coordinate of upper-right corner. (required)URY
- Y - coordinate of upper-right corner. (required)format
- List of formats for search. (optional)regex
- Formats are specified as a regular expression. (optional)splitRects
- Split result fragments (default is true). (optional, default to true)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageTextAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextAnnotationsResponse getPageTextAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextAnnotationsResponse> getPageTextAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageTextAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<TextAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageTextBoxFieldsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextBoxFieldsResponse getPageTextBoxFields(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextBoxFieldsResponse> getPageTextBoxFieldsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageTextBoxFieldsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<TextBoxFieldsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPageUnderlineAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic UnderlineAnnotationsResponse getPageUnderlineAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UnderlineAnnotationsResponse> getPageUnderlineAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPageUnderlineAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<UnderlineAnnotationsResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPagesCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentPagesResponse getPages(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentPagesResponse> getPagesWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPagesAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentPagesResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPclInStorageToPdfCall(java.lang.String srcPath, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.pcl) (required)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPclInStorageToPdf(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.pcl) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPclInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.pcl) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPclInStorageToPdfAsync(java.lang.String srcPath, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.pcl) (required)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfAInStorageToPdfCall(java.lang.String srcPath, java.lang.Boolean dontOptimize, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.pdf) (required)dontOptimize
- If set, document resources will not be optimized. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfAInStorageToPdf(java.lang.String srcPath, java.lang.Boolean dontOptimize, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.pdf) (required)dontOptimize
- If set, document resources will not be optimized. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfAInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.Boolean dontOptimize, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.pdf) (required)dontOptimize
- If set, document resources will not be optimized. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfAInStorageToPdfAsync(java.lang.String srcPath, java.lang.Boolean dontOptimize, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.pdf) (required)dontOptimize
- If set, document resources will not be optimized. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToDocCall(java.lang.String name, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToDoc(java.lang.String name, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToDocWithHttpInfo(java.lang.String name, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToDocAsync(java.lang.String name, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToEpubCall(java.lang.String name, java.lang.String contentRecognitionMode, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToEpub(java.lang.String name, java.lang.String contentRecognitionMode, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToEpubWithHttpInfo(java.lang.String name, java.lang.String contentRecognitionMode, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToEpubAsync(java.lang.String name, java.lang.String contentRecognitionMode, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToHtmlCall(java.lang.String name, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String folder, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToHtml(java.lang.String name, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String folder, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth) throws ApiException
name
- The document name. (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToHtmlWithHttpInfo(java.lang.String name, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String folder, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth) throws ApiException
name
- The document name. (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToHtmlAsync(java.lang.String name, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String folder, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToMobiXmlCall(java.lang.String name, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToMobiXml(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToMobiXmlWithHttpInfo(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToMobiXmlAsync(java.lang.String name, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToPdfACall(java.lang.String name, java.lang.String type, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)type
- Type of PdfA format. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToPdfA(java.lang.String name, java.lang.String type, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)type
- Type of PdfA format. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToPdfAWithHttpInfo(java.lang.String name, java.lang.String type, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)type
- Type of PdfA format. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToPdfAAsync(java.lang.String name, java.lang.String type, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)type
- Type of PdfA format. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToPptxCall(java.lang.String name, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToPptx(java.lang.String name, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToPptxWithHttpInfo(java.lang.String name, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToPptxAsync(java.lang.String name, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToSvgCall(java.lang.String name, java.lang.Boolean compressOutputToZipArchive, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)compressOutputToZipArchive
- Specifies whether output will be created as one zip-archive. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToSvg(java.lang.String name, java.lang.Boolean compressOutputToZipArchive, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)compressOutputToZipArchive
- Specifies whether output will be created as one zip-archive. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToSvgWithHttpInfo(java.lang.String name, java.lang.Boolean compressOutputToZipArchive, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)compressOutputToZipArchive
- Specifies whether output will be created as one zip-archive. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToSvgAsync(java.lang.String name, java.lang.Boolean compressOutputToZipArchive, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)compressOutputToZipArchive
- Specifies whether output will be created as one zip-archive. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToTeXCall(java.lang.String name, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToTeX(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToTeXWithHttpInfo(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToTeXAsync(java.lang.String name, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToTiffCall(java.lang.String name, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToTiff(java.lang.String name, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToTiffWithHttpInfo(java.lang.String name, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToTiffAsync(java.lang.String name, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToXlsCall(java.lang.String name, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToXls(java.lang.String name, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToXlsWithHttpInfo(java.lang.String name, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToXlsAsync(java.lang.String name, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToXlsxCall(java.lang.String name, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToXlsx(java.lang.String name, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToXlsxWithHttpInfo(java.lang.String name, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToXlsxAsync(java.lang.String name, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToXmlCall(java.lang.String name, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToXml(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToXmlWithHttpInfo(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToXmlAsync(java.lang.String name, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPdfInStorageToXpsCall(java.lang.String name, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPdfInStorageToXps(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPdfInStorageToXpsWithHttpInfo(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPdfInStorageToXpsAsync(java.lang.String name, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPolyLineAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PolyLineAnnotationResponse getPolyLineAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PolyLineAnnotationResponse> getPolyLineAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPolyLineAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<PolyLineAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPolygonAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PolygonAnnotationResponse getPolygonAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PolygonAnnotationResponse> getPolygonAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPolygonAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<PolygonAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPopupAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PopupAnnotationResponse getPopupAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PopupAnnotationResponse> getPopupAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPopupAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<PopupAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPsInStorageToPdfCall(java.lang.String srcPath, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.ps) (required)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getPsInStorageToPdf(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.ps) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getPsInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.ps) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPsInStorageToPdfAsync(java.lang.String srcPath, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.ps) (required)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getRadioButtonFieldCall(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic RadioButtonFieldResponse getRadioButtonField(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RadioButtonFieldResponse> getRadioButtonFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getRadioButtonFieldAsync(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ApiCallback<RadioButtonFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getRedactionAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic RedactionAnnotationResponse getRedactionAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RedactionAnnotationResponse> getRedactionAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getRedactionAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<RedactionAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getScreenAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ScreenAnnotationResponse getScreenAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ScreenAnnotationResponse> getScreenAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getScreenAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<ScreenAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getScreenAnnotationDataCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getScreenAnnotationData(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getScreenAnnotationDataWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getScreenAnnotationDataAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSignatureFieldCall(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SignatureFieldResponse getSignatureField(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SignatureFieldResponse> getSignatureFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSignatureFieldAsync(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ApiCallback<SignatureFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSoundAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SoundAnnotationResponse getSoundAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SoundAnnotationResponse> getSoundAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSoundAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<SoundAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSoundAnnotationDataCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getSoundAnnotationData(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getSoundAnnotationDataWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSoundAnnotationDataAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSquareAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SquareAnnotationResponse getSquareAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SquareAnnotationResponse> getSquareAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSquareAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<SquareAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSquigglyAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SquigglyAnnotationResponse getSquigglyAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SquigglyAnnotationResponse> getSquigglyAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSquigglyAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<SquigglyAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getStampAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StampAnnotationResponse getStampAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StampAnnotationResponse> getStampAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getStampAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<StampAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getStampAnnotationDataCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getStampAnnotationData(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getStampAnnotationDataWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getStampAnnotationDataAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getStrikeOutAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StrikeOutAnnotationResponse getStrikeOutAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StrikeOutAnnotationResponse> getStrikeOutAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getStrikeOutAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<StrikeOutAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSvgInStorageToPdfCall(java.lang.String srcPath, java.lang.Boolean adjustPageSize, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.svg) (required)adjustPageSize
- Adjust page size (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getSvgInStorageToPdf(java.lang.String srcPath, java.lang.Boolean adjustPageSize, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.svg) (required)adjustPageSize
- Adjust page size (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getSvgInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.Boolean adjustPageSize, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.svg) (required)adjustPageSize
- Adjust page size (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSvgInStorageToPdfAsync(java.lang.String srcPath, java.lang.Boolean adjustPageSize, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.svg) (required)adjustPageSize
- Adjust page size (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getTableCall(java.lang.String name, java.lang.String tableId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TableRecognizedResponse getTable(java.lang.String name, java.lang.String tableId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TableRecognizedResponse> getTableWithHttpInfo(java.lang.String name, java.lang.String tableId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTableAsync(java.lang.String name, java.lang.String tableId, java.lang.String storage, java.lang.String folder, ApiCallback<TableRecognizedResponse> callback) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getTeXInStorageToPdfCall(java.lang.String srcPath, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getTeXInStorageToPdf(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getTeXInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTeXInStorageToPdfAsync(java.lang.String srcPath, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getTextCall(java.lang.String name, java.lang.Double LLX, java.lang.Double LLY, java.lang.Double URX, java.lang.Double URY, java.util.List<java.lang.String> format, java.lang.String regex, java.lang.Boolean splitRects, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)LLX
- X-coordinate of lower - left corner. (required)LLY
- Y - coordinate of lower-left corner. (required)URX
- X - coordinate of upper-right corner. (required)URY
- Y - coordinate of upper-right corner. (required)format
- List of formats for search. (optional)regex
- Formats are specified as a regular expression. (optional)splitRects
- Split result fragments (default is true). (optional, default to true)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextRectsResponse getText(java.lang.String name, java.lang.Double LLX, java.lang.Double LLY, java.lang.Double URX, java.lang.Double URY, java.util.List<java.lang.String> format, java.lang.String regex, java.lang.Boolean splitRects, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)LLX
- X-coordinate of lower - left corner. (required)LLY
- Y - coordinate of lower-left corner. (required)URX
- X - coordinate of upper-right corner. (required)URY
- Y - coordinate of upper-right corner. (required)format
- List of formats for search. (optional)regex
- Formats are specified as a regular expression. (optional)splitRects
- Split result fragments (default is true). (optional, default to true)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextRectsResponse> getTextWithHttpInfo(java.lang.String name, java.lang.Double LLX, java.lang.Double LLY, java.lang.Double URX, java.lang.Double URY, java.util.List<java.lang.String> format, java.lang.String regex, java.lang.Boolean splitRects, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)LLX
- X-coordinate of lower - left corner. (required)LLY
- Y - coordinate of lower-left corner. (required)URX
- X - coordinate of upper-right corner. (required)URY
- Y - coordinate of upper-right corner. (required)format
- List of formats for search. (optional)regex
- Formats are specified as a regular expression. (optional)splitRects
- Split result fragments (default is true). (optional, default to true)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTextAsync(java.lang.String name, java.lang.Double LLX, java.lang.Double LLY, java.lang.Double URX, java.lang.Double URY, java.util.List<java.lang.String> format, java.lang.String regex, java.lang.Boolean splitRects, java.lang.String folder, java.lang.String storage, ApiCallback<TextRectsResponse> callback) throws ApiException
name
- The document name. (required)LLX
- X-coordinate of lower - left corner. (required)LLY
- Y - coordinate of lower-left corner. (required)URX
- X - coordinate of upper-right corner. (required)URY
- Y - coordinate of upper-right corner. (required)format
- List of formats for search. (optional)regex
- Formats are specified as a regular expression. (optional)splitRects
- Split result fragments (default is true). (optional, default to true)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getTextAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextAnnotationResponse getTextAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextAnnotationResponse> getTextAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTextAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<TextAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getTextBoxFieldCall(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextBoxFieldResponse getTextBoxField(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextBoxFieldResponse> getTextBoxFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTextBoxFieldAsync(java.lang.String name, java.lang.String fieldName, java.lang.String storage, java.lang.String folder, ApiCallback<TextBoxFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getUnderlineAnnotationCall(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic UnderlineAnnotationResponse getUnderlineAnnotation(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UnderlineAnnotationResponse> getUnderlineAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getUnderlineAnnotationAsync(java.lang.String name, java.lang.String annotationId, java.lang.String storage, java.lang.String folder, ApiCallback<UnderlineAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getVerifySignatureCall(java.lang.String name, java.lang.String signName, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)signName
- Sign name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SignatureVerifyResponse getVerifySignature(java.lang.String name, java.lang.String signName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)signName
- Sign name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SignatureVerifyResponse> getVerifySignatureWithHttpInfo(java.lang.String name, java.lang.String signName, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)signName
- Sign name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getVerifySignatureAsync(java.lang.String name, java.lang.String signName, java.lang.String storage, java.lang.String folder, ApiCallback<SignatureVerifyResponse> callback) throws ApiException
name
- The document name. (required)signName
- Sign name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getWebInStorageToPdfCall(java.lang.String url, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
url
- Source url (required)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getWebInStorageToPdf(java.lang.String url, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage) throws ApiException
url
- Source url (required)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getWebInStorageToPdfWithHttpInfo(java.lang.String url, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage) throws ApiException
url
- Source url (required)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getWebInStorageToPdfAsync(java.lang.String url, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
url
- Source url (required)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getWordsPerPageCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic WordCountResponse getWordsPerPage(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<WordCountResponse> getWordsPerPageWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getWordsPerPageAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<WordCountResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getXfaPdfInStorageToAcroFormCall(java.lang.String name, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getXfaPdfInStorageToAcroForm(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getXfaPdfInStorageToAcroFormWithHttpInfo(java.lang.String name, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getXfaPdfInStorageToAcroFormAsync(java.lang.String name, java.lang.String folder, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
name
- The document name. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getXmlInStorageToPdfCall(java.lang.String srcPath, java.lang.String xslFilePath, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xml) (required)xslFilePath
- Full XSL source filename (ex. /folder1/folder2/template.xsl) (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getXmlInStorageToPdf(java.lang.String srcPath, java.lang.String xslFilePath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xml) (required)xslFilePath
- Full XSL source filename (ex. /folder1/folder2/template.xsl) (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getXmlInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String xslFilePath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xml) (required)xslFilePath
- Full XSL source filename (ex. /folder1/folder2/template.xsl) (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getXmlInStorageToPdfAsync(java.lang.String srcPath, java.lang.String xslFilePath, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xml) (required)xslFilePath
- Full XSL source filename (ex. /folder1/folder2/template.xsl) (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getXpsInStorageToPdfCall(java.lang.String srcPath, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xps) (required)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getXpsInStorageToPdf(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xps) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getXpsInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xps) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getXpsInStorageToPdfAsync(java.lang.String srcPath, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xps) (required)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getXslFoInStorageToPdfCall(java.lang.String srcPath, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xslfo) (required)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic java.io.File getXslFoInStorageToPdf(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xslfo) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.io.File> getXslFoInStorageToPdfWithHttpInfo(java.lang.String srcPath, java.lang.String storage) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xslfo) (required)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getXslFoInStorageToPdfAsync(java.lang.String srcPath, java.lang.String storage, ApiCallback<java.io.File> callback) throws ApiException
srcPath
- Full source filename (ex. /folder1/folder2/template.xslfo) (required)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call moveFileCall(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, java.lang.String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Source file path e.g. '/src.ext' (required)destPath
- Destination file path e.g. '/dest.ext' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)versionId
- File version ID to move (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void moveFile(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, java.lang.String versionId) throws ApiException
srcPath
- Source file path e.g. '/src.ext' (required)destPath
- Destination file path e.g. '/dest.ext' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)versionId
- File version ID to move (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> moveFileWithHttpInfo(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, java.lang.String versionId) throws ApiException
srcPath
- Source file path e.g. '/src.ext' (required)destPath
- Destination file path e.g. '/dest.ext' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)versionId
- File version ID to move (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call moveFileAsync(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, java.lang.String versionId, ApiCallback<java.lang.Void> callback) throws ApiException
srcPath
- Source file path e.g. '/src.ext' (required)destPath
- Destination file path e.g. '/dest.ext' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)versionId
- File version ID to move (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call moveFolderCall(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Folder path to move e.g. '/folder' (required)destPath
- Destination folder path to move to e.g '/dst' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void moveFolder(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName) throws ApiException
srcPath
- Folder path to move e.g. '/folder' (required)destPath
- Destination folder path to move to e.g '/dst' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> moveFolderWithHttpInfo(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName) throws ApiException
srcPath
- Folder path to move e.g. '/folder' (required)destPath
- Destination folder path to move to e.g '/dst' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call moveFolderAsync(java.lang.String srcPath, java.lang.String destPath, java.lang.String srcStorageName, java.lang.String destStorageName, ApiCallback<java.lang.Void> callback) throws ApiException
srcPath
- Folder path to move e.g. '/folder' (required)destPath
- Destination folder path to move to e.g '/dst' (required)srcStorageName
- Source storage name (optional)destStorageName
- Destination storage name (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call objectExistsCall(java.lang.String path, java.lang.String storageName, java.lang.String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- File or folder path e.g. '/file.ext' or '/folder' (required)storageName
- Storage name (optional)versionId
- File version ID (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ObjectExist objectExists(java.lang.String path, java.lang.String storageName, java.lang.String versionId) throws ApiException
path
- File or folder path e.g. '/file.ext' or '/folder' (required)storageName
- Storage name (optional)versionId
- File version ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ObjectExist> objectExistsWithHttpInfo(java.lang.String path, java.lang.String storageName, java.lang.String versionId) throws ApiException
path
- File or folder path e.g. '/file.ext' or '/folder' (required)storageName
- Storage name (optional)versionId
- File version ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call objectExistsAsync(java.lang.String path, java.lang.String storageName, java.lang.String versionId, ApiCallback<ObjectExist> callback) throws ApiException
path
- File or folder path e.g. '/file.ext' or '/folder' (required)storageName
- Storage name (optional)versionId
- File version ID (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postAppendDocumentCall(java.lang.String name, java.lang.String appendFile, java.lang.Integer startPage, java.lang.Integer endPage, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The original document name. (required)appendFile
- Append file server path. (required)startPage
- Appending start page. (optional, default to 0)endPage
- Appending end page. (optional, default to 0)storage
- The documents storage. (optional)folder
- The original document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentResponse postAppendDocument(java.lang.String name, java.lang.String appendFile, java.lang.Integer startPage, java.lang.Integer endPage, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The original document name. (required)appendFile
- Append file server path. (required)startPage
- Appending start page. (optional, default to 0)endPage
- Appending end page. (optional, default to 0)storage
- The documents storage. (optional)folder
- The original document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentResponse> postAppendDocumentWithHttpInfo(java.lang.String name, java.lang.String appendFile, java.lang.Integer startPage, java.lang.Integer endPage, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The original document name. (required)appendFile
- Append file server path. (required)startPage
- Appending start page. (optional, default to 0)endPage
- Appending end page. (optional, default to 0)storage
- The documents storage. (optional)folder
- The original document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postAppendDocumentAsync(java.lang.String name, java.lang.String appendFile, java.lang.Integer startPage, java.lang.Integer endPage, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentResponse> callback) throws ApiException
name
- The original document name. (required)appendFile
- Append file server path. (required)startPage
- Appending start page. (optional, default to 0)endPage
- Appending end page. (optional, default to 0)storage
- The documents storage. (optional)folder
- The original document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postBookmarkCall(java.lang.String name, java.lang.String bookmarkPath, java.util.List<Bookmark> bookmarks, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)bookmarkPath
- The parent bookmark path. Specify an empty string when adding a bookmark to the root. (required)bookmarks
- The array of bookmark. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BookmarksResponse postBookmark(java.lang.String name, java.lang.String bookmarkPath, java.util.List<Bookmark> bookmarks, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)bookmarkPath
- The parent bookmark path. Specify an empty string when adding a bookmark to the root. (required)bookmarks
- The array of bookmark. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BookmarksResponse> postBookmarkWithHttpInfo(java.lang.String name, java.lang.String bookmarkPath, java.util.List<Bookmark> bookmarks, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)bookmarkPath
- The parent bookmark path. Specify an empty string when adding a bookmark to the root. (required)bookmarks
- The array of bookmark. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postBookmarkAsync(java.lang.String name, java.lang.String bookmarkPath, java.util.List<Bookmark> bookmarks, java.lang.String folder, java.lang.String storage, ApiCallback<BookmarksResponse> callback) throws ApiException
name
- The document name. (required)bookmarkPath
- The parent bookmark path. Specify an empty string when adding a bookmark to the root. (required)bookmarks
- The array of bookmark. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postChangePasswordDocumentInStorageCall(java.lang.String name, java.lang.String ownerPassword, java.lang.String newUserPassword, java.lang.String newOwnerPassword, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)ownerPassword
- Owner password (encrypted Base64). (required)newUserPassword
- New user password (encrypted Base64). (required)newOwnerPassword
- New owner password (encrypted Base64). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postChangePasswordDocumentInStorage(java.lang.String name, java.lang.String ownerPassword, java.lang.String newUserPassword, java.lang.String newOwnerPassword, java.lang.String storage, java.lang.String folder) throws ApiException
name
- Document name. (required)ownerPassword
- Owner password (encrypted Base64). (required)newUserPassword
- New user password (encrypted Base64). (required)newOwnerPassword
- New owner password (encrypted Base64). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postChangePasswordDocumentInStorageWithHttpInfo(java.lang.String name, java.lang.String ownerPassword, java.lang.String newUserPassword, java.lang.String newOwnerPassword, java.lang.String storage, java.lang.String folder) throws ApiException
name
- Document name. (required)ownerPassword
- Owner password (encrypted Base64). (required)newUserPassword
- New user password (encrypted Base64). (required)newOwnerPassword
- New owner password (encrypted Base64). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postChangePasswordDocumentInStorageAsync(java.lang.String name, java.lang.String ownerPassword, java.lang.String newUserPassword, java.lang.String newOwnerPassword, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- Document name. (required)ownerPassword
- Owner password (encrypted Base64). (required)newUserPassword
- New user password (encrypted Base64). (required)newOwnerPassword
- New owner password (encrypted Base64). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postCheckBoxFieldsCall(java.lang.String name, java.util.List<CheckBoxField> fields, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postCheckBoxFields(java.lang.String name, java.util.List<CheckBoxField> fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postCheckBoxFieldsWithHttpInfo(java.lang.String name, java.util.List<CheckBoxField> fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postCheckBoxFieldsAsync(java.lang.String name, java.util.List<CheckBoxField> fields, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postComboBoxFieldsCall(java.lang.String name, java.util.List<ComboBoxField> fields, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postComboBoxFields(java.lang.String name, java.util.List<ComboBoxField> fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postComboBoxFieldsWithHttpInfo(java.lang.String name, java.util.List<ComboBoxField> fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postComboBoxFieldsAsync(java.lang.String name, java.util.List<ComboBoxField> fields, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postCreateDocumentCall(java.lang.String name, DocumentConfig documentConfig, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The new document name. (required)documentConfig
- The document config for new document. (required)storage
- The document storage. (optional)folder
- The new document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentResponse postCreateDocument(java.lang.String name, DocumentConfig documentConfig, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The new document name. (required)documentConfig
- The document config for new document. (required)storage
- The document storage. (optional)folder
- The new document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentResponse> postCreateDocumentWithHttpInfo(java.lang.String name, DocumentConfig documentConfig, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The new document name. (required)documentConfig
- The document config for new document. (required)storage
- The document storage. (optional)folder
- The new document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postCreateDocumentAsync(java.lang.String name, DocumentConfig documentConfig, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentResponse> callback) throws ApiException
name
- The new document name. (required)documentConfig
- The document config for new document. (required)storage
- The document storage. (optional)folder
- The new document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postCreateFieldCall(java.lang.String name, java.lang.Integer page, Field field, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)page
- Document page number. (required)field
- Field with the field data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postCreateField(java.lang.String name, java.lang.Integer page, Field field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)page
- Document page number. (required)field
- Field with the field data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postCreateFieldWithHttpInfo(java.lang.String name, java.lang.Integer page, Field field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)page
- Document page number. (required)field
- Field with the field data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postCreateFieldAsync(java.lang.String name, java.lang.Integer page, Field field, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)page
- Document page number. (required)field
- Field with the field data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postDecryptDocumentInStorageCall(java.lang.String name, java.lang.String password, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- The password (encrypted Base64). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postDecryptDocumentInStorage(java.lang.String name, java.lang.String password, java.lang.String storage, java.lang.String folder) throws ApiException
name
- Document name. (required)password
- The password (encrypted Base64). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postDecryptDocumentInStorageWithHttpInfo(java.lang.String name, java.lang.String password, java.lang.String storage, java.lang.String folder) throws ApiException
name
- Document name. (required)password
- The password (encrypted Base64). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postDecryptDocumentInStorageAsync(java.lang.String name, java.lang.String password, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- Document name. (required)password
- The password (encrypted Base64). (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postDocumentImageFooterCall(java.lang.String name, ImageFooter imageFooter, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageFooter
- The image footer. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postDocumentImageFooter(java.lang.String name, ImageFooter imageFooter, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageFooter
- The image footer. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postDocumentImageFooterWithHttpInfo(java.lang.String name, ImageFooter imageFooter, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageFooter
- The image footer. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postDocumentImageFooterAsync(java.lang.String name, ImageFooter imageFooter, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)imageFooter
- The image footer. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postDocumentImageHeaderCall(java.lang.String name, ImageHeader imageHeader, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageHeader
- The image header. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postDocumentImageHeader(java.lang.String name, ImageHeader imageHeader, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageHeader
- The image header. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postDocumentImageHeaderWithHttpInfo(java.lang.String name, ImageHeader imageHeader, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)imageHeader
- The image header. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postDocumentImageHeaderAsync(java.lang.String name, ImageHeader imageHeader, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)imageHeader
- The image header. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postDocumentPageNumberStampsCall(java.lang.String name, PageNumberStamp stamp, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)stamp
- The stamp. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postDocumentPageNumberStamps(java.lang.String name, PageNumberStamp stamp, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)stamp
- The stamp. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postDocumentPageNumberStampsWithHttpInfo(java.lang.String name, PageNumberStamp stamp, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)stamp
- The stamp. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postDocumentPageNumberStampsAsync(java.lang.String name, PageNumberStamp stamp, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)stamp
- The stamp. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postDocumentTextFooterCall(java.lang.String name, TextFooter textFooter, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)textFooter
- The text footer. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postDocumentTextFooter(java.lang.String name, TextFooter textFooter, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)textFooter
- The text footer. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postDocumentTextFooterWithHttpInfo(java.lang.String name, TextFooter textFooter, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)textFooter
- The text footer. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postDocumentTextFooterAsync(java.lang.String name, TextFooter textFooter, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)textFooter
- The text footer. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postDocumentTextHeaderCall(java.lang.String name, TextHeader textHeader, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)textHeader
- The text header. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postDocumentTextHeader(java.lang.String name, TextHeader textHeader, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)textHeader
- The text header. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postDocumentTextHeaderWithHttpInfo(java.lang.String name, TextHeader textHeader, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)textHeader
- The text header. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postDocumentTextHeaderAsync(java.lang.String name, TextHeader textHeader, java.lang.Integer startPageNumber, java.lang.Integer endPageNumber, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)textHeader
- The text header. (required)startPageNumber
- The start page number. (optional)endPageNumber
- The end page number. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postDocumentTextReplaceCall(java.lang.String name, TextReplaceListRequest textReplace, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)textReplace
- (required)storage
- (optional)folder
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextReplaceResponse postDocumentTextReplace(java.lang.String name, TextReplaceListRequest textReplace, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)textReplace
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextReplaceResponse> postDocumentTextReplaceWithHttpInfo(java.lang.String name, TextReplaceListRequest textReplace, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)textReplace
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postDocumentTextReplaceAsync(java.lang.String name, TextReplaceListRequest textReplace, java.lang.String storage, java.lang.String folder, ApiCallback<TextReplaceResponse> callback) throws ApiException
name
- (required)textReplace
- (required)storage
- (optional)folder
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postEncryptDocumentInStorageCall(java.lang.String name, java.lang.String userPassword, java.lang.String ownerPassword, java.lang.String cryptoAlgorithm, java.util.List<PermissionsFlags> permissionsFlags, java.lang.Boolean usePdf20, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)userPassword
- User password (encrypted Base64). (required)ownerPassword
- Owner password (encrypted Base64). (required)cryptoAlgorithm
- Cryptographic algorithm, see CryptoAlgorithm for details. (required)permissionsFlags
- Array of document permissions, see PermissionsFlags for details. (optional)usePdf20
- Support for revision 6 (Extension 8). (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postEncryptDocumentInStorage(java.lang.String name, java.lang.String userPassword, java.lang.String ownerPassword, java.lang.String cryptoAlgorithm, java.util.List<PermissionsFlags> permissionsFlags, java.lang.Boolean usePdf20, java.lang.String storage, java.lang.String folder) throws ApiException
name
- Document name. (required)userPassword
- User password (encrypted Base64). (required)ownerPassword
- Owner password (encrypted Base64). (required)cryptoAlgorithm
- Cryptographic algorithm, see CryptoAlgorithm for details. (required)permissionsFlags
- Array of document permissions, see PermissionsFlags for details. (optional)usePdf20
- Support for revision 6 (Extension 8). (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postEncryptDocumentInStorageWithHttpInfo(java.lang.String name, java.lang.String userPassword, java.lang.String ownerPassword, java.lang.String cryptoAlgorithm, java.util.List<PermissionsFlags> permissionsFlags, java.lang.Boolean usePdf20, java.lang.String storage, java.lang.String folder) throws ApiException
name
- Document name. (required)userPassword
- User password (encrypted Base64). (required)ownerPassword
- Owner password (encrypted Base64). (required)cryptoAlgorithm
- Cryptographic algorithm, see CryptoAlgorithm for details. (required)permissionsFlags
- Array of document permissions, see PermissionsFlags for details. (optional)usePdf20
- Support for revision 6 (Extension 8). (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postEncryptDocumentInStorageAsync(java.lang.String name, java.lang.String userPassword, java.lang.String ownerPassword, java.lang.String cryptoAlgorithm, java.util.List<PermissionsFlags> permissionsFlags, java.lang.Boolean usePdf20, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- Document name. (required)userPassword
- User password (encrypted Base64). (required)ownerPassword
- Owner password (encrypted Base64). (required)cryptoAlgorithm
- Cryptographic algorithm, see CryptoAlgorithm for details. (required)permissionsFlags
- Array of document permissions, see PermissionsFlags for details. (optional)usePdf20
- Support for revision 6 (Extension 8). (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postFlattenDocumentCall(java.lang.String name, java.lang.Boolean updateAppearances, java.lang.Boolean callEvents, java.lang.Boolean hideButtons, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)updateAppearances
- If set, all field appearances will be regenerated before flattening. This option may help if field is incorrectly flattened. This option may decrease performance.. (optional)callEvents
- If set, formatting and other JavaScript events will be called. (optional)hideButtons
- If set, buttons will be removed from flattened document. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postFlattenDocument(java.lang.String name, java.lang.Boolean updateAppearances, java.lang.Boolean callEvents, java.lang.Boolean hideButtons, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)updateAppearances
- If set, all field appearances will be regenerated before flattening. This option may help if field is incorrectly flattened. This option may decrease performance.. (optional)callEvents
- If set, formatting and other JavaScript events will be called. (optional)hideButtons
- If set, buttons will be removed from flattened document. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postFlattenDocumentWithHttpInfo(java.lang.String name, java.lang.Boolean updateAppearances, java.lang.Boolean callEvents, java.lang.Boolean hideButtons, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)updateAppearances
- If set, all field appearances will be regenerated before flattening. This option may help if field is incorrectly flattened. This option may decrease performance.. (optional)callEvents
- If set, formatting and other JavaScript events will be called. (optional)hideButtons
- If set, buttons will be removed from flattened document. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postFlattenDocumentAsync(java.lang.String name, java.lang.Boolean updateAppearances, java.lang.Boolean callEvents, java.lang.Boolean hideButtons, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)updateAppearances
- If set, all field appearances will be regenerated before flattening. This option may help if field is incorrectly flattened. This option may decrease performance.. (optional)callEvents
- If set, formatting and other JavaScript events will be called. (optional)hideButtons
- If set, buttons will be removed from flattened document. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postImportFieldsFromFdfCall(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File fdfData, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)fdfData
- Fdf file. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postImportFieldsFromFdf(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File fdfData) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)fdfData
- Fdf file. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postImportFieldsFromFdfWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File fdfData) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)fdfData
- Fdf file. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postImportFieldsFromFdfAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File fdfData, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)fdfData
- Fdf file. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postImportFieldsFromXfdfCall(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File xfdfData, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)xfdfData
- Xfdf file. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postImportFieldsFromXfdf(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File xfdfData) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)xfdfData
- Xfdf file. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postImportFieldsFromXfdfWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File xfdfData) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)xfdfData
- Xfdf file. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postImportFieldsFromXfdfAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File xfdfData, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)xfdfData
- Xfdf file. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postImportFieldsFromXmlCall(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File xmlData, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)xmlData
- Xml file. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postImportFieldsFromXml(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File xmlData) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)xmlData
- Xml file. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postImportFieldsFromXmlWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File xmlData) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)xmlData
- Xml file. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postImportFieldsFromXmlAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, java.io.File xmlData, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)xmlData
- Xml file. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postInsertImageCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Double llx, java.lang.Double lly, java.lang.Double urx, java.lang.Double ury, java.lang.String imageFilePath, java.lang.String storage, java.lang.String folder, java.io.File image, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)llx
- Coordinate lower left X. (required)lly
- Coordinate lower left Y. (required)urx
- Coordinate upper right X. (required)ury
- Coordinate upper right Y. (required)imageFilePath
- Path to image file if specified. Request content is used otherwise. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)image
- Image file. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postInsertImage(java.lang.String name, java.lang.Integer pageNumber, java.lang.Double llx, java.lang.Double lly, java.lang.Double urx, java.lang.Double ury, java.lang.String imageFilePath, java.lang.String storage, java.lang.String folder, java.io.File image) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)llx
- Coordinate lower left X. (required)lly
- Coordinate lower left Y. (required)urx
- Coordinate upper right X. (required)ury
- Coordinate upper right Y. (required)imageFilePath
- Path to image file if specified. Request content is used otherwise. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)image
- Image file. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postInsertImageWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Double llx, java.lang.Double lly, java.lang.Double urx, java.lang.Double ury, java.lang.String imageFilePath, java.lang.String storage, java.lang.String folder, java.io.File image) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)llx
- Coordinate lower left X. (required)lly
- Coordinate lower left Y. (required)urx
- Coordinate upper right X. (required)ury
- Coordinate upper right Y. (required)imageFilePath
- Path to image file if specified. Request content is used otherwise. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)image
- Image file. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postInsertImageAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Double llx, java.lang.Double lly, java.lang.Double urx, java.lang.Double ury, java.lang.String imageFilePath, java.lang.String storage, java.lang.String folder, java.io.File image, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)llx
- Coordinate lower left X. (required)lly
- Coordinate lower left Y. (required)urx
- Coordinate upper right X. (required)ury
- Coordinate upper right Y. (required)imageFilePath
- Path to image file if specified. Request content is used otherwise. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)image
- Image file. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postListBoxFieldsCall(java.lang.String name, java.util.List<ListBoxField> fields, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postListBoxFields(java.lang.String name, java.util.List<ListBoxField> fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postListBoxFieldsWithHttpInfo(java.lang.String name, java.util.List<ListBoxField> fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postListBoxFieldsAsync(java.lang.String name, java.util.List<ListBoxField> fields, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postMovePageCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer newIndex, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)newIndex
- The new page position/index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postMovePage(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer newIndex, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)newIndex
- The new page position/index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postMovePageWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer newIndex, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)newIndex
- The new page position/index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postMovePageAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer newIndex, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)newIndex
- The new page position/index. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postOptimizeDocumentCall(java.lang.String name, OptimizeOptions options, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)options
- The optimization options. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postOptimizeDocument(java.lang.String name, OptimizeOptions options, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)options
- The optimization options. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postOptimizeDocumentWithHttpInfo(java.lang.String name, OptimizeOptions options, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)options
- The optimization options. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postOptimizeDocumentAsync(java.lang.String name, OptimizeOptions options, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)options
- The optimization options. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageCaretAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<CaretAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageCaretAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<CaretAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageCaretAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<CaretAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageCaretAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<CaretAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageCertifyCall(java.lang.String name, java.lang.Integer pageNumber, Signature sign, java.lang.String docMdpAccessPermissionType, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)sign
- Signature object containing signature data. (required)docMdpAccessPermissionType
- The access permissions granted for this document. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageCertify(java.lang.String name, java.lang.Integer pageNumber, Signature sign, java.lang.String docMdpAccessPermissionType, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)sign
- Signature object containing signature data. (required)docMdpAccessPermissionType
- The access permissions granted for this document. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageCertifyWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, Signature sign, java.lang.String docMdpAccessPermissionType, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)sign
- Signature object containing signature data. (required)docMdpAccessPermissionType
- The access permissions granted for this document. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageCertifyAsync(java.lang.String name, java.lang.Integer pageNumber, Signature sign, java.lang.String docMdpAccessPermissionType, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)sign
- Signature object containing signature data. (required)docMdpAccessPermissionType
- The access permissions granted for this document. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageCircleAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<CircleAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageCircleAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<CircleAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageCircleAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<CircleAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageCircleAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<CircleAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageFileAttachmentAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<FileAttachmentAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageFileAttachmentAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<FileAttachmentAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageFileAttachmentAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<FileAttachmentAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageFileAttachmentAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<FileAttachmentAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageFreeTextAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<FreeTextAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageFreeTextAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<FreeTextAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageFreeTextAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<FreeTextAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageFreeTextAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<FreeTextAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageHighlightAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<HighlightAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageHighlightAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<HighlightAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageHighlightAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<HighlightAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageHighlightAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<HighlightAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageImageStampsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<ImageStamp> stamps, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageImageStamps(java.lang.String name, java.lang.Integer pageNumber, java.util.List<ImageStamp> stamps, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageImageStampsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<ImageStamp> stamps, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageImageStampsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<ImageStamp> stamps, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageInkAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<InkAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageInkAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<InkAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageInkAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<InkAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageInkAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<InkAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageLineAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<LineAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageLineAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<LineAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageLineAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<LineAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageLineAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<LineAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageLinkAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<LinkAnnotation> links, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)links
- Array of link annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageLinkAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<LinkAnnotation> links, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)links
- Array of link annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageLinkAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<LinkAnnotation> links, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)links
- Array of link annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageLinkAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<LinkAnnotation> links, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)links
- Array of link annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageMovieAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<MovieAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageMovieAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<MovieAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageMovieAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<MovieAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageMovieAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<MovieAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPagePdfPageStampsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PdfPageStamp> stamps, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPagePdfPageStamps(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PdfPageStamp> stamps, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPagePdfPageStampsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PdfPageStamp> stamps, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPagePdfPageStampsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PdfPageStamp> stamps, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPagePolyLineAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PolyLineAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPagePolyLineAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PolyLineAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPagePolyLineAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PolyLineAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPagePolyLineAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PolyLineAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPagePolygonAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PolygonAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPagePolygonAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PolygonAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPagePolygonAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PolygonAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPagePolygonAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<PolygonAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageRedactionAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<RedactionAnnotation> annotations, java.lang.String storage, java.lang.String folder, java.lang.Boolean apply, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)apply
- Apply redaction immediately after adding. (optional, default to false)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageRedactionAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<RedactionAnnotation> annotations, java.lang.String storage, java.lang.String folder, java.lang.Boolean apply) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)apply
- Apply redaction immediately after adding. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageRedactionAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<RedactionAnnotation> annotations, java.lang.String storage, java.lang.String folder, java.lang.Boolean apply) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)apply
- Apply redaction immediately after adding. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageRedactionAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<RedactionAnnotation> annotations, java.lang.String storage, java.lang.String folder, java.lang.Boolean apply, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)apply
- Apply redaction immediately after adding. (optional, default to false)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageScreenAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<ScreenAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageScreenAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<ScreenAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageScreenAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<ScreenAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageScreenAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<ScreenAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageSoundAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SoundAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageSoundAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SoundAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageSoundAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SoundAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageSoundAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SoundAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageSquareAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SquareAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageSquareAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SquareAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageSquareAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SquareAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageSquareAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SquareAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageSquigglyAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SquigglyAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageSquigglyAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SquigglyAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageSquigglyAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SquigglyAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageSquigglyAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<SquigglyAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageStampAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<StampAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageStampAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<StampAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageStampAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<StampAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageStampAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<StampAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageStrikeOutAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<StrikeOutAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageStrikeOutAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<StrikeOutAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageStrikeOutAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<StrikeOutAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageStrikeOutAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<StrikeOutAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageTablesCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<Table> tables, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)tables
- The array of table. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageTables(java.lang.String name, java.lang.Integer pageNumber, java.util.List<Table> tables, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)tables
- The array of table. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageTablesWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<Table> tables, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)tables
- The array of table. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageTablesAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<Table> tables, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)tables
- The array of table. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageTextAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<TextAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageTextAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<TextAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageTextAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<TextAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageTextAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<TextAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageTextReplaceCall(java.lang.String name, java.lang.Integer pageNumber, TextReplaceListRequest textReplaceListRequest, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)pageNumber
- (required)textReplaceListRequest
- (required)storage
- (optional)folder
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextReplaceResponse postPageTextReplace(java.lang.String name, java.lang.Integer pageNumber, TextReplaceListRequest textReplaceListRequest, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)pageNumber
- (required)textReplaceListRequest
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextReplaceResponse> postPageTextReplaceWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, TextReplaceListRequest textReplaceListRequest, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)pageNumber
- (required)textReplaceListRequest
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageTextReplaceAsync(java.lang.String name, java.lang.Integer pageNumber, TextReplaceListRequest textReplaceListRequest, java.lang.String storage, java.lang.String folder, ApiCallback<TextReplaceResponse> callback) throws ApiException
name
- (required)pageNumber
- (required)textReplaceListRequest
- (required)storage
- (optional)folder
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageTextStampsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<TextStamp> stamps, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageTextStamps(java.lang.String name, java.lang.Integer pageNumber, java.util.List<TextStamp> stamps, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageTextStampsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<TextStamp> stamps, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageTextStampsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<TextStamp> stamps, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamps
- The array of stamp. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPageUnderlineAnnotationsCall(java.lang.String name, java.lang.Integer pageNumber, java.util.List<UnderlineAnnotation> annotations, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPageUnderlineAnnotations(java.lang.String name, java.lang.Integer pageNumber, java.util.List<UnderlineAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPageUnderlineAnnotationsWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.util.List<UnderlineAnnotation> annotations, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPageUnderlineAnnotationsAsync(java.lang.String name, java.lang.Integer pageNumber, java.util.List<UnderlineAnnotation> annotations, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)annotations
- The array of annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postPopupAnnotationCall(java.lang.String name, java.lang.String annotationId, PopupAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The parent annotation ID. (required)annotation
- The annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postPopupAnnotation(java.lang.String name, java.lang.String annotationId, PopupAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The parent annotation ID. (required)annotation
- The annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postPopupAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, PopupAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The parent annotation ID. (required)annotation
- The annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postPopupAnnotationAsync(java.lang.String name, java.lang.String annotationId, PopupAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The parent annotation ID. (required)annotation
- The annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postRadioButtonFieldsCall(java.lang.String name, java.util.List<RadioButtonField> fields, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postRadioButtonFields(java.lang.String name, java.util.List<RadioButtonField> fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postRadioButtonFieldsWithHttpInfo(java.lang.String name, java.util.List<RadioButtonField> fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postRadioButtonFieldsAsync(java.lang.String name, java.util.List<RadioButtonField> fields, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postSignDocumentCall(java.lang.String name, Signature sign, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)sign
- Signature object containing signature data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postSignDocument(java.lang.String name, Signature sign, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)sign
- Signature object containing signature data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postSignDocumentWithHttpInfo(java.lang.String name, Signature sign, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)sign
- Signature object containing signature data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postSignDocumentAsync(java.lang.String name, Signature sign, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)sign
- Signature object containing signature data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postSignPageCall(java.lang.String name, java.lang.Integer pageNumber, Signature sign, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)sign
- Signature object containing signature data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postSignPage(java.lang.String name, java.lang.Integer pageNumber, Signature sign, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)sign
- Signature object containing signature data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postSignPageWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, Signature sign, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)sign
- Signature object containing signature data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postSignPageAsync(java.lang.String name, java.lang.Integer pageNumber, Signature sign, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)sign
- Signature object containing signature data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postSignatureFieldCall(java.lang.String name, SignatureField field, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postSignatureField(java.lang.String name, SignatureField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postSignatureFieldWithHttpInfo(java.lang.String name, SignatureField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postSignatureFieldAsync(java.lang.String name, SignatureField field, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postSplitDocumentCall(java.lang.String name, java.lang.String format, java.lang.Integer from, java.lang.Integer to, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)format
- Resulting documents format. (optional)from
- Start page if defined. (optional)to
- End page if defined. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SplitResultResponse postSplitDocument(java.lang.String name, java.lang.String format, java.lang.Integer from, java.lang.Integer to, java.lang.String storage, java.lang.String folder) throws ApiException
name
- Document name. (required)format
- Resulting documents format. (optional)from
- Start page if defined. (optional)to
- End page if defined. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SplitResultResponse> postSplitDocumentWithHttpInfo(java.lang.String name, java.lang.String format, java.lang.Integer from, java.lang.Integer to, java.lang.String storage, java.lang.String folder) throws ApiException
name
- Document name. (required)format
- Resulting documents format. (optional)from
- Start page if defined. (optional)to
- End page if defined. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postSplitDocumentAsync(java.lang.String name, java.lang.String format, java.lang.Integer from, java.lang.Integer to, java.lang.String storage, java.lang.String folder, ApiCallback<SplitResultResponse> callback) throws ApiException
name
- Document name. (required)format
- Resulting documents format. (optional)from
- Start page if defined. (optional)to
- End page if defined. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postTextBoxFieldsCall(java.lang.String name, java.util.List<TextBoxField> fields, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse postTextBoxFields(java.lang.String name, java.util.List<TextBoxField> fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> postTextBoxFieldsWithHttpInfo(java.lang.String name, java.util.List<TextBoxField> fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postTextBoxFieldsAsync(java.lang.String name, java.util.List<TextBoxField> fields, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)fields
- The array of field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putAddNewPageCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentPagesResponse putAddNewPage(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentPagesResponse> putAddNewPageWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putAddNewPageAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentPagesResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putAddTextCall(java.lang.String name, java.lang.Integer pageNumber, Paragraph paragraph, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- Number of page (starting from 1). (required)paragraph
- Paragraph data. (required)folder
- Document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putAddText(java.lang.String name, java.lang.Integer pageNumber, Paragraph paragraph, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- Number of page (starting from 1). (required)paragraph
- Paragraph data. (required)folder
- Document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putAddTextWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, Paragraph paragraph, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- Number of page (starting from 1). (required)paragraph
- Paragraph data. (required)folder
- Document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putAddTextAsync(java.lang.String name, java.lang.Integer pageNumber, Paragraph paragraph, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- Number of page (starting from 1). (required)paragraph
- Paragraph data. (required)folder
- Document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putAnnotationsFlattenCall(java.lang.String name, java.lang.Integer startPage, java.lang.Integer endPage, java.util.List<AnnotationType> annotationTypes, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)startPage
- The start page number. (optional)endPage
- The end page number. (optional)annotationTypes
- Array of annotation types. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putAnnotationsFlatten(java.lang.String name, java.lang.Integer startPage, java.lang.Integer endPage, java.util.List<AnnotationType> annotationTypes, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)startPage
- The start page number. (optional)endPage
- The end page number. (optional)annotationTypes
- Array of annotation types. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putAnnotationsFlattenWithHttpInfo(java.lang.String name, java.lang.Integer startPage, java.lang.Integer endPage, java.util.List<AnnotationType> annotationTypes, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)startPage
- The start page number. (optional)endPage
- The end page number. (optional)annotationTypes
- Array of annotation types. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putAnnotationsFlattenAsync(java.lang.String name, java.lang.Integer startPage, java.lang.Integer endPage, java.util.List<AnnotationType> annotationTypes, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)startPage
- The start page number. (optional)endPage
- The end page number. (optional)annotationTypes
- Array of annotation types. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putBookmarkCall(java.lang.String name, java.lang.String bookmarkPath, Bookmark bookmark, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)bookmark
- The bookmark. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BookmarkResponse putBookmark(java.lang.String name, java.lang.String bookmarkPath, Bookmark bookmark, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)bookmark
- The bookmark. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BookmarkResponse> putBookmarkWithHttpInfo(java.lang.String name, java.lang.String bookmarkPath, Bookmark bookmark, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)bookmark
- The bookmark. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putBookmarkAsync(java.lang.String name, java.lang.String bookmarkPath, Bookmark bookmark, java.lang.String folder, java.lang.String storage, ApiCallback<BookmarkResponse> callback) throws ApiException
name
- The document name. (required)bookmarkPath
- The bookmark path. (required)bookmark
- The bookmark. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putCaretAnnotationCall(java.lang.String name, java.lang.String annotationId, CaretAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CaretAnnotationResponse putCaretAnnotation(java.lang.String name, java.lang.String annotationId, CaretAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CaretAnnotationResponse> putCaretAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, CaretAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putCaretAnnotationAsync(java.lang.String name, java.lang.String annotationId, CaretAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<CaretAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putChangePasswordDocumentCall(java.lang.String outPath, java.lang.String ownerPassword, java.lang.String newUserPassword, java.lang.String newOwnerPassword, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)ownerPassword
- Owner password (encrypted Base64). (required)newUserPassword
- New user password (encrypted Base64). (required)newOwnerPassword
- New owner password (encrypted Base64). (required)storage
- The document storage. (optional)file
- A file to be changed password. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putChangePasswordDocument(java.lang.String outPath, java.lang.String ownerPassword, java.lang.String newUserPassword, java.lang.String newOwnerPassword, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)ownerPassword
- Owner password (encrypted Base64). (required)newUserPassword
- New user password (encrypted Base64). (required)newOwnerPassword
- New owner password (encrypted Base64). (required)storage
- The document storage. (optional)file
- A file to be changed password. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putChangePasswordDocumentWithHttpInfo(java.lang.String outPath, java.lang.String ownerPassword, java.lang.String newUserPassword, java.lang.String newOwnerPassword, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)ownerPassword
- Owner password (encrypted Base64). (required)newUserPassword
- New user password (encrypted Base64). (required)newOwnerPassword
- New owner password (encrypted Base64). (required)storage
- The document storage. (optional)file
- A file to be changed password. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putChangePasswordDocumentAsync(java.lang.String outPath, java.lang.String ownerPassword, java.lang.String newUserPassword, java.lang.String newOwnerPassword, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)ownerPassword
- Owner password (encrypted Base64). (required)newUserPassword
- New user password (encrypted Base64). (required)newOwnerPassword
- New owner password (encrypted Base64). (required)storage
- The document storage. (optional)file
- A file to be changed password. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putCheckBoxFieldCall(java.lang.String name, java.lang.String fieldName, CheckBoxField field, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CheckBoxFieldResponse putCheckBoxField(java.lang.String name, java.lang.String fieldName, CheckBoxField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CheckBoxFieldResponse> putCheckBoxFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, CheckBoxField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putCheckBoxFieldAsync(java.lang.String name, java.lang.String fieldName, CheckBoxField field, java.lang.String storage, java.lang.String folder, ApiCallback<CheckBoxFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putCircleAnnotationCall(java.lang.String name, java.lang.String annotationId, CircleAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CircleAnnotationResponse putCircleAnnotation(java.lang.String name, java.lang.String annotationId, CircleAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CircleAnnotationResponse> putCircleAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, CircleAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putCircleAnnotationAsync(java.lang.String name, java.lang.String annotationId, CircleAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<CircleAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putComboBoxFieldCall(java.lang.String name, java.lang.String fieldName, ComboBoxField field, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ComboBoxFieldResponse putComboBoxField(java.lang.String name, java.lang.String fieldName, ComboBoxField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ComboBoxFieldResponse> putComboBoxFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, ComboBoxField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putComboBoxFieldAsync(java.lang.String name, java.lang.String fieldName, ComboBoxField field, java.lang.String storage, java.lang.String folder, ApiCallback<ComboBoxFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putCreateDocumentCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The new document name. (required)storage
- The document storage. (optional)folder
- The new document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentResponse putCreateDocument(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The new document name. (required)storage
- The document storage. (optional)folder
- The new document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentResponse> putCreateDocumentWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The new document name. (required)storage
- The document storage. (optional)folder
- The new document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putCreateDocumentAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentResponse> callback) throws ApiException
name
- The new document name. (required)storage
- The document storage. (optional)folder
- The new document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putDecryptDocumentCall(java.lang.String outPath, java.lang.String password, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)password
- The password (encrypted Base64). (required)storage
- The document storage. (optional)file
- A file to be decrypted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putDecryptDocument(java.lang.String outPath, java.lang.String password, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)password
- The password (encrypted Base64). (required)storage
- The document storage. (optional)file
- A file to be decrypted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putDecryptDocumentWithHttpInfo(java.lang.String outPath, java.lang.String password, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)password
- The password (encrypted Base64). (required)storage
- The document storage. (optional)file
- A file to be decrypted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putDecryptDocumentAsync(java.lang.String outPath, java.lang.String password, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)password
- The password (encrypted Base64). (required)storage
- The document storage. (optional)file
- A file to be decrypted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putDocumentDisplayPropertiesCall(java.lang.String name, DisplayProperties displayProperties, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)displayProperties
- The display properties. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DisplayPropertiesResponse putDocumentDisplayProperties(java.lang.String name, DisplayProperties displayProperties, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)displayProperties
- The display properties. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DisplayPropertiesResponse> putDocumentDisplayPropertiesWithHttpInfo(java.lang.String name, DisplayProperties displayProperties, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)displayProperties
- The display properties. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putDocumentDisplayPropertiesAsync(java.lang.String name, DisplayProperties displayProperties, java.lang.String storage, java.lang.String folder, ApiCallback<DisplayPropertiesResponse> callback) throws ApiException
name
- The document name. (required)displayProperties
- The display properties. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putEncryptDocumentCall(java.lang.String outPath, java.lang.String userPassword, java.lang.String ownerPassword, java.lang.String cryptoAlgorithm, java.util.List<PermissionsFlags> permissionsFlags, java.lang.Boolean usePdf20, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)userPassword
- User password (encrypted Base64). (required)ownerPassword
- Owner password (encrypted Base64). (required)cryptoAlgorithm
- Cryptographic algorithm, see CryptoAlgorithm for details. (required)permissionsFlags
- Array of document permissions, see PermissionsFlags for details. (optional)usePdf20
- Support for revision 6 (Extension 8). (optional)storage
- The document storage. (optional)file
- A file to be encrypted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putEncryptDocument(java.lang.String outPath, java.lang.String userPassword, java.lang.String ownerPassword, java.lang.String cryptoAlgorithm, java.util.List<PermissionsFlags> permissionsFlags, java.lang.Boolean usePdf20, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)userPassword
- User password (encrypted Base64). (required)ownerPassword
- Owner password (encrypted Base64). (required)cryptoAlgorithm
- Cryptographic algorithm, see CryptoAlgorithm for details. (required)permissionsFlags
- Array of document permissions, see PermissionsFlags for details. (optional)usePdf20
- Support for revision 6 (Extension 8). (optional)storage
- The document storage. (optional)file
- A file to be encrypted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putEncryptDocumentWithHttpInfo(java.lang.String outPath, java.lang.String userPassword, java.lang.String ownerPassword, java.lang.String cryptoAlgorithm, java.util.List<PermissionsFlags> permissionsFlags, java.lang.Boolean usePdf20, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)userPassword
- User password (encrypted Base64). (required)ownerPassword
- Owner password (encrypted Base64). (required)cryptoAlgorithm
- Cryptographic algorithm, see CryptoAlgorithm for details. (required)permissionsFlags
- Array of document permissions, see PermissionsFlags for details. (optional)usePdf20
- Support for revision 6 (Extension 8). (optional)storage
- The document storage. (optional)file
- A file to be encrypted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putEncryptDocumentAsync(java.lang.String outPath, java.lang.String userPassword, java.lang.String ownerPassword, java.lang.String cryptoAlgorithm, java.util.List<PermissionsFlags> permissionsFlags, java.lang.Boolean usePdf20, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)userPassword
- User password (encrypted Base64). (required)ownerPassword
- Owner password (encrypted Base64). (required)cryptoAlgorithm
- Cryptographic algorithm, see CryptoAlgorithm for details. (required)permissionsFlags
- Array of document permissions, see PermissionsFlags for details. (optional)usePdf20
- Support for revision 6 (Extension 8). (optional)storage
- The document storage. (optional)file
- A file to be encrypted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putEpubInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String storage, java.lang.String dstFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.epub) (required)storage
- The document storage. (optional)dstFolder
- The destination document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putEpubInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String storage, java.lang.String dstFolder) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.epub) (required)storage
- The document storage. (optional)dstFolder
- The destination document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putEpubInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String storage, java.lang.String dstFolder) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.epub) (required)storage
- The document storage. (optional)dstFolder
- The destination document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putEpubInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String storage, java.lang.String dstFolder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.epub) (required)storage
- The document storage. (optional)dstFolder
- The destination document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putExportFieldsFromPdfToFdfInStorageCall(java.lang.String name, java.lang.String fdfOutputFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fdfOutputFilePath
- The output Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putExportFieldsFromPdfToFdfInStorage(java.lang.String name, java.lang.String fdfOutputFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fdfOutputFilePath
- The output Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putExportFieldsFromPdfToFdfInStorageWithHttpInfo(java.lang.String name, java.lang.String fdfOutputFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fdfOutputFilePath
- The output Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putExportFieldsFromPdfToFdfInStorageAsync(java.lang.String name, java.lang.String fdfOutputFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)fdfOutputFilePath
- The output Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putExportFieldsFromPdfToXfdfInStorageCall(java.lang.String name, java.lang.String xfdfOutputFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)xfdfOutputFilePath
- The output xfdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putExportFieldsFromPdfToXfdfInStorage(java.lang.String name, java.lang.String xfdfOutputFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xfdfOutputFilePath
- The output xfdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putExportFieldsFromPdfToXfdfInStorageWithHttpInfo(java.lang.String name, java.lang.String xfdfOutputFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xfdfOutputFilePath
- The output xfdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putExportFieldsFromPdfToXfdfInStorageAsync(java.lang.String name, java.lang.String xfdfOutputFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)xfdfOutputFilePath
- The output xfdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putExportFieldsFromPdfToXmlInStorageCall(java.lang.String name, java.lang.String xmlOutputFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)xmlOutputFilePath
- The output xml file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putExportFieldsFromPdfToXmlInStorage(java.lang.String name, java.lang.String xmlOutputFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xmlOutputFilePath
- The output xml file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putExportFieldsFromPdfToXmlInStorageWithHttpInfo(java.lang.String name, java.lang.String xmlOutputFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xmlOutputFilePath
- The output xml file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putExportFieldsFromPdfToXmlInStorageAsync(java.lang.String name, java.lang.String xmlOutputFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)xmlOutputFilePath
- The output xml file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putFieldsFlattenCall(java.lang.String name, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putFieldsFlatten(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putFieldsFlattenWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putFieldsFlattenAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putFileAttachmentAnnotationCall(java.lang.String name, java.lang.String annotationId, FileAttachmentAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FileAttachmentAnnotationResponse putFileAttachmentAnnotation(java.lang.String name, java.lang.String annotationId, FileAttachmentAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FileAttachmentAnnotationResponse> putFileAttachmentAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, FileAttachmentAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putFileAttachmentAnnotationAsync(java.lang.String name, java.lang.String annotationId, FileAttachmentAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<FileAttachmentAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putFileAttachmentAnnotationDataExtractCall(java.lang.String name, java.lang.String annotationId, java.lang.String outFolder, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFolder
- The output folder. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putFileAttachmentAnnotationDataExtract(java.lang.String name, java.lang.String annotationId, java.lang.String outFolder, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFolder
- The output folder. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putFileAttachmentAnnotationDataExtractWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String outFolder, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFolder
- The output folder. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putFileAttachmentAnnotationDataExtractAsync(java.lang.String name, java.lang.String annotationId, java.lang.String outFolder, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFolder
- The output folder. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putFreeTextAnnotationCall(java.lang.String name, java.lang.String annotationId, FreeTextAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FreeTextAnnotationResponse putFreeTextAnnotation(java.lang.String name, java.lang.String annotationId, FreeTextAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FreeTextAnnotationResponse> putFreeTextAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, FreeTextAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putFreeTextAnnotationAsync(java.lang.String name, java.lang.String annotationId, FreeTextAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<FreeTextAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putHighlightAnnotationCall(java.lang.String name, java.lang.String annotationId, HighlightAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic HighlightAnnotationResponse putHighlightAnnotation(java.lang.String name, java.lang.String annotationId, HighlightAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HighlightAnnotationResponse> putHighlightAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, HighlightAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putHighlightAnnotationAsync(java.lang.String name, java.lang.String annotationId, HighlightAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<HighlightAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putHtmlInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String htmlFileName, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.zip) (required)htmlFileName
- Name of HTML file in ZIP. (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putHtmlInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String htmlFileName, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.zip) (required)htmlFileName
- Name of HTML file in ZIP. (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putHtmlInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String htmlFileName, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.zip) (required)htmlFileName
- Name of HTML file in ZIP. (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putHtmlInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String htmlFileName, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.zip) (required)htmlFileName
- Name of HTML file in ZIP. (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImageExtractAsGifCall(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImageExtractAsGif(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImageExtractAsGifWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImageExtractAsGifAsync(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImageExtractAsJpegCall(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImageExtractAsJpeg(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImageExtractAsJpegWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImageExtractAsJpegAsync(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImageExtractAsPngCall(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImageExtractAsPng(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImageExtractAsPngWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImageExtractAsPngAsync(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImageExtractAsTiffCall(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImageExtractAsTiff(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImageExtractAsTiffWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImageExtractAsTiffAsync(java.lang.String name, java.lang.String imageId, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)imageId
- Image ID. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImageInStorageToPdfCall(java.lang.String name, ImageTemplatesRequest imageTemplates, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageTemplates
- ImageTemplatesRequestImage templates (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImageInStorageToPdf(java.lang.String name, ImageTemplatesRequest imageTemplates, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)imageTemplates
- ImageTemplatesRequestImage templates (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImageInStorageToPdfWithHttpInfo(java.lang.String name, ImageTemplatesRequest imageTemplates, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)imageTemplates
- ImageTemplatesRequestImage templates (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImageInStorageToPdfAsync(java.lang.String name, ImageTemplatesRequest imageTemplates, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)imageTemplates
- ImageTemplatesRequestImage templates (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImagesExtractAsGifCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImagesExtractAsGif(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImagesExtractAsGifWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImagesExtractAsGifAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImagesExtractAsJpegCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImagesExtractAsJpeg(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImagesExtractAsJpegWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImagesExtractAsJpegAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImagesExtractAsPngCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImagesExtractAsPng(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImagesExtractAsPngWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImagesExtractAsPngAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImagesExtractAsTiffCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImagesExtractAsTiff(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImagesExtractAsTiffWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImagesExtractAsTiffAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.Integer width, java.lang.Integer height, java.lang.String storage, java.lang.String folder, java.lang.String destFolder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)storage
- The document storage. (optional)folder
- The document folder. (optional)destFolder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImportFieldsFromFdfInStorageCall(java.lang.String name, java.lang.String fdfFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fdfFilePath
- The Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImportFieldsFromFdfInStorage(java.lang.String name, java.lang.String fdfFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fdfFilePath
- The Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImportFieldsFromFdfInStorageWithHttpInfo(java.lang.String name, java.lang.String fdfFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fdfFilePath
- The Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImportFieldsFromFdfInStorageAsync(java.lang.String name, java.lang.String fdfFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)fdfFilePath
- The Fdf file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImportFieldsFromXfdfInStorageCall(java.lang.String name, java.lang.String xfdfFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)xfdfFilePath
- The XFDF file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImportFieldsFromXfdfInStorage(java.lang.String name, java.lang.String xfdfFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xfdfFilePath
- The XFDF file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImportFieldsFromXfdfInStorageWithHttpInfo(java.lang.String name, java.lang.String xfdfFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xfdfFilePath
- The XFDF file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImportFieldsFromXfdfInStorageAsync(java.lang.String name, java.lang.String xfdfFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)xfdfFilePath
- The XFDF file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putImportFieldsFromXmlInStorageCall(java.lang.String name, java.lang.String xmlFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)xmlFilePath
- Full source filename (ex. /folder1/folder2/template.xml) (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putImportFieldsFromXmlInStorage(java.lang.String name, java.lang.String xmlFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xmlFilePath
- Full source filename (ex. /folder1/folder2/template.xml) (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putImportFieldsFromXmlInStorageWithHttpInfo(java.lang.String name, java.lang.String xmlFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)xmlFilePath
- Full source filename (ex. /folder1/folder2/template.xml) (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putImportFieldsFromXmlInStorageAsync(java.lang.String name, java.lang.String xmlFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)xmlFilePath
- Full source filename (ex. /folder1/folder2/template.xml) (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putInkAnnotationCall(java.lang.String name, java.lang.String annotationId, InkAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic InkAnnotationResponse putInkAnnotation(java.lang.String name, java.lang.String annotationId, InkAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InkAnnotationResponse> putInkAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, InkAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putInkAnnotationAsync(java.lang.String name, java.lang.String annotationId, InkAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<InkAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body object@Deprecated public com.squareup.okhttp.Call putLaTeXInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body object@Deprecated public AsposeResponse putLaTeXInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body@Deprecated public ApiResponse<AsposeResponse> putLaTeXInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body@Deprecated public com.squareup.okhttp.Call putLaTeXInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putLineAnnotationCall(java.lang.String name, java.lang.String annotationId, LineAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LineAnnotationResponse putLineAnnotation(java.lang.String name, java.lang.String annotationId, LineAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LineAnnotationResponse> putLineAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, LineAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putLineAnnotationAsync(java.lang.String name, java.lang.String annotationId, LineAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<LineAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putLinkAnnotationCall(java.lang.String name, java.lang.String linkId, LinkAnnotation link, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)link
- Link annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LinkAnnotationResponse putLinkAnnotation(java.lang.String name, java.lang.String linkId, LinkAnnotation link, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)link
- Link annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LinkAnnotationResponse> putLinkAnnotationWithHttpInfo(java.lang.String name, java.lang.String linkId, LinkAnnotation link, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)link
- Link annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putLinkAnnotationAsync(java.lang.String name, java.lang.String linkId, LinkAnnotation link, java.lang.String storage, java.lang.String folder, ApiCallback<LinkAnnotationResponse> callback) throws ApiException
name
- The document name. (required)linkId
- The link ID. (required)link
- Link annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putListBoxFieldCall(java.lang.String name, java.lang.String fieldName, ListBoxField field, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ListBoxFieldResponse putListBoxField(java.lang.String name, java.lang.String fieldName, ListBoxField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListBoxFieldResponse> putListBoxFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, ListBoxField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putListBoxFieldAsync(java.lang.String name, java.lang.String fieldName, ListBoxField field, java.lang.String storage, java.lang.String folder, ApiCallback<ListBoxFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putMarkdownInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String storage, java.lang.String dstFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.md) (required)storage
- The document storage. (optional)dstFolder
- The destination document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putMarkdownInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String storage, java.lang.String dstFolder) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.md) (required)storage
- The document storage. (optional)dstFolder
- The destination document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putMarkdownInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String storage, java.lang.String dstFolder) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.md) (required)storage
- The document storage. (optional)dstFolder
- The destination document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putMarkdownInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String storage, java.lang.String dstFolder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.md) (required)storage
- The document storage. (optional)dstFolder
- The destination document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putMergeDocumentsCall(java.lang.String name, MergeDocuments mergeDocuments, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Resulting document name. (required)mergeDocuments
- MergeDocuments with a list of documents. (required)storage
- Resulting document storage. (optional)folder
- Resulting document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentResponse putMergeDocuments(java.lang.String name, MergeDocuments mergeDocuments, java.lang.String storage, java.lang.String folder) throws ApiException
name
- Resulting document name. (required)mergeDocuments
- MergeDocuments with a list of documents. (required)storage
- Resulting document storage. (optional)folder
- Resulting document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentResponse> putMergeDocumentsWithHttpInfo(java.lang.String name, MergeDocuments mergeDocuments, java.lang.String storage, java.lang.String folder) throws ApiException
name
- Resulting document name. (required)mergeDocuments
- MergeDocuments with a list of documents. (required)storage
- Resulting document storage. (optional)folder
- Resulting document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putMergeDocumentsAsync(java.lang.String name, MergeDocuments mergeDocuments, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentResponse> callback) throws ApiException
name
- Resulting document name. (required)mergeDocuments
- MergeDocuments with a list of documents. (required)storage
- Resulting document storage. (optional)folder
- Resulting document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putMhtInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.mht) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putMhtInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.mht) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putMhtInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.mht) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putMhtInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.mht) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putMovieAnnotationCall(java.lang.String name, java.lang.String annotationId, MovieAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic MovieAnnotationResponse putMovieAnnotation(java.lang.String name, java.lang.String annotationId, MovieAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MovieAnnotationResponse> putMovieAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, MovieAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putMovieAnnotationAsync(java.lang.String name, java.lang.String annotationId, MovieAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<MovieAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPageAddStampCall(java.lang.String name, java.lang.Integer pageNumber, Stamp stamp, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamp
- Stamp with data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPageAddStamp(java.lang.String name, java.lang.Integer pageNumber, Stamp stamp, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamp
- Stamp with data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPageAddStampWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, Stamp stamp, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamp
- Stamp with data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPageAddStampAsync(java.lang.String name, java.lang.Integer pageNumber, Stamp stamp, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)stamp
- Stamp with data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPageConvertToBmpCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPageConvertToBmp(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPageConvertToBmpWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPageConvertToBmpAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPageConvertToEmfCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPageConvertToEmf(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPageConvertToEmfWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPageConvertToEmfAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPageConvertToGifCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPageConvertToGif(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPageConvertToGifWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPageConvertToGifAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPageConvertToJpegCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPageConvertToJpeg(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPageConvertToJpegWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPageConvertToJpegAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPageConvertToPngCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPageConvertToPng(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPageConvertToPngWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPageConvertToPngAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPageConvertToTiffCall(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPageConvertToTiff(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPageConvertToTiffWithHttpInfo(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPageConvertToTiffAsync(java.lang.String name, java.lang.Integer pageNumber, java.lang.String outPath, java.lang.Integer width, java.lang.Integer height, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)pageNumber
- The page number. (required)outPath
- The out path of result image. (required)width
- The converted image width. (optional, default to 0)height
- The converted image height. (optional, default to 0)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPclInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.pcl) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPclInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.pcl) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPclInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.pcl) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPclInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.pcl) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfAInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.Boolean dontOptimize, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.pdf) (required)dstFolder
- The destination document folder. (optional)dontOptimize
- If set, document resources will not be optimized. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfAInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.Boolean dontOptimize, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.pdf) (required)dstFolder
- The destination document folder. (optional)dontOptimize
- If set, document resources will not be optimized. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfAInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.Boolean dontOptimize, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.pdf) (required)dstFolder
- The destination document folder. (optional)dontOptimize
- If set, document resources will not be optimized. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfAInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.Boolean dontOptimize, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.pdf) (required)dstFolder
- The destination document folder. (optional)dontOptimize
- If set, document resources will not be optimized. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToDocCall(java.lang.String outPath, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToDoc(java.lang.String outPath, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToDocWithHttpInfo(java.lang.String outPath, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToDocAsync(java.lang.String outPath, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToEpubCall(java.lang.String outPath, java.lang.String contentRecognitionMode, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.epub) (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToEpub(java.lang.String outPath, java.lang.String contentRecognitionMode, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.epub) (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToEpubWithHttpInfo(java.lang.String outPath, java.lang.String contentRecognitionMode, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.epub) (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToEpubAsync(java.lang.String outPath, java.lang.String contentRecognitionMode, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.epub) (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToHtmlCall(java.lang.String outPath, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth, java.lang.String outputFormat, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.html) (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)outputFormat
- This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is \"Zip\" or missed (default). In case of the \"Folder\", all resulting files and directories will be uploaded to the folder of the resulting HTML file. (optional, default to Zip)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToHtml(java.lang.String outPath, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth, java.lang.String outputFormat, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.html) (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)outputFormat
- This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is \"Zip\" or missed (default). In case of the \"Folder\", all resulting files and directories will be uploaded to the folder of the resulting HTML file. (optional, default to Zip)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToHtmlWithHttpInfo(java.lang.String outPath, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth, java.lang.String outputFormat, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.html) (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)outputFormat
- This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is \"Zip\" or missed (default). In case of the \"Folder\", all resulting files and directories will be uploaded to the folder of the resulting HTML file. (optional, default to Zip)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToHtmlAsync(java.lang.String outPath, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth, java.lang.String outputFormat, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.html) (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)outputFormat
- This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is \"Zip\" or missed (default). In case of the \"Folder\", all resulting files and directories will be uploaded to the folder of the resulting HTML file. (optional, default to Zip)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToMobiXmlCall(java.lang.String outPath, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.mobixml) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToMobiXml(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.mobixml) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToMobiXmlWithHttpInfo(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.mobixml) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToMobiXmlAsync(java.lang.String outPath, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.mobixml) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToPdfACall(java.lang.String outPath, java.lang.String type, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)type
- Type of PdfA format. (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToPdfA(java.lang.String outPath, java.lang.String type, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)type
- Type of PdfA format. (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToPdfAWithHttpInfo(java.lang.String outPath, java.lang.String type, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)type
- Type of PdfA format. (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToPdfAAsync(java.lang.String outPath, java.lang.String type, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)type
- Type of PdfA format. (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToPptxCall(java.lang.String outPath, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pptx) (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToPptx(java.lang.String outPath, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pptx) (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToPptxWithHttpInfo(java.lang.String outPath, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pptx) (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToPptxAsync(java.lang.String outPath, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pptx) (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToSvgCall(java.lang.String outPath, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.svg) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToSvg(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.svg) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToSvgWithHttpInfo(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.svg) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToSvgAsync(java.lang.String outPath, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.svg) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToTeXCall(java.lang.String outPath, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.tex) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToTeX(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.tex) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToTeXWithHttpInfo(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.tex) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToTeXAsync(java.lang.String outPath, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.tex) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToTiffCall(java.lang.String outPath, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.tiff) (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToTiff(java.lang.String outPath, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.tiff) (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToTiffWithHttpInfo(java.lang.String outPath, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.tiff) (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToTiffAsync(java.lang.String outPath, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.tiff) (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToXlsCall(java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xls) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToXls(java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xls) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToXlsWithHttpInfo(java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xls) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToXlsAsync(java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xls) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToXlsxCall(java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xlsx) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToXlsx(java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xlsx) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToXlsxWithHttpInfo(java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xlsx) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToXlsxAsync(java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xlsx) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToXmlCall(java.lang.String outPath, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xml) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToXml(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xml) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToXmlWithHttpInfo(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xml) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToXmlAsync(java.lang.String outPath, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xml) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInRequestToXpsCall(java.lang.String outPath, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xps) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInRequestToXps(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xps) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInRequestToXpsWithHttpInfo(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xps) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInRequestToXpsAsync(java.lang.String outPath, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.xps) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToDocCall(java.lang.String name, java.lang.String outPath, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToDoc(java.lang.String name, java.lang.String outPath, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToDocWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToDocAsync(java.lang.String name, java.lang.String outPath, java.lang.Boolean addReturnToLineEnd, java.lang.String format, java.lang.Integer imageResolutionX, java.lang.Integer imageResolutionY, java.lang.Double maxDistanceBetweenTextLines, java.lang.String mode, java.lang.Boolean recognizeBullets, java.lang.Double relativeHorizontalProximity, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.doc) (required)addReturnToLineEnd
- Add return to line end. (optional)format
- Allows to specify .doc or .docx file format. (optional)imageResolutionX
- Image resolution X. (optional)imageResolutionY
- Image resolution Y. (optional)maxDistanceBetweenTextLines
- Max distance between text lines. (optional)mode
- Allows to control how a PDF document is converted into a word processing document. (optional)recognizeBullets
- Recognize bullets. (optional)relativeHorizontalProximity
- Relative horizontal proximity. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToEpubCall(java.lang.String name, java.lang.String outPath, java.lang.String contentRecognitionMode, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.epub) (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToEpub(java.lang.String name, java.lang.String outPath, java.lang.String contentRecognitionMode, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.epub) (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToEpubWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.String contentRecognitionMode, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.epub) (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToEpubAsync(java.lang.String name, java.lang.String outPath, java.lang.String contentRecognitionMode, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.epub) (required)contentRecognitionMode
- Property tunes conversion for this or that desirable method of recognition of content. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToHtmlCall(java.lang.String name, java.lang.String outPath, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String folder, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth, java.lang.String outputFormat, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.html) (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)outputFormat
- This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is \"Zip\" or missed (default). In case of the \"Folder\", all resulting files and directories will be uploaded to the folder of the resulting HTML file. (optional, default to Zip)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToHtml(java.lang.String name, java.lang.String outPath, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String folder, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth, java.lang.String outputFormat) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.html) (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)outputFormat
- This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is \"Zip\" or missed (default). In case of the \"Folder\", all resulting files and directories will be uploaded to the folder of the resulting HTML file. (optional, default to Zip)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToHtmlWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String folder, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth, java.lang.String outputFormat) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.html) (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)outputFormat
- This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is \"Zip\" or missed (default). In case of the \"Folder\", all resulting files and directories will be uploaded to the folder of the resulting HTML file. (optional, default to Zip)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToHtmlAsync(java.lang.String name, java.lang.String outPath, java.lang.Integer additionalMarginWidthInPoints, java.lang.Boolean compressSvgGraphicsIfAny, java.lang.Boolean convertMarkedContentToLayers, java.lang.String defaultFontName, java.lang.String documentType, java.lang.Boolean fixedLayout, java.lang.Integer imageResolution, java.lang.Integer minimalLineWidth, java.lang.Boolean preventGlyphsGrouping, java.lang.Boolean splitCssIntoPages, java.lang.Boolean splitIntoPages, java.lang.Boolean useZOrder, java.lang.String antialiasingProcessing, java.lang.String cssClassNamesPrefix, java.util.List<java.lang.Integer> explicitListOfSavedPages, java.lang.String fontEncodingStrategy, java.lang.String fontSavingMode, java.lang.String htmlMarkupGenerationMode, java.lang.String lettersPositioningMethod, java.lang.Boolean pagesFlowTypeDependsOnViewersScreenSize, java.lang.String partsEmbeddingMode, java.lang.String rasterImagesSavingMode, java.lang.Boolean removeEmptyAreasOnTopAndBottom, java.lang.Boolean saveShadowedTextsAsTransparentTexts, java.lang.Boolean saveTransparentTexts, java.lang.String specialFolderForAllImages, java.lang.String specialFolderForSvgImages, java.lang.Boolean trySaveTextUnderliningAndStrikeoutingInCss, java.lang.String folder, java.lang.String storage, java.lang.Boolean flowLayoutParagraphFullWidth, java.lang.String outputFormat, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.html) (required)additionalMarginWidthInPoints
- Defines width of margin that will be forcibly left around that output HTML-areas. (optional)compressSvgGraphicsIfAny
- The flag that indicates whether found SVG graphics(if any) will be compressed(zipped) into SVGZ format during saving. (optional)convertMarkedContentToLayers
- If attribute ConvertMarkedContentToLayers set to true then an all elements inside a PDF marked content (layer) will be put into an HTML div with \"data-pdflayer\" attribute specifying a layer name. This layer name will be extracted from optional properties of PDF marked content. If this attribute is false (by default) then no any layers will be created from PDF marked content. (optional)defaultFontName
- Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used. (optional)documentType
- Result document type. (optional)fixedLayout
- The value indicating whether that HTML is created as fixed layout. (optional)imageResolution
- Resolution for image rendering. (optional)minimalLineWidth
- This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers. (optional)preventGlyphsGrouping
- This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true. (optional)splitCssIntoPages
- When multipage-mode selected(i.e 'SplitIntoPages' is 'true'), then this attribute defines whether should be created separate CSS-file for each result HTML page. (optional)splitIntoPages
- The flag that indicates whether each page of source document will be converted into it's own target HTML document, i.e whether result HTML will be splitted into several HTML-pages. (optional)useZOrder
- If attribute UseZORder set to true, graphics and text are added to resultant HTML document accordingly Z-order in original PDF document. If this attribute is false all graphics is put as single layer which may cause some unnecessary effects for overlapped objects. (optional)antialiasingProcessing
- The parameter defines required antialiasing measures during conversion of compound background images from PDF to HTML. (optional)cssClassNamesPrefix
- When PDFtoHTML converter generates result CSSs, CSS class names (something like \".stl_01 {}\" ... \".stl_NN {}) are generated and used in result CSS. This property allows forcibly set class name prefix. (optional)explicitListOfSavedPages
- With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. (optional)fontEncodingStrategy
- Defines encoding special rule to tune PDF decoding for current document. (optional)fontSavingMode
- Defines font saving mode that will be used during saving of PDF to desirable format. (optional)htmlMarkupGenerationMode
- Sometimes specific reqirments to generation of HTML markup are present. This parameter defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments. (optional)lettersPositioningMethod
- The mode of positioning of letters in words in result HTML. (optional)pagesFlowTypeDependsOnViewersScreenSize
- If attribute 'SplitOnPages=false', than whole HTML representing all input PDF pages will be put into one big result HTML file. This flag defines whether result HTML will be generated in such way that flow of areas that represent PDF pages in result HTML will depend on screen resolution of viewer. (optional)partsEmbeddingMode
- It defines whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities. (optional)rasterImagesSavingMode
- Converted PDF can contain raster images This parameter defines how they should be handled during conversion of PDF to HTML. (optional)removeEmptyAreasOnTopAndBottom
- Defines whether in created HTML will be removed top and bottom empty area without any content (if any). (optional)saveShadowedTextsAsTransparentTexts
- Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard). (optional)saveTransparentTexts
- Pdf can contain transparent texts that can be selected to clipboard (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML. (optional)specialFolderForAllImages
- The path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)specialFolderForSvgImages
- The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. (optional)trySaveTextUnderliningAndStrikeoutingInCss
- PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)flowLayoutParagraphFullWidth
- This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. (optional)outputFormat
- This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is \"Zip\" or missed (default). In case of the \"Folder\", all resulting files and directories will be uploaded to the folder of the resulting HTML file. (optional, default to Zip)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToMobiXmlCall(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.mobixml) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToMobiXml(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.mobixml) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToMobiXmlWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.mobixml) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToMobiXmlAsync(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.mobixml) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToPdfACall(java.lang.String name, java.lang.String outPath, java.lang.String type, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)type
- Type of PdfA format. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToPdfA(java.lang.String name, java.lang.String outPath, java.lang.String type, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)type
- Type of PdfA format. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToPdfAWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.String type, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)type
- Type of PdfA format. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToPdfAAsync(java.lang.String name, java.lang.String outPath, java.lang.String type, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)type
- Type of PdfA format. (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToPptxCall(java.lang.String name, java.lang.String outPath, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pptx) (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToPptx(java.lang.String name, java.lang.String outPath, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pptx) (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToPptxWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pptx) (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToPptxAsync(java.lang.String name, java.lang.String outPath, java.lang.Boolean separateImages, java.lang.Boolean slidesAsImages, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pptx) (required)separateImages
- Separate images. (optional)slidesAsImages
- Slides as images. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToSvgCall(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.svg) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToSvg(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.svg) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToSvgWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.svg) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToSvgAsync(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.svg) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToTeXCall(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.tex) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToTeX(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.tex) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToTeXWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.tex) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToTeXAsync(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.tex) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToTiffCall(java.lang.String name, java.lang.String outPath, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.tiff) (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToTiff(java.lang.String name, java.lang.String outPath, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.tiff) (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToTiffWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.tiff) (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToTiffAsync(java.lang.String name, java.lang.String outPath, java.lang.Double brightness, java.lang.String compression, java.lang.String colorDepth, java.lang.Integer leftMargin, java.lang.Integer rightMargin, java.lang.Integer topMargin, java.lang.Integer bottomMargin, java.lang.String orientation, java.lang.Boolean skipBlankPages, java.lang.Integer width, java.lang.Integer height, java.lang.Integer xResolution, java.lang.Integer yResolution, java.lang.Integer pageIndex, java.lang.Integer pageCount, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.tiff) (required)brightness
- Image brightness. (optional)compression
- Tiff compression. Possible values are: LZW, CCITT4, CCITT3, RLE, None. (optional)colorDepth
- Image color depth. Possible valuse are: Default, Format8bpp, Format4bpp, Format1bpp. (optional)leftMargin
- Left image margin. (optional)rightMargin
- Right image margin. (optional)topMargin
- Top image margin. (optional)bottomMargin
- Bottom image margin. (optional)orientation
- Image orientation. Possible values are: None, Landscape, Portait. (optional)skipBlankPages
- Skip blank pages flag. (optional)width
- Image width. (optional)height
- Image height. (optional)xResolution
- Horizontal resolution. (optional)yResolution
- Vertical resolution. (optional)pageIndex
- Start page to export. (optional)pageCount
- Number of pages to export. (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToXlsCall(java.lang.String name, java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xls) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToXls(java.lang.String name, java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xls) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToXlsWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xls) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToXlsAsync(java.lang.String name, java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xls) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToXlsxCall(java.lang.String name, java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xlsx) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToXlsx(java.lang.String name, java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xlsx) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToXlsxWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xlsx) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToXlsxAsync(java.lang.String name, java.lang.String outPath, java.lang.Boolean insertBlankColumnAtFirst, java.lang.Boolean minimizeTheNumberOfWorksheets, java.lang.Double scaleFactor, java.lang.Boolean uniformWorksheets, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xlsx) (required)insertBlankColumnAtFirst
- Insert blank column at first (optional)minimizeTheNumberOfWorksheets
- Minimize the number of worksheets (optional)scaleFactor
- Scale factor (optional)uniformWorksheets
- Uniform worksheets (optional)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToXmlCall(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xml) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToXml(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xml) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToXmlWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xml) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToXmlAsync(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xml) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPdfInStorageToXpsCall(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xps) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPdfInStorageToXps(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xps) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPdfInStorageToXpsWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xps) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPdfInStorageToXpsAsync(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.xps) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPolyLineAnnotationCall(java.lang.String name, java.lang.String annotationId, PolyLineAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PolyLineAnnotationResponse putPolyLineAnnotation(java.lang.String name, java.lang.String annotationId, PolyLineAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PolyLineAnnotationResponse> putPolyLineAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, PolyLineAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPolyLineAnnotationAsync(java.lang.String name, java.lang.String annotationId, PolyLineAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<PolyLineAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPolygonAnnotationCall(java.lang.String name, java.lang.String annotationId, PolygonAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PolygonAnnotationResponse putPolygonAnnotation(java.lang.String name, java.lang.String annotationId, PolygonAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PolygonAnnotationResponse> putPolygonAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, PolygonAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPolygonAnnotationAsync(java.lang.String name, java.lang.String annotationId, PolygonAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<PolygonAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPopupAnnotationCall(java.lang.String name, java.lang.String annotationId, PopupAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PopupAnnotationResponse putPopupAnnotation(java.lang.String name, java.lang.String annotationId, PopupAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PopupAnnotationResponse> putPopupAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, PopupAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPopupAnnotationAsync(java.lang.String name, java.lang.String annotationId, PopupAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<PopupAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPrivilegesCall(java.lang.String name, DocumentPrivilege privileges, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)privileges
- Document privileges. DocumentPrivilege (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPrivileges(java.lang.String name, DocumentPrivilege privileges, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)privileges
- Document privileges. DocumentPrivilege (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPrivilegesWithHttpInfo(java.lang.String name, DocumentPrivilege privileges, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)privileges
- Document privileges. DocumentPrivilege (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPrivilegesAsync(java.lang.String name, DocumentPrivilege privileges, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)privileges
- Document privileges. DocumentPrivilege (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putPsInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.ps) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putPsInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.ps) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putPsInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.ps) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putPsInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.ps) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putRadioButtonFieldCall(java.lang.String name, java.lang.String fieldName, RadioButtonField field, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic RadioButtonFieldResponse putRadioButtonField(java.lang.String name, java.lang.String fieldName, RadioButtonField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RadioButtonFieldResponse> putRadioButtonFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, RadioButtonField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putRadioButtonFieldAsync(java.lang.String name, java.lang.String fieldName, RadioButtonField field, java.lang.String storage, java.lang.String folder, ApiCallback<RadioButtonFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putRedactionAnnotationCall(java.lang.String name, java.lang.String annotationId, RedactionAnnotation annotation, java.lang.String storage, java.lang.String folder, java.lang.Boolean apply, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)apply
- Apply redaction immediately after adding. (optional, default to false)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic RedactionAnnotationResponse putRedactionAnnotation(java.lang.String name, java.lang.String annotationId, RedactionAnnotation annotation, java.lang.String storage, java.lang.String folder, java.lang.Boolean apply) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)apply
- Apply redaction immediately after adding. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RedactionAnnotationResponse> putRedactionAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, RedactionAnnotation annotation, java.lang.String storage, java.lang.String folder, java.lang.Boolean apply) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)apply
- Apply redaction immediately after adding. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putRedactionAnnotationAsync(java.lang.String name, java.lang.String annotationId, RedactionAnnotation annotation, java.lang.String storage, java.lang.String folder, java.lang.Boolean apply, ApiCallback<RedactionAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)apply
- Apply redaction immediately after adding. (optional, default to false)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putReplaceImageCall(java.lang.String name, java.lang.String imageId, java.lang.String imageFilePath, java.lang.String storage, java.lang.String folder, java.io.File image, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)imageId
- The image ID. (required)imageFilePath
- Path to image file if specified. Request content is used otherwise. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)image
- Image file. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ImageResponse putReplaceImage(java.lang.String name, java.lang.String imageId, java.lang.String imageFilePath, java.lang.String storage, java.lang.String folder, java.io.File image) throws ApiException
name
- The document name. (required)imageId
- The image ID. (required)imageFilePath
- Path to image file if specified. Request content is used otherwise. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)image
- Image file. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ImageResponse> putReplaceImageWithHttpInfo(java.lang.String name, java.lang.String imageId, java.lang.String imageFilePath, java.lang.String storage, java.lang.String folder, java.io.File image) throws ApiException
name
- The document name. (required)imageId
- The image ID. (required)imageFilePath
- Path to image file if specified. Request content is used otherwise. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)image
- Image file. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putReplaceImageAsync(java.lang.String name, java.lang.String imageId, java.lang.String imageFilePath, java.lang.String storage, java.lang.String folder, java.io.File image, ApiCallback<ImageResponse> callback) throws ApiException
name
- The document name. (required)imageId
- The image ID. (required)imageFilePath
- Path to image file if specified. Request content is used otherwise. (optional)storage
- The document storage. (optional)folder
- The document folder. (optional)image
- Image file. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putScreenAnnotationCall(java.lang.String name, java.lang.String annotationId, ScreenAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ScreenAnnotationResponse putScreenAnnotation(java.lang.String name, java.lang.String annotationId, ScreenAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ScreenAnnotationResponse> putScreenAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, ScreenAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putScreenAnnotationAsync(java.lang.String name, java.lang.String annotationId, ScreenAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<ScreenAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putScreenAnnotationDataExtractCall(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putScreenAnnotationDataExtract(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putScreenAnnotationDataExtractWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putScreenAnnotationDataExtractAsync(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putSearchableDocumentCall(java.lang.String name, java.lang.String storage, java.lang.String folder, java.lang.String lang, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)lang
- language for OCR engine. Possible values: eng, ara, bel, ben, bul, ces, dan, deu, ell, fin, fra, heb, hin, ind, isl, ita, jpn, kor, nld, nor, pol, por, ron, rus, spa, swe, tha, tur, ukr, vie, chi_sim, chi_tra or thier combination e.g. eng,rus (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putSearchableDocument(java.lang.String name, java.lang.String storage, java.lang.String folder, java.lang.String lang) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)lang
- language for OCR engine. Possible values: eng, ara, bel, ben, bul, ces, dan, deu, ell, fin, fra, heb, hin, ind, isl, ita, jpn, kor, nld, nor, pol, por, ron, rus, spa, swe, tha, tur, ukr, vie, chi_sim, chi_tra or thier combination e.g. eng,rus (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putSearchableDocumentWithHttpInfo(java.lang.String name, java.lang.String storage, java.lang.String folder, java.lang.String lang) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)lang
- language for OCR engine. Possible values: eng, ara, bel, ben, bul, ces, dan, deu, ell, fin, fra, heb, hin, ind, isl, ita, jpn, kor, nld, nor, pol, por, ron, rus, spa, swe, tha, tur, ukr, vie, chi_sim, chi_tra or thier combination e.g. eng,rus (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putSearchableDocumentAsync(java.lang.String name, java.lang.String storage, java.lang.String folder, java.lang.String lang, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)lang
- language for OCR engine. Possible values: eng, ara, bel, ben, bul, ces, dan, deu, ell, fin, fra, heb, hin, ind, isl, ita, jpn, kor, nld, nor, pol, por, ron, rus, spa, swe, tha, tur, ukr, vie, chi_sim, chi_tra or thier combination e.g. eng,rus (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putSetPropertyCall(java.lang.String name, java.lang.String propertyName, java.lang.String value, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)propertyName
- (required)value
- (required)storage
- (optional)folder
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentPropertyResponse putSetProperty(java.lang.String name, java.lang.String propertyName, java.lang.String value, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)propertyName
- (required)value
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentPropertyResponse> putSetPropertyWithHttpInfo(java.lang.String name, java.lang.String propertyName, java.lang.String value, java.lang.String storage, java.lang.String folder) throws ApiException
name
- (required)propertyName
- (required)value
- (required)storage
- (optional)folder
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putSetPropertyAsync(java.lang.String name, java.lang.String propertyName, java.lang.String value, java.lang.String storage, java.lang.String folder, ApiCallback<DocumentPropertyResponse> callback) throws ApiException
name
- (required)propertyName
- (required)value
- (required)storage
- (optional)folder
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putSignatureFieldCall(java.lang.String name, java.lang.String fieldName, SignatureField field, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SignatureFieldResponse putSignatureField(java.lang.String name, java.lang.String fieldName, SignatureField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SignatureFieldResponse> putSignatureFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, SignatureField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putSignatureFieldAsync(java.lang.String name, java.lang.String fieldName, SignatureField field, java.lang.String storage, java.lang.String folder, ApiCallback<SignatureFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putSoundAnnotationCall(java.lang.String name, java.lang.String annotationId, SoundAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SoundAnnotationResponse putSoundAnnotation(java.lang.String name, java.lang.String annotationId, SoundAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SoundAnnotationResponse> putSoundAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, SoundAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putSoundAnnotationAsync(java.lang.String name, java.lang.String annotationId, SoundAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<SoundAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putSoundAnnotationDataExtractCall(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putSoundAnnotationDataExtract(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putSoundAnnotationDataExtractWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putSoundAnnotationDataExtractAsync(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putSquareAnnotationCall(java.lang.String name, java.lang.String annotationId, SquareAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SquareAnnotationResponse putSquareAnnotation(java.lang.String name, java.lang.String annotationId, SquareAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SquareAnnotationResponse> putSquareAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, SquareAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putSquareAnnotationAsync(java.lang.String name, java.lang.String annotationId, SquareAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<SquareAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putSquigglyAnnotationCall(java.lang.String name, java.lang.String annotationId, SquigglyAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SquigglyAnnotationResponse putSquigglyAnnotation(java.lang.String name, java.lang.String annotationId, SquigglyAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SquigglyAnnotationResponse> putSquigglyAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, SquigglyAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putSquigglyAnnotationAsync(java.lang.String name, java.lang.String annotationId, SquigglyAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<SquigglyAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putStampAnnotationCall(java.lang.String name, java.lang.String annotationId, StampAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StampAnnotationResponse putStampAnnotation(java.lang.String name, java.lang.String annotationId, StampAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StampAnnotationResponse> putStampAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, StampAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putStampAnnotationAsync(java.lang.String name, java.lang.String annotationId, StampAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<StampAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putStampAnnotationDataExtractCall(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putStampAnnotationDataExtract(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putStampAnnotationDataExtractWithHttpInfo(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putStampAnnotationDataExtractAsync(java.lang.String name, java.lang.String annotationId, java.lang.String outFilePath, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)outFilePath
- The output file path. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putStrikeOutAnnotationCall(java.lang.String name, java.lang.String annotationId, StrikeOutAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StrikeOutAnnotationResponse putStrikeOutAnnotation(java.lang.String name, java.lang.String annotationId, StrikeOutAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StrikeOutAnnotationResponse> putStrikeOutAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, StrikeOutAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putStrikeOutAnnotationAsync(java.lang.String name, java.lang.String annotationId, StrikeOutAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<StrikeOutAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putSvgInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.Boolean adjustPageSize, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.svg) (required)adjustPageSize
- Adjust page size (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putSvgInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.Boolean adjustPageSize, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.svg) (required)adjustPageSize
- Adjust page size (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putSvgInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.Boolean adjustPageSize, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.svg) (required)adjustPageSize
- Adjust page size (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putSvgInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.Boolean adjustPageSize, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.svg) (required)adjustPageSize
- Adjust page size (optional)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putTableCall(java.lang.String name, java.lang.String tableId, Table table, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)table
- The table. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putTable(java.lang.String name, java.lang.String tableId, Table table, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)table
- The table. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putTableWithHttpInfo(java.lang.String name, java.lang.String tableId, Table table, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)table
- The table. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putTableAsync(java.lang.String name, java.lang.String tableId, Table table, java.lang.String storage, java.lang.String folder, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)tableId
- The table ID. (required)table
- The table. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putTeXInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putTeXInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putTeXInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putTeXInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.tex) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putTextAnnotationCall(java.lang.String name, java.lang.String annotationId, TextAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextAnnotationResponse putTextAnnotation(java.lang.String name, java.lang.String annotationId, TextAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextAnnotationResponse> putTextAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, TextAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putTextAnnotationAsync(java.lang.String name, java.lang.String annotationId, TextAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<TextAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putTextBoxFieldCall(java.lang.String name, java.lang.String fieldName, TextBoxField field, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextBoxFieldResponse putTextBoxField(java.lang.String name, java.lang.String fieldName, TextBoxField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextBoxFieldResponse> putTextBoxFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, TextBoxField field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putTextBoxFieldAsync(java.lang.String name, java.lang.String fieldName, TextBoxField field, java.lang.String storage, java.lang.String folder, ApiCallback<TextBoxFieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The field name. (required)field
- The field. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putUnderlineAnnotationCall(java.lang.String name, java.lang.String annotationId, UnderlineAnnotation annotation, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic UnderlineAnnotationResponse putUnderlineAnnotation(java.lang.String name, java.lang.String annotationId, UnderlineAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UnderlineAnnotationResponse> putUnderlineAnnotationWithHttpInfo(java.lang.String name, java.lang.String annotationId, UnderlineAnnotation annotation, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putUnderlineAnnotationAsync(java.lang.String name, java.lang.String annotationId, UnderlineAnnotation annotation, java.lang.String storage, java.lang.String folder, ApiCallback<UnderlineAnnotationResponse> callback) throws ApiException
name
- The document name. (required)annotationId
- The annotation ID. (required)annotation
- Annotation. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putUpdateFieldCall(java.lang.String name, java.lang.String fieldName, Field field, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fieldName
- The name of a field to be updated. (required)field
- Field with the field data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FieldResponse putUpdateField(java.lang.String name, java.lang.String fieldName, Field field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The name of a field to be updated. (required)field
- Field with the field data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FieldResponse> putUpdateFieldWithHttpInfo(java.lang.String name, java.lang.String fieldName, Field field, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fieldName
- The name of a field to be updated. (required)field
- Field with the field data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putUpdateFieldAsync(java.lang.String name, java.lang.String fieldName, Field field, java.lang.String storage, java.lang.String folder, ApiCallback<FieldResponse> callback) throws ApiException
name
- The document name. (required)fieldName
- The name of a field to be updated. (required)field
- Field with the field data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putUpdateFieldsCall(java.lang.String name, Fields fields, java.lang.String storage, java.lang.String folder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)fields
- Fields with the fields data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FieldsResponse putUpdateFields(java.lang.String name, Fields fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- Fields with the fields data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FieldsResponse> putUpdateFieldsWithHttpInfo(java.lang.String name, Fields fields, java.lang.String storage, java.lang.String folder) throws ApiException
name
- The document name. (required)fields
- Fields with the fields data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putUpdateFieldsAsync(java.lang.String name, Fields fields, java.lang.String storage, java.lang.String folder, ApiCallback<FieldsResponse> callback) throws ApiException
name
- The document name. (required)fields
- Fields with the fields data. (required)storage
- The document storage. (optional)folder
- The document folder. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putWebInStorageToPdfCall(java.lang.String name, java.lang.String url, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)url
- Source url (required)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putWebInStorageToPdf(java.lang.String name, java.lang.String url, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)url
- Source url (required)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putWebInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String url, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)url
- Source url (required)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putWebInStorageToPdfAsync(java.lang.String name, java.lang.String url, java.lang.Double height, java.lang.Double width, java.lang.Boolean isLandscape, java.lang.Double marginLeft, java.lang.Double marginBottom, java.lang.Double marginRight, java.lang.Double marginTop, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)url
- Source url (required)height
- Page height (optional)width
- Page width (optional)isLandscape
- Is page landscaped (optional)marginLeft
- Page margin left (optional)marginBottom
- Page margin bottom (optional)marginRight
- Page margin right (optional)marginTop
- Page margin top (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putXfaPdfInRequestToAcroFormCall(java.lang.String outPath, java.lang.String storage, java.io.File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putXfaPdfInRequestToAcroForm(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putXfaPdfInRequestToAcroFormWithHttpInfo(java.lang.String outPath, java.lang.String storage, java.io.File file) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putXfaPdfInRequestToAcroFormAsync(java.lang.String outPath, java.lang.String storage, java.io.File file, ApiCallback<AsposeResponse> callback) throws ApiException
outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)storage
- The document storage. (optional)file
- A file to be converted. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putXfaPdfInStorageToAcroFormCall(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putXfaPdfInStorageToAcroForm(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putXfaPdfInStorageToAcroFormWithHttpInfo(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putXfaPdfInStorageToAcroFormAsync(java.lang.String name, java.lang.String outPath, java.lang.String folder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)outPath
- Full resulting filename (ex. /folder1/folder2/result.pdf) (required)folder
- The document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putXmlInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String xslFilePath, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xml) (required)xslFilePath
- Full XSL source filename (ex. /folder1/folder2/template.xsl) (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putXmlInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String xslFilePath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xml) (required)xslFilePath
- Full XSL source filename (ex. /folder1/folder2/template.xsl) (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putXmlInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String xslFilePath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xml) (required)xslFilePath
- Full XSL source filename (ex. /folder1/folder2/template.xsl) (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putXmlInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String xslFilePath, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xml) (required)xslFilePath
- Full XSL source filename (ex. /folder1/folder2/template.xsl) (optional)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putXpsInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xps) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putXpsInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xps) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putXpsInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xps) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putXpsInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xps) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putXslFoInStorageToPdfCall(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xpsfo) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AsposeResponse putXslFoInStorageToPdf(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xpsfo) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AsposeResponse> putXslFoInStorageToPdfWithHttpInfo(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xpsfo) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putXslFoInStorageToPdfAsync(java.lang.String name, java.lang.String srcPath, java.lang.String dstFolder, java.lang.String storage, ApiCallback<AsposeResponse> callback) throws ApiException
name
- The document name. (required)srcPath
- Full source filename (ex. /folder1/folder2/template.xpsfo) (required)dstFolder
- The destination document folder. (optional)storage
- The document storage. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call storageExistsCall(java.lang.String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
storageName
- Storage name (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StorageExist storageExists(java.lang.String storageName) throws ApiException
storageName
- Storage name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StorageExist> storageExistsWithHttpInfo(java.lang.String storageName) throws ApiException
storageName
- Storage name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call storageExistsAsync(java.lang.String storageName, ApiCallback<StorageExist> callback) throws ApiException
storageName
- Storage name (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call uploadFileCall(java.lang.String path, java.io.File file, java.lang.String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header. (required)file
- File to upload (required)storageName
- Storage name (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FilesUploadResult uploadFile(java.lang.String path, java.io.File file, java.lang.String storageName) throws ApiException
path
- Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header. (required)file
- File to upload (required)storageName
- Storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FilesUploadResult> uploadFileWithHttpInfo(java.lang.String path, java.io.File file, java.lang.String storageName) throws ApiException
path
- Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header. (required)file
- File to upload (required)storageName
- Storage name (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call uploadFileAsync(java.lang.String path, java.io.File file, java.lang.String storageName, ApiCallback<FilesUploadResult> callback) throws ApiException
path
- Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header. (required)file
- File to upload (required)storageName
- Storage name (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body object