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