HtmlToPdfConverterGeneratePdfFromFile Method (String, String)

NReco.PdfGenerator Class Library Documentation
Generate PDF by specfied HTML content and prepend cover page (useful with GenerateToc option)

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

public byte[] GeneratePdfFromFile(
	string htmlFilePath,
	string coverHtml
)

Parameters

htmlFilePath
Type: SystemString
path to HTML file or absolute URL
coverHtml
Type: SystemString
first page HTML (optional, can be null)

Return Value

Type: Byte
PDF bytes
See Also

Reference