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 | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also