Class Setting_Api
java.lang.Object
com.ironsoftware.ironpdf.internal.staticapi.Setting_Api
The type Setting api.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic boolean
The constant enableDebug.static final String
The constant IRON_PDF_ENGINE_VERSION.static final Path
The constant defaultPathToIronPdfEngineFolder.static Path
Path to IronPdfEngine folder, default is current {currentDirectory}/IronPdfEngine.{revision}.{osName}.{osArch}/ .static String
The constant licenseKey.static Path
Path to IronPdfEngine log.static String
The constant subProcessHost.static int
The constant subProcessPort. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
subProcessPort
public static int subProcessPortThe constant subProcessPort. -
licenseKey
The constant licenseKey. -
enableDebug
public static boolean enableDebugThe constant enableDebug. -
logPath
Path to IronPdfEngine log. -
ironPdfEngineFolder
Path to IronPdfEngine folder, default is current {currentDirectory}/IronPdfEngine.{revision}.{osName}.{osArch}/ . If IronPdfEngine binary does not exist, it will download automatically to this folder. -
ironPdfEngineDefaultFolder
The constant defaultPathToIronPdfEngineFolder. -
subProcessHost
The constant subProcessHost. -
IRON_PDF_ENGINE_VERSION
The constant IRON_PDF_ENGINE_VERSION.- See Also:
-
-
Constructor Details
-
Setting_Api
public Setting_Api()
-
-
Method Details
-
findFreePort
public static int findFreePort()Find free port int.- Returns:
- the int
-
getAvailableIronPdfEngineFile
Gets available iron pdf engine file.- Returns:
- the available iron pdf engine file
-
getIronPdfEngineExecutablePath
Gets custom iron pdf engine path.- Returns:
- the custom iron pdf engine path
-
getIronPdfEngineExecutableDefaultPath
Gets default iron pdf engine path.- Returns:
- the default iron pdf engine path
-