ExcelToPdfConverterConvertExcelStreamToPdfDocumentObject(Stream, String) Method

Converts an Excel 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

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public Document ConvertExcelStreamToPdfDocumentObject(
	Stream excelStream,
	string password
)

Parameters

excelStream  Stream
The stream containing the Excel document to convert to PDF
password  String
The password to open the Excel document

Return Value

Document
The created Document object

See Also