Overload List
Name | Description | |
---|---|---|
GetPdfDocumentObjectFromHtmlStream(Stream, Encoding) |
Converts a HTML from a stream to PDF document object. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToPdfDocumentObject(Stream, Encoding, String) method in the future versions
| |
GetPdfDocumentObjectFromHtmlStream(Stream, Encoding, String) |
Converts a HTML from a stream to a PDF document object using a base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToPdfDocumentObject(Stream, Encoding, String) method in the future versions
| |
GetPdfDocumentObjectFromHtmlStream(Stream, Encoding, String, String) |
Converts a HTML from a stream to a PDF document object using a base URL and an internal links base URL.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToPdfDocumentObject(Stream, Encoding, String, String) method in the future versions
|
See Also