The HtmlToPdfConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConvertHtml(String, String) |
Converts a HTML string to PDF using a base URL to resolve external resources and returns the rendered PDF document into a memory buffer
|
![]() | ConvertHtml(String, String, String) |
Converts a HTML string to PDF using a base URL to resolve external resources and an internal links base URL and returns the rendered PDF document into a memory buffer
|
![]() | ConvertHtmlFile |
Converts a HTML file to PDF and returns the rendered PDF document into a memory buffer
|
![]() | ConvertHtmlFileToFile |
Converts a HTML file to PDF and writes the rendered PDF document into a file
|
![]() | ConvertHtmlFileToPdfDocumentObject |
Converts a HTML file 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
|
![]() | ConvertHtmlFileToStream |
Converts a HTML file to PDF and writes the rendered PDF document into a stream
|
![]() | ConvertHtmlStream(Stream, Encoding, String) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and returns the rendered PDF document into a memory buffer
|
![]() | ConvertHtmlStream(Stream, Encoding, String, String) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and an internal links base URL
and returns the rendered PDF document into a memory buffer
|
![]() | ConvertHtmlStreamToFile(Stream, Encoding, String, String) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and writes the rendered PDF document into a file
|
![]() | ConvertHtmlStreamToFile(Stream, Encoding, String, String, String) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and an internal links base URL
and writes the rendered PDF document into a file
|
![]() | ConvertHtmlStreamToPdfDocumentObject(Stream, Encoding, String) |
Converts a HTML string read from a stream 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.
|
![]() | ConvertHtmlStreamToPdfDocumentObject(Stream, Encoding, String, String) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and an internal links 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.
|
![]() | ConvertHtmlStreamToStream(Stream, Encoding, String, Stream) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and writes the rendered PDF document into a stream
|
![]() | ConvertHtmlStreamToStream(Stream, Encoding, String, String, Stream) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and an internal links base URL and writes the rendered PDF document into a stream
|
![]() | ConvertHtmlToFile(String, String, String) |
Converts a HTML string to PDF using a base URL to resolve external resources and writes the rendered PDF document into a file
|
![]() | ConvertHtmlToFile(String, String, String, String) |
Converts a HTML string to PDF using a base URL to resolve external resources and an internal links base URL and writes the rendered PDF document into a file
|
![]() | ConvertHtmlToPdfDocumentObject(String, String) |
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.
|
![]() | ConvertHtmlToPdfDocumentObject(String, String, String) |
Converts a HTML string to PDF using a base URL to resolve external resources and an internal links base URL 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.
|
![]() | ConvertHtmlToStream(String, String, Stream) |
Converts a HTML string to PDF using a base URL to resolve external resources and writes the rendered PDF document into a stream
|
![]() | ConvertHtmlToStream(String, String, String, Stream) |
Converts a HTML string to PDF using a base URL to resolve external resources and an internal links base URL and writes the rendered PDF document into a stream
|
![]() | ConvertUrl |
Converts an URL to PDF and returns the rendered PDF document into a memory buffer
|
![]() | ConvertUrlToFile |
Converts an URL to PDF 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
|
![]() | ConvertUrlToStream |
Converts an URL to PDF and writes the rendered PDF document into a stream
|
![]() | 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.) |
![]() ![]() | GetPageCount(Stream) |
A fast method to obtain the page count of a PDF document from the specified stream.
|
![]() ![]() | GetPageCount(String) |
A fast method to obtain the page count of a PDF document from the specified file path.
|
![]() | 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