ExcelToPdfConverterConvertExcelFile(String, String) Method
Converts an Excel file to PDF and returns the rendered PDF document into a memory buffer
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public byte[] ConvertExcelFile(
string excelFilePath,
string password
)
Public Function ConvertExcelFile (
excelFilePath As String,
password As String
) As Byte()
public:
array<unsigned char>^ ConvertExcelFile(
String^ excelFilePath,
String^ password
)
member ConvertExcelFile :
excelFilePath : string *
password : string -> byte[]
- excelFilePath String
- The full path of the Excel file to convert to PDF
- password String
- The password to open the Excel document
ByteA memory buffer containing the the generated PDF document