HtmlToPdfConvertUrlToStream Method

Converts a HTML document from a given URL to a PDF document and writes the resulted PDF document to an output stream

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void ConvertUrlToStream(
	string url,
	Stream outputStream
)

Parameters

url  String
The URL of the HTML document to convert
outputStream  Stream
The output stream where to write the resulted PDF document

See Also