public final class Setting_Api extends Object
| Modifier and Type | Field and Description |
|---|---|
static Path |
defaultPathToIronPdfEngineFolder
The constant defaultPathToIronPdfEngineFolder.
|
static boolean |
enableDebug
The constant enableDebug.
|
static String |
IRON_PDF_ENGINE_VERSION
The constant IRON_PDF_ENGINE_VERSION.
|
static Path |
ironPdfEngineFolder
Path to IronPdfEngine folder, default is current
{currentDirectory}/IronPdfEngine.{revision}.{osName}.{osArch}/ .
|
static String |
licenseKey
The constant licenseKey.
|
static Path |
logPath
Path to IronPdfEngine log.
|
static String |
subProcessHost
The constant subProcessHost.
|
static int |
subProcessPort
The constant subProcessPort.
|
| Constructor and Description |
|---|
Setting_Api() |
| Modifier and Type | Method and Description |
|---|---|
static int |
findFreePort()
Find free port int.
|
static Optional<File> |
getAvailableIronPdfEngineFile()
Gets available iron pdf engine file.
|
static Path |
getCustomIronPdfEnginePath()
Gets custom iron pdf engine path.
|
static Path |
getDefaultIronPdfEnginePath()
Gets default iron pdf engine path.
|
public static int subProcessPort
public static String licenseKey
public static boolean enableDebug
public static Path logPath
public static Path ironPdfEngineFolder
public static Path defaultPathToIronPdfEngineFolder
public static String subProcessHost
public static final String IRON_PDF_ENGINE_VERSION
public static int findFreePort()
public static Optional<File> getAvailableIronPdfEngineFile()
public static Path getCustomIronPdfEnginePath()
public static Path getDefaultIronPdfEnginePath()
Copyright © 2022. All rights reserved.