PdfMetamorphosisHtmlToPdfConvertStream Method |
Convert the stream with HTML document to a PDF stream.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.12.19
Syntax public Stream HtmlToPdfConvertStream(
Stream inputStream
)
Public Function HtmlToPdfConvertStream (
inputStream As Stream
) As Stream
Parameters
- inputStream Stream
- Stream with HTML document.
Return Value
StreamPDF document as byte array, or null in case of converting failed.
See Also