HiQPdf Documentation

HtmlToPdfConvertUrlToPdfDocument Method

Quickly Create High Quality PDFs
Converts a HTML document from a given URL and produces a PdfDocument object that can be further modified and then saved

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfDocument ConvertUrlToPdfDocument(
	string url
)

Parameters

url
Type: SystemString
The URL of the HTML document to convert

Return Value

Type: PdfDocument
The PdfDocument object containing the conversion result
See Also

Reference