ConversionSettings

public final class ConversionSettings

Settings for Conversion. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document's settings, otherwise the SDK globally when set on SdkSettings.

Functions

Link copied to clipboard
The maximum time, in milliseconds, to wait for page media (images and other sub-resources) to finish loading when rendering HTML, MHTML, or email input, before the page is captured.
Link copied to clipboard
public final int getTimeoutMilliseconds()
The conversion timeout in milliseconds.
Link copied to clipboard
public final void setHtmlMediaLoadTimeoutMilliseconds(Integer value)
The maximum time, in milliseconds, to wait for page media (images and other sub-resources) to finish loading when rendering HTML, MHTML, or email input, before the page is captured.
Link copied to clipboard
public final void setTimeoutMilliseconds(int value)
The conversion timeout in milliseconds.