HTML-to-PDF converter component for C# (.NET) based on WkHtmlToPdf utility. Generates pretty-looking PDF documents from .NET application by HTML-layout.
Classes
| Class | Description | |
|---|---|---|
| HtmlToPdfConverter |
Html to PDF converter component (C# WkHtmlToPdf process wrapper).
| |
| License |
Shared (application-wide) license for PdfGenerator.
| |
| LicenseInfo |
Represents PdfGenerator commercial license information.
| |
| PageMargins |
Represents PDF page margins (unit size is mm)
| |
| WkHtmlInput |
Represents one wkhtmltopdf input.
| |
| WkHtmlToPdfException |
The exception that is thrown when WkHtmlToPdf process retruns non-zero error exit code
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| PageOrientation |
PDF page orientation
| |
| PageSize |
PDF page size
|