Click or drag to resize

CHtmlConverterHtmlRenderTemplate Method (String, String, String)

Renders HTML template with JSON data from file paths

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public static CErrorCode HtmlRenderTemplate(
	string htmlPath,
	string jsonPath,
	string renderHtmlPath
)

Parameters

htmlPath
Type: SystemString
Path to the HTML template file
jsonPath
Type: SystemString
Path to the JSON data file
renderHtmlPath
Type: SystemString
Path to the output file for rendered HTML

Return Value

Type: CErrorCode
Error code indicating the result of the operation
See Also