Generate PDF into specified Stream 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, Stream output )
Parameters
- htmlFiles
- Type: SystemString
list of HTML files or URLs - coverHtml
- Type: SystemString
first page HTML (optional, can be null) - output
- Type: System.IOStream
output stream for generated PDF
See Also