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: 6.0.0.0

Syntax

C#
public PdfDocument ConvertUrlToPdfDocument(
	string url
)
Visual Basic
Public Function ConvertUrlToPdfDocument ( 
	url As String
) As PdfDocument
Visual C++
public:
PdfDocument^ ConvertUrlToPdfDocument(
	String^ url
)

Parameters

url
Type: System..::..String
The URL of the HTML document to convert

Return Value

Type: PdfDocument
The PdfDocument object containing the conversion result

See Also