[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, Stream output ) |
| Visual Basic |
|---|
Public Function Write ( _ htmlInput As Stream, _ output As Stream _ ) As Summary |
Parameters
- htmlInput
- Type: System.IO..::..Stream
The stream that contains the HTML document.
- output
- Type: System.IO..::..Stream
The stream that will contain the generated PDF document.