[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( XmlReader htmlInput, Stream output ) |
| Visual Basic |
|---|
Public Function Write ( _ htmlInput As XmlReader, _ output As Stream _ ) As Summary |
Parameters
- htmlInput
- Type: System.Xml..::..XmlReader
The XmlReader that contains the HTML document.
- output
- Type: System.IO..::..Stream
The stream that will contain the generated PDF document.
Return Value
A summary of the conversion process.
Remarks
ConversionSettings.UseDtd and ConversionSettings.Strict are don't cares in this call.