ExcelToPdfConverterConvertToPdfFile(String, String) Method
Converts an Excel document from a file path to PDF and saves the result to a specified file path
Namespace: EvoPdf.NextAssembly: EvoPdf.Next.ExcelToPdf (in EvoPdf.Next.ExcelToPdf.dll) Version: 14.0.0
public void ConvertToPdfFile(
string excelFilePath,
string outputPdfFilePath
)
Parameters
- excelFilePath String
- The full path to the .xlsx file that will be converted to PDF
- outputPdfFilePath String
- The full path where the resulting PDF file will be saved