HtmlToPdfConverterGeneratePdfFromFiles Method (String, String, String)

NReco.PdfGenerator Class Library Documentation
Generate PDF into specified output file by several HTML documents (local files or URLs)

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

public void GeneratePdfFromFiles(
	string[] htmlFiles,
	string coverHtml,
	string outputPdfFilePath
)

Parameters

htmlFiles
Type: SystemString
list of HTML files or URLs
coverHtml
Type: SystemString
first page HTML (optional, can be null)
outputPdfFilePath
Type: SystemString
path to output PDF file (if file already exists it will be removed before PDF generation)
See Also

Reference