CHtmlConverterHtmlRenderTemplate Method (FileInfo, FileInfo, FileInfo) |
Renders HTML template with JSON data from files
Namespace:
ComPDF.PDFGeneration
Assembly:
ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntaxpublic static CErrorCode HtmlRenderTemplate(
FileInfo htmlFile,
FileInfo jsonFile,
FileInfo renderHtmlFile
)
Parameters
- htmlFile
- Type: System.IOFileInfo
FileInfo object representing the HTML template file - jsonFile
- Type: System.IOFileInfo
FileInfo object representing the JSON data file - renderHtmlFile
- Type: System.IOFileInfo
FileInfo object representing the output file for rendered HTML
Return Value
Type:
CErrorCodeError code indicating the result of the operation
See Also