Class Setting_Api
java.lang.Object
com.ironsoftware.ironpdf.internal.staticapi.Setting_Api
The type Setting api.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic booleanThe constant enableDebug.static final StringThe constant IRON_PDF_ENGINE_VERSION.static PathPath to IronPdfEngine working directory.static StringThe constant licenseKey.static PathPath to IronPdfEngine log.static StringThe constant subProcessHost.static intThe constant subProcessPort.static Path
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intFind free port int.static Stringstatic PathgetIronPdfEngineExecutablePath(Path workingDir) Gets custom iron pdf engine path.static Stringstatic Stringstatic voiduseIronPdfEngineDocker(int port) 
- 
Field Details- 
subProcessPortpublic static int subProcessPortThe constant subProcessPort.
- 
licenseKeyThe constant licenseKey.
- 
enableDebugpublic static boolean enableDebugThe constant enableDebug.
- 
logPathPath to IronPdfEngine log.
- 
ironPdfEngineWorkingDirectoryPath to IronPdfEngine working directory. default is current directory. If IronPdfEngine binary does not exist, we will download automatically to this folder.
- 
subProcessHostThe constant subProcessHost.
- 
tempFolderPath
- 
IRON_PDF_ENGINE_VERSIONThe constant IRON_PDF_ENGINE_VERSION.- See Also:
 
 
- 
- 
Constructor Details- 
Setting_Apipublic Setting_Api()
 
- 
- 
Method Details- 
findFreePortpublic static int findFreePort()Find free port int.- Returns:
- the int
 
- 
getIronPdfEngineFolderName
- 
getIronPdfEngineZipName
- 
getIronPdfEngineExecutableFileName
- 
getIronPdfEngineExecutablePathGets custom iron pdf engine path.- Returns:
- the custom iron pdf engine path
 
- 
useIronPdfEngineDockerpublic static void useIronPdfEngineDocker(int port) 
 
-