Table of Contents

Class HtmlEngineOptions

Namespace
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly
BitMiracle.Docotic.Pdf.HtmlToPdf.dll

The options for the HTML engine.

public class HtmlEngineOptions
Inheritance
HtmlEngineOptions
Inherited Members

Remarks

Use these options to convert HTML to PDF in .NET ignoring SSL errors.

These options play an important role when converting HTML to PDF in Linux, Azure Functions, or AWS Lambda.

Check out the other articles and code samples on the HTML to PDF features page.

Constructors

HtmlEngineOptions()

Initializes a new instance of the HtmlEngineOptions class.

Fields

ChromiumRevision

The revision of Chromium used by the library

Properties

IgnoreSslErrors

Gets or sets the value indicating whether the engine should ignore SSL errors.

Path

Gets or sets the path to a directory with the HTML engine.

UseSandbox

Gets or sets the value indicating whether the engine should run in a sandbox.