Class HtmlEngineOptions
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
Options for the HTML engine.
public class HtmlEngineOptions
- Inheritance
-
HtmlEngineOptions
- Inherited Members
Remarks
Use these options to ignore SSL errors during HTML to PDF conversion in .NET.
These options play an important role when converting HTML to PDF in Linux, Azure Functions, or AWS Lambda.
For an overview of the HTML‑to‑PDF features provided by Docotic.Pdf with the HtmlToPdf add‑on, see the HTML to PDF for .NET 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.