Click or drag to resize

CHtmlConverterHtmlRenderTemplate Method (Stream, Stream, Stream)

Renders HTML template with JSON data from streams

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public static CErrorCode HtmlRenderTemplate(
	Stream htmlStream,
	Stream jsonStream,
	Stream renderHtmlStream
)

Parameters

htmlStream
Type: System.IOStream
Stream containing HTML template
jsonStream
Type: System.IOStream
Stream containing JSON data
renderHtmlStream
Type: System.IOStream
Stream to write the rendered HTML to

Return Value

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