public class

ConversionOptions

extends OptionsBase
java.lang.Object
   ↳ com.pdftron.pdf.OptionsBase
     ↳ com.pdftron.pdf.ConversionOptions
Known Direct Subclasses

Summary

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

Public Constructors

public ConversionOptions ()

Constructor.

public ConversionOptions (String json_string)

Constructor.

Public Methods

public boolean getEnableExternalMediaDownloads ()

Gets the value of EnableExternalMediaDownloads from the options object used to determine if downloading external resources is allowed during conversion.

Returns
  • a boolean value, the current value for EnableExternalMediaDownloads.

public String getFileExtension ()

Gets the value of FileExtension from the options object Override file extension used to determine conversion type.

Returns
  • a String, the current value for FileExtension.

public ConversionOptions setEnableExternalMediaDownloads (boolean value)

Sets the value for EnableExternalMediaDownloads in the options object used to determine if downloading external resources is allowed during conversion.

Returns
  • this object, for call chaining

public ConversionOptions setFileExtension (String value)

Sets the value for FileExtension in the options object Override file extension used to determine conversion type.

Returns
  • this object, for call chaining