L_HTMLENGINE

typedef enum _L_HTMLENGINE 
{ 
   L_HTMLENGINE_AUTO, 
   L_HTMLENGINE_IE, 
   L_HTMLENGINE_WEBKIT, 
 
} L_HTMLENGINE; 

Enumeration values that indicate which HTML engine to use when rendering HTML files.

Members

L_HTMLENGINE_AUTO

Use the default engine for the platform

L_HTMLENGINE_IE

Use Internet Explorer

L_HTMLENGINE_WEBKIT

Use the WebKit rendering engine (requires additional download)

Comments

LEADTOOLS currently supports the following HTML rendering engines:

L_HTMLENGINE_IE (Internet Explorer)

This engine uses the default Internet Explorer rendering engine that comes with the Windows operating system.

This engine is only supported by the Windows platform.

L_HTMLENGINE_WEBKIT WebKit, Requires additional download

This engine uses the WebKit rendering engine. To enable it, 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. Extracting this file from the setup above and then placing it next to the other LEADTOOLS libraries is sufficient.

Note that 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, LtWebKitEngine?.dll/so from your LEADTOOLS setup must be included in the application (next to lfhtm?.dll/so).

The WebKit rendering engine is supported by the Windows, Linux and macOS platforms.

L_HTMLENGINE_AUTO

The following behavior occurs when L_HTMLENGINE_AUTO (the default value) is used:

The structure is used by:

Help Version 21.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.