HiQPdf Documentation

HtmlToPdfConvertUrlToPdfDocument Method

HiQPdf Client for .NET Core
Converts a HTML document from a given URL and produces a PdfDocument object that can be further modified and then saved

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.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