Table of Contents
HtmlToPdfSession.RenderAsPDF Method
Overload List
Name Description
HtmlToPdfResult RenderAsPDF(PdfDocument); Convert the current document into PDF and render the result into a PdfDocument object.
HtmlToPdfResult RenderAsPDF(string); Convert the current document into a PDF file.
HtmlToPdfResult RenderAsPDF(Stream); Convert the current document into PDF and save the result into a Stream object.
HtmlToPdfResult RenderAsPDF(PdfPage); Convert the current document into PDF and render the result into a PdfPage object.
HtmlToPdfResult RenderAsPDF(Paginator, PdfPage); Convert the current document into PDF using paging result from the specified Paginator object.
HtmlToPdfResult RenderAsPDF(Paginator); Convert the current document into PDF using paging result from the specified Paginator object.
See Also