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

Convert a Web page into a PDF and write the output to a PdfPage.

Syntax
 public static HtmlToPdfResult ConvertUrl(
   string url,
   PdfPage page
);

Parameters

url
The Url of the page.
page
The PdfPage object that receives the output.

Return Value

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

Remarks

Use this method to render a Web page into a specific PdfPage. Output beyond the visible page area will be clipped.

See Also