[This is preliminary documentation and is subject to change.]

Convert the HTML document to a PDF document.

Namespace: TallComponents.Web.Pdf
Assembly: 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.

Return Value

A summary of the conversion process.

See Also