Overload List
Name | Description | |
---|---|---|
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.
|
See Also