HtmlToPdfConverterGeneratePdf Method (String)

NReco.PdfGenerator Class Library Documentation
Generates PDF by specifed HTML content

Namespace:  NReco.PdfGenerator
Assembly:  NReco.PdfGenerator (in NReco.PdfGenerator.dll) Version: 1.2.1
Syntax

public byte[] GeneratePdf(
	string htmlContent
)

Parameters

htmlContent
Type: SystemString
HTML content

Return Value

Type: Byte
PDF bytes
See Also

Reference