Click or drag to resize

CHtmlConverterRenderAndConvertToPdf Method (String, String, Stream, CConverterProperties)

Renders an HTML template with JSON data and converts the result to PDF

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public static CErrorCode RenderAndConvertToPdf(
	string htmlContent,
	string jsonContent,
	Stream pdfStream,
	CConverterProperties properties
)

Parameters

htmlContent
Type: SystemString
HTML template content
jsonContent
Type: SystemString
JSON data to populate the template
pdfStream
Type: System.IOStream
Stream to write the resulting PDF to
properties
Type: ComPDF.PDFGenerationCConverterProperties
Conversion properties (optional)

Return Value

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