Table of Contents
HtmlToPdf.ConvertUrl Method
Overload List
Name Description
static HtmlToPdfResult ConvertUrl(string, PdfDocument); Convert a Web page into PDF and write the output to a PdfDocument.
static HtmlToPdfResult ConvertUrl(string, PdfDocument, HtmlToPdfOptions); Convert a Web page into PDF and write the output to a PdfDocument.
static HtmlToPdfResult ConvertUrl(string, PdfPage); Convert a Web page into a PDF and write the output to a PdfPage.
static HtmlToPdfResult ConvertUrl(string, PdfPage, HtmlToPdfOptions); Convert a Web page into a PDF and write the output to a PdfPage.
static HtmlToPdfResult ConvertUrl(string, string); Convert a Web page into a PDF file.
static HtmlToPdfResult ConvertUrl(string, string, HtmlToPdfOptions); Convert a Web page into a PDF file.
static HtmlToPdfResult ConvertUrl(string, Stream); Convert a Web page into PDF and write the output to a Stream.
static HtmlToPdfResult ConvertUrl(string, Stream, HtmlToPdfOptions); Convert a Web page into PDF and write the output to a Stream.
See Also