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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document