Convertire file Excel in file PDF in PHP
Contents
[
Hide
]
Aspose.Cells - Conversione di file Excel in PDF
Per convertire Excel in file Pdf usando Aspose.Cells for Java in PHP, basta invocare il metodo excel_to_pdf() del modulo Converter.
Codice PHP
$saveFormat = new SaveFormat();
$workbook = new Workbook($dataDir . "Book1.xls");
//Save the document in PDF format
$workbook->save($dataDir . "OutBook1.pdf", $saveFormat->PDF);
Scarica il codice in esecuzione
Scarica Conversione di file Excel in PDF (Aspose.Cells) da uno qualsiasi dei siti di codice sociale sotto elencati: