WordToPdfConverterConvertWordStreamToPdfDocumentObject(Stream) Method
Converts a Word document read from a stream to PDF and returns the rendered PDF document
as an object of the
Document class that can be further used in other operations
requiring this type of objects
Namespace: EvoWordToPdfAssembly: EvoWordToPdf_NetCore (in EvoWordToPdf_NetCore.dll) Version: 14.0.0
public Document ConvertWordStreamToPdfDocumentObject(
Stream wordStream
)
- wordStream Stream
- The stream containing the Word document to convert to PDF
DocumentThe created
Document object