WordToPdfConverterConvertWordStream(Stream) Method
Converts a Word document read from a stream to PDF and returns the rendered PDF document into a memory buffer
Namespace: EvoWordToPdfAssembly: EvoWordToPdf_NetCore (in EvoWordToPdf_NetCore.dll) Version: 14.0.0
public byte[] ConvertWordStream(
Stream wordStream
)
- wordStream Stream
- The stream containing the Word document to convert to PDF
ByteAn array of bytes containing the binary representation of the PDF document.