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