GlobalSettingsStartPersistentRenderer Method

Starts the persistent HTML renderer process ahead of the first conversion, so that the first conversion does not pay the engine startup. Does nothing if the process is already running. Requires HtmlRendererMode to be PersistentProcess. Typically called at application startup.

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
C#
public static void StartPersistentRenderer(
	string htmlLoaderFilePath = null
)

Parameters

htmlLoaderFilePath  String  (Optional)
The full path of the HTML renderer executable, or null to use the runtime shipped with the library.

See Also