| java.lang.Object | ||
| ↳ | com.pdftron.pdf.OptionsBase | |
| ↳ | com.pdftron.pdf.ConversionOptions | |
Known Direct Subclasses
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
ConversionOptions()
Constructor.
| |||||||||||
|
ConversionOptions(String json_string)
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
getEnableExternalMediaDownloads()
Gets the value of EnableExternalMediaDownloads from the options object used
to determine if downloading external resources is allowed during conversion.
| ||||||||||
| String |
getFileExtension()
Gets the value of FileExtension from the options object
Override file extension used to determine conversion type.
| ||||||||||
| ConversionOptions |
setEnableExternalMediaDownloads(boolean value)
Sets the value for EnableExternalMediaDownloads in the options object used
to determine if downloading external resources is allowed during conversion.
| ||||||||||
| ConversionOptions |
setFileExtension(String value)
Sets the value for FileExtension in the options object
Override file extension used to determine conversion type.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of EnableExternalMediaDownloads from the options object used to determine if downloading external resources is allowed during conversion.
| PDFNetException |
|---|
Gets the value of FileExtension from the options object Override file extension used to determine conversion type.
| PDFNetException |
|---|
Sets the value for EnableExternalMediaDownloads in the options object used to determine if downloading external resources is allowed during conversion.
| PDFNetException |
|---|
Sets the value for FileExtension in the options object Override file extension used to determine conversion type.
| PDFNetException |
|---|