SdkSettings

public final class SdkSettings

Manages configuration settings for the Nutrient SDK. Provides functionality to load, export, and access various SDK settings through a type-safe registry system. This is a singleton class - use the static methods to access SDK settings.

Constructors

Link copied to clipboard
public void SdkSettings()

Functions

Link copied to clipboard
public final static void export(String path)
Static method to export the current SDK settings to a JSON file.
Link copied to clipboard
public final void exportInstance(String path)
Exports the current SDK settings to a JSON file.
Link copied to clipboard
public final static CadSettings getCadSettings()
Gets the settings for CAD.
Link copied to clipboard
Gets the settings for conversion.
Link copied to clipboard
public final static HtmlSettings getHtmlSettings()
Gets the settings for HTML.
Link copied to clipboard
public final static ImageSettings getImageSettings()
Gets the settings for image.
Link copied to clipboard
public final static Jbig2Settings getJbig2Settings()
Gets the settings for jbig2.
Link copied to clipboard
public final static JpegSettings getJpegSettings()
Gets the settings for jpeg.
Link copied to clipboard
public final static OpenSettings getOpenSettings()
Gets the settings for opening documents.
Link copied to clipboard
public final static PdfPageSettings getPdfPageSettings()
Gets the settings for PDF page.
Link copied to clipboard
public final static PdfSettings getPdfSettings()
Gets the settings for PDF.
Link copied to clipboard
Gets the settings for spreadsheet.
Link copied to clipboard
public final static TiffSettings getTiffSettings()
Gets the settings for tiff.
Link copied to clipboard
public final static WordSettings getWordSettings()
Gets the settings for Word documents.
Link copied to clipboard
public final static void load(String path)
Static method to load SDK settings from a JSON file.
Link copied to clipboard
public final void loadInstance(String path)
Loads SDK settings from a JSON file.