Winnovative HTML to PDF Converter

PdfConverterSavePdfFromHtmlStreamToStream Method

Winnovative HTML to PDF Converter for .NET Documentation
Overload List

  NameDescription
Public methodSavePdfFromHtmlStreamToStream(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
Public methodSavePdfFromHtmlStreamToStream(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
Public methodSavePdfFromHtmlStreamToStream(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
Top
See Also

Reference