public class ConvertAndDownloadRequest extends Object
| Constructor | Description |
|---|---|
ConvertAndDownloadRequest() |
Initializes a new instance of the ConvertAndDownloadRequest class.
|
ConvertAndDownloadRequest(String format,
File file,
String pages,
String password) |
Initializes a new instance of the ConvertAndDownloadRequest class.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
File |
getFile() |
Input file to convert
|
String |
getformat() |
Requested conversion format: HTML, JPG, PNG or PDF
|
String |
getpages() |
Pages range to render, like \"1,2\" or \"3-5,10\"
|
String |
getpassword() |
Input document password
|
int |
hashCode() |
|
void |
setFile(File file) |
|
void |
setformat(String format) |
|
void |
setpages(String pages) |
|
void |
setpassword(String password) |
|
String |
toString() |
public ConvertAndDownloadRequest()
public ConvertAndDownloadRequest(String format, File file, String pages, String password)
format - Requested conversion format: HTML, JPG, PNG or PDFfile - Input file to convertpages - Pages range to render, like \"1,2\" or \"3-5,10\"password - Input document passwordpublic String getformat()
public void setformat(String format)
public File getFile()
public void setFile(File file)
public String getpages()
public void setpages(String pages)
public String getpassword()
public void setpassword(String password)
Copyright © 2025. All rights reserved.