|
Name |
Description |
|
static Task<T> ConvertUrlAsync(IHtmlToPdfExtension, string, PdfDocument);
|
Convert a Web page into PDF and write the output to a PdfDocument. |
|
static Task<T> ConvertUrlAsync(IHtmlToPdfExtension, string, PdfDocument, HtmlToPdfOptions);
|
Convert a Web page into PDF and write the output to a PdfDocument. |
|
static Task<T> ConvertUrlAsync(IHtmlToPdfExtension, string, PdfPage);
|
Convert a Web page into a PDF and write the output to a PdfPage. |
|
static Task<T> ConvertUrlAsync(IHtmlToPdfExtension, string, PdfPage, HtmlToPdfOptions);
|
Convert a Web page into a PDF and write the output to a PdfPage. |
|
static Task<T> ConvertUrlAsync(IHtmlToPdfExtension, string, string);
|
Convert a Web page into a PDF file. |
|
static Task<T> ConvertUrlAsync(IHtmlToPdfExtension, string, string, HtmlToPdfOptions);
|
Convert a Web page into a PDF file. |
|
static Task<T> ConvertUrlAsync(IHtmlToPdfExtension, string, Stream);
|
Convert a Web page into PDF and write the output to a Stream. |
|
static Task<T> ConvertUrlAsync(IHtmlToPdfExtension, string, Stream, HtmlToPdfOptions);
|
Convert a Web page into PDF and write the output to a Stream. |