CHtmlConverterRenderAndConvertToPdf Method |
| Name | Description | |
|---|---|---|
| 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
|