The HtmlToPdfConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConvertHtml |
Converts a HTML string to PDF using a base URL to resolve external resources and returns the rendered PDF document into a memory buffer
|
![]() | ConvertHtmlToFile |
Converts a HTML string to PDF using a base URL to resolve external resources and writes the rendered PDF document into a file
|
![]() | ConvertHtmlToPdfDocumentObject |
Converts a HTML string to PDF using a base URL to resolve external resources and returns the rendered PDF document
as an object of the Document class that can be further used in other operations
requiring this type of objects
|
![]() | ConvertUrl |
Converts the HTML page from the given URL to a PDF document and returns the PDF document in a memory buffer
|
![]() | ConvertUrlToFile |
Converts the HTML page from the given URL to a PDF document and writes the rendered PDF document into a file
|
![]() | ConvertUrlToPdfDocumentObject |
Converts an URL to PDF and returns the rendered PDF document as an object of the Document class that can be further used in other operations
requiring this type of objects
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also