WordToPdfConverterConvertWordStream(Stream) Method

Converts a Word document read from a stream to PDF and returns the rendered PDF document into a memory buffer

Definition

Namespace: EvoWordToPdf
Assembly: EvoWordToPdf_NetCore (in EvoWordToPdf_NetCore.dll) Version: 12.0.0
C#
public byte[] ConvertWordStream(
	Stream wordStream
)

Parameters

wordStream  Stream
The stream containing the Word document to convert to PDF

Return Value

Byte
An array of bytes containing the binary representation of the PDF document.

See Also