| Package | Description |
|---|---|
| com.ironsoftware.ironpdf | |
| com.ironsoftware.ironpdf.internal.staticapi |
| Modifier and Type | Method and Description |
|---|---|
static IronPdfEngineConnection |
IronPdfEngineConnection.configure()
Static factory method to initiate the configuration of IronPdfEngineConnection.
|
static IronPdfEngineConnection |
Settings.getConnectionMode()
Get IronPdfEngineConnection to set up various connection modes for IronPdfEngine.
|
IronPdfEngineConnection |
IronPdfEngineConnection.withCustomGrpcConnection(io.grpc.ManagedChannel customChannel) |
IronPdfEngineConnection |
IronPdfEngineConnection.withHostPort(String host,
int port)
Recommended for hosting IronPdfEngine Docker in local network.
|
IronPdfEngineConnection |
IronPdfEngineConnection.withOfficialCloud()
Configures IronPDF Java to use an official cloud-based IronPdfEngine.
|
IronPdfEngineConnection |
IronPdfEngineConnection.withSubprocess()
Default use-case.
|
IronPdfEngineConnection |
IronPdfEngineConnection.withSubprocess(int port)
Recommended if port 33350 is not available.
|
IronPdfEngineConnection |
IronPdfEngineConnection.withTarget(String target)
Recommended for hosting IronPdfEngine Docker in Cloud or remote server.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Settings.setConnectionMode(IronPdfEngineConnection ironPdfEngineConnection)
Set IronPdfEngineConnection to set up various connection modes for IronPdfEngine.
|
| Modifier and Type | Field and Description |
|---|---|
static IronPdfEngineConnection |
Setting_Api.connectionMode |
Copyright © 2022–2025 Iron Software. All rights reserved.