Winnovative HTML to PDF Converter

PdfConverterGetPdfBytesFromHtmlStream Method

Winnovative HTML to PDF Converter for .NET Documentation
Overload List

  NameDescription
Public methodGetPdfBytesFromHtmlStream(Stream, Encoding)
Converts a HTML from a stream to PDF. This method is still present in the API to maintain the backward compatibility and it will be replaced by ConvertHtmlStream(Stream, Encoding, String) method in the future versions
Public methodGetPdfBytesFromHtmlStream(Stream, Encoding, String)
Converts a HTML from a stream to PDF using a base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced by ConvertHtmlStream(Stream, Encoding, String) method in the future versions
Public methodGetPdfBytesFromHtmlStream(Stream, Encoding, String, String)
Converts a HTML from a stream to PDF 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 ConvertHtmlStream(Stream, Encoding, String, String) method in the future versions
Top
See Also

Reference