Click or drag to resize

PdfMetamorphosisDocToPdfConvertStream Method

Convert the stream with DOC document to a PDF stream.

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
public Stream DocToPdfConvertStream(
	Stream inputStream
)

Parameters

inputStream  Stream
Stream with DOC document.

Return Value

Stream
PDF document as byte array, or null in case of converting failed.
See Also