[This is preliminary documentation and is subject to change.]
Convert the HTML document to a PDF document.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1
Syntax
| C# |
|---|
public Summary Write( Stream htmlInput, string pdfPath ) |
| Visual Basic |
|---|
Public Function Write ( _ htmlInput As Stream, _ pdfPath As String _ ) As Summary |
Parameters
- htmlInput
- Type: System.IO..::..Stream
The stream that contains the HTML document.
- pdfPath
- Type: System..::..String
The abosolute or relative path of the generated PDF document.