EVO HTML to PDF Converter

HtmlToPdfConverterConvertUrl Method

Winnovative Client for .NET Documentation
Converts the HTML page from the given URL to a PDF document and returns the PDF document in a memory buffer

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public byte[] ConvertUrl(
	string url
)

Parameters

url
Type: SystemString
The URL of the HTML document to convert to PDF or the full path of a HTML file in the local file system

Return Value

Type: Byte
A memory buffer containing the the generated PDF document
See Also

Reference