Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To convert an Excel file to a PDF using Aspose.Cells for Java in PHP, simply invoke the excel_to_pdf() method of the Converter module.
PHP Code
$saveFormat = new SaveFormat();
$workbook = new Workbook($dataDir . "Book1.xls");
// Save the document in PDF format
$workbook->save($dataDir . "OutBook1.pdf", $saveFormat->PDF);
Download Converting Excel to PDF Files (Aspose.Cells) from any of the below‑mentioned social coding sites:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.