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