WebKit Rendering Engine Support (original) (raw)

To enable the WebKit rendering engine the user must first download and install the operating system-related files from https://wkhtmltopdf.org/downloads.html.

The library needed by LEADTOOLS is wkhtmltox.dll for Windows and wkhtmltox.so for Linux. Copy and paste either file to your application’s directory containing the LEADTOOLS libraries. Specifically ensure the wkhtmltox.* library is accessible by the LEADTOOLS web kit engine library.

Note

The WebKit rendering engine is not included in your LEADTOOLS setup and has to be obtained separately by the user.

In addition to the above, Leadtools.WebKitEngine.dll for .NET or LtWebKitEngineu.dll (Win32) / LtWebKitEnginex.dll (x64) / libltwebkitengine.so for CDLL platforms from your LEADTOOLS setup must be included in the application (next to Leadtools.Codecs.Htm.dll or LfHtmu.dll (Win32) / LfHtmx.dll (x64) / liblfhtm.so).

To summarize, include in the application's directory the following:

.NET C DLL (Win32) C DLL (x64) Linux
Leadtools.WebKitEngine.dll Leadtools.Codecs.Htm.dll wkhtmltox.dll LtWebKitEngineu.dll LfHtmu.dll wkhtmltox.dll LtWebKitEnginex.dll LfHtmx.dll wkhtmltox.dll libltwebkitengine.so liblfhtm.so wkhtmltox.so