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( WkHtmlInput[] inputs, string coverHtml, string outputPdfFilePath )
Parameters
- inputs
- Type: NReco.PdfGeneratorWkHtmlInput
- 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