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