Class Setting_Api
java.lang.Object
com.ironsoftware.ironpdf.internal.staticapi.Setting_Api
The type Setting api.
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
The constant enableDebug.static final String
The constant IRON_PDF_ENGINE_VERSION.static Path
Path to IronPdfEngine working directory.static String
The constant licenseKey.static Path
Path to IronPdfEngine log.static String
The constant subProcessHost.static int
The constant subProcessPort.static Path
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
Find free port int.static String
static Path
getIronPdfEngineExecutablePath
(Path workingDir) Gets custom iron pdf engine path.static String
static String
static void
useIronPdfEngineDocker
(int port)
-
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. -
ironPdfEngineWorkingDirectory
Path to IronPdfEngine working directory. default is current directory. If IronPdfEngine binary does not exist, we will download automatically to this folder. -
subProcessHost
The constant subProcessHost. -
tempFolderPath
-
IRON_PDF_ENGINE_VERSION
The constant IRON_PDF_ENGINE_VERSION.- See Also:
-
-
Constructor Details
-
Setting_Api
public Setting_Api()
-
-
Method Details
-
getDefaultPort
public static int getDefaultPort()Find free port int.- Returns:
- the int
-
getIronPdfEngineFolderName
-
getIronPdfEngineZipName
-
getIronPdfEngineExecutableFileName
-
getIronPdfEngineExecutablePath
Gets custom iron pdf engine path.- Returns:
- the custom iron pdf engine path
-
useIronPdfEngineDocker
public static void useIronPdfEngineDocker(int port)
-