GlobalSettingsStartPersistentRendererAsync Method

Starts the persistent HTML renderer process ahead of the first conversion. See StartPersistentRenderer(String).

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
C#
public static Task StartPersistentRendererAsync(
	string htmlLoaderFilePath = null,
	CancellationToken ct = default
)

Parameters

htmlLoaderFilePath  String  (Optional)
The full path of the HTML renderer executable, or null to use the runtime shipped with the library.
ct  CancellationToken  (Optional)
A token that cancels the wait for the process to start.

Return Value

Task
A task that completes when the process is started and ready for conversions.

See Also