Table of Contents
HtmlToPdf.ConvertUrl Method (String, String)

Convert a Web page into a PDF file.

Syntax
 public static HtmlToPdfResult ConvertUrl(
   string url,
   string pdfFileName
);

Parameters

url
The Url of the page.
pdfFileName
The output PDF file name.

Return Value

Returns a HtmlToPdfResult object that contains additional information about the conversion.

See Also