CHtmlConverter Class |
Namespace: ComPDF.PDFGeneration
public class CHtmlConverter
The CHtmlConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| CHtmlConverter | Initializes a new instance of the CHtmlConverter class |
| Name | Description | |
|---|---|---|
| ConvertToPdf(FileInfo, FileInfo) |
Converts HTML from a file to PDF and saves to another file
| |
| ConvertToPdf(Stream, Stream) |
Converts HTML from a stream to PDF and writes to another stream
| |
| ConvertToPdf(String, Stream) |
Converts HTML content string to PDF and writes to the specified stream
| |
| ConvertToPdf(String, String) |
Converts HTML from a file path to PDF and saves to another file path
| |
| ConvertToPdf(FileInfo, FileInfo, CConverterProperties) |
Converts HTML from a file to PDF and saves to another file
| |
| ConvertToPdf(Stream, Stream, CConverterProperties) |
Converts HTML from a stream to PDF and writes to another stream
| |
| ConvertToPdf(String, Stream, CConverterProperties) |
Converts HTML content string to PDF and writes to the specified stream
| |
| ConvertToPdf(String, String, CConverterProperties) |
Converts HTML from a file path to PDF and saves to another file path
| |
| HtmlRenderTemplate(FileInfo, FileInfo, FileInfo) |
Renders HTML template with JSON data from files
| |
| HtmlRenderTemplate(Stream, Stream, Stream) |
Renders HTML template with JSON data from streams
| |
| HtmlRenderTemplate(String, String, String) |
Renders HTML template with JSON data from file paths
| |
| HtmlStrRenderTemplate |
Renders an HTML template with JSON data
| |
| RenderAndConvertToPdf(FileInfo, FileInfo, FileInfo) |
Renders HTML template with JSON data from files and converts the result to PDF
| |
| RenderAndConvertToPdf(Stream, Stream, Stream) |
Renders HTML template with JSON data from streams and converts the result to PDF
| |
| RenderAndConvertToPdf(String, String, Stream) |
Renders an HTML template with JSON data and converts the result to PDF
| |
| RenderAndConvertToPdf(String, String, String) |
Renders HTML template with JSON data from file paths and converts the result to PDF
| |
| RenderAndConvertToPdf(FileInfo, FileInfo, FileInfo, CConverterProperties) |
Renders HTML template with JSON data from files and converts the result to PDF
| |
| RenderAndConvertToPdf(Stream, Stream, Stream, CConverterProperties) |
Renders HTML template with JSON data from streams and converts the result to PDF
| |
| RenderAndConvertToPdf(String, String, Stream, CConverterProperties) |
Renders an HTML template with JSON data and converts the result to PDF
| |
| RenderAndConvertToPdf(String, String, String, CConverterProperties) |
Renders HTML template with JSON data from file paths and converts the result to PDF
|