DocumentSettings

public final class DocumentSettings

Provides configuration settings for SDK document operations. Manages document-level settings with overrides over SDK defaults.

Constructors

Link copied to clipboard
public void DocumentSettings()

Functions

Link copied to clipboard
public final void export(String path)
Exports the current document settings to a JSON file.
Link copied to clipboard
public final CadSettings getCadSettings()
Gets the settings for CAD.
Link copied to clipboard
Gets the settings for conversion.
Link copied to clipboard
Gets the settings for HTML.
Link copied to clipboard
Gets the settings for image.
Link copied to clipboard
Gets the settings for jbig2.
Link copied to clipboard
Gets the settings for jpeg.
Link copied to clipboard
Gets the settings for opening documents.
Link copied to clipboard
Gets the settings for PDF page.
Link copied to clipboard
public final PdfSettings getPdfSettings()
Gets the settings for PDF.
Link copied to clipboard
Gets the settings for spreadsheet.
Link copied to clipboard
Gets the settings for tiff.
Link copied to clipboard
Gets the settings for Word documents.
Link copied to clipboard
public final void load(String path)
Loads document settings from a JSON file.