Winnovative HTML to PDF Converter

HtmlToPdfConverter.ConvertHtmlStreamToStream Method (Stream, Encoding, String, Stream)

Winnovative HTML to PDF Converter for .NET Documentation
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and writes the rendered PDF document into a stream

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public void ConvertHtmlStreamToStream(
	Stream htmlStream,
	Encoding textEncoding,
	string baseUrl,
	Stream outPdfStream
)

Parameters

htmlStream
Type: System.IO.Stream
The stream containing the HTML string to convert to PDF
textEncoding
Type: System.Text.Encoding
The stream text encoding
baseUrl
Type: System.String
The base URL used to determine the full URL of the external resources like images, CSS, JavaScript and Web Font files referenced by relative URLs in HTML
outPdfStream
Type: System.IO.Stream
The output stream where to save the generated PDF document
See Also

Reference