HtmlToPdfConvertUrlToPdfDocument Method

Converts a HTML document from a given URL and produces a PdfDocument object that can be further modified and then saved

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfDocument ConvertUrlToPdfDocument(
	string url
)

Parameters

url  String
The URL of the HTML document to convert

Return Value

PdfDocument
The PdfDocument object containing the conversion result

See Also