Click or drag to resize

CHtmlConverterRenderAndConvertToPdf Method

Overload List
  NameDescription
Public methodStatic memberRenderAndConvertToPdf(FileInfo, FileInfo, FileInfo)
Renders HTML template with JSON data from files and converts the result to PDF
Public methodStatic memberRenderAndConvertToPdf(Stream, Stream, Stream)
Renders HTML template with JSON data from streams and converts the result to PDF
Public methodStatic memberRenderAndConvertToPdf(String, String, Stream)
Renders an HTML template with JSON data and converts the result to PDF
Public methodStatic memberRenderAndConvertToPdf(String, String, String)
Renders HTML template with JSON data from file paths and converts the result to PDF
Public methodStatic memberRenderAndConvertToPdf(FileInfo, FileInfo, FileInfo, CConverterProperties)
Renders HTML template with JSON data from files and converts the result to PDF
Public methodStatic memberRenderAndConvertToPdf(Stream, Stream, Stream, CConverterProperties)
Renders HTML template with JSON data from streams and converts the result to PDF
Public methodStatic memberRenderAndConvertToPdf(String, String, Stream, CConverterProperties)
Renders an HTML template with JSON data and converts the result to PDF
Public methodStatic memberRenderAndConvertToPdf(String, String, String, CConverterProperties)
Renders HTML template with JSON data from file paths and converts the result to PDF
Top
See Also