public final class Setting_Api extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
enableDebug
The constant enableDebug.
|
static String |
IRON_PDF_ENGINE_VERSION
The constant IRON_PDF_ENGINE_VERSION.
|
static Path |
ironPdfEngineWorkingDirectory
Path to IronPdfEngine working directory.
|
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.
|
static Path |
tempFolderPath |
Constructor and Description |
---|
Setting_Api() |
Modifier and Type | Method and Description |
---|---|
static int |
getDefaultPort()
Find free port int.
|
static String |
getIronPdfEngineExecutableFileName() |
static Path |
getIronPdfEngineExecutablePath(Path workingDir)
Gets custom iron pdf engine path.
|
static String |
getIronPdfEngineFolderName() |
static String |
getIronPdfEngineZipName() |
static void |
useIronPdfEngineDocker(int port) |
public static int subProcessPort
public static String licenseKey
public static boolean enableDebug
public static Path logPath
public static Path ironPdfEngineWorkingDirectory
public static String subProcessHost
public static Path tempFolderPath
public static final String IRON_PDF_ENGINE_VERSION
public static int getDefaultPort()
public static String getIronPdfEngineFolderName()
public static String getIronPdfEngineZipName()
public static String getIronPdfEngineExecutableFileName()
public static Path getIronPdfEngineExecutablePath(Path workingDir)
public static void useIronPdfEngineDocker(int port)
Copyright © 2022–2023 Iron Software. All rights reserved.