public class ConvertRequest extends Object implements RequestEntity
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
async
Defines the conversion request type: asynchronous or not.
|
private Integer |
codePage
Defines the file encoding when converting from "csv" or "txt" format.
|
private Integer |
delimiter
Defines the delimiter characters for separating values when converting from "csv" format.
|
private String |
filetype
Defines the type of the document file to be converted.
|
private String |
key
Defines the document identifier used to unambiguously identify the document file.
|
private String |
outputtype
Defines the resulting converted document type.
|
private String |
password
Defines the password for the document file if it is protected with a password.
|
private PDF |
pdf
Defines settings for converting document files to pdf.
|
private String |
region
Defines the default display format for currency and date and time when converting from "Spreadsheet format" to
"pdf".
|
private Thumbnail |
thumbnail
Defines the settings for the thumbnail when specifying the image formats ("bmp", "gif", "jpg", "png") as
"outputtype".
|
private String |
title
Defines the converted file name.
|
private String |
token
Defines the encrypted signature added to the Document Server config in the form of a token.
|
private String |
url
Defines the absolute URL to the document to be converted.
|
| Constructor and Description |
|---|
ConvertRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getToken()
Returns a token from the conversion request.
|
void |
setToken(String tn)
Adds a token to the conversion request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKeyprivate Boolean async
private Integer codePage
private Integer delimiter
private String filetype
private String key
private String outputtype
private PDF pdf
private String password
private String region
private Thumbnail thumbnail
private String title
private String token
private String url
public String getToken()
getToken in interface RequestEntitypublic void setToken(String tn)
setToken in interface RequestEntitytn - The token.Copyright © 2023–2024. All rights reserved.