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.
|