Conversione da Excel a PDF in PHP
Contents
[
Hide
]
Aspose.Cells - Conversione da Excel a PDF
Convertire un file Microsoft Excel in PDF
Codice PHP
$dataDir = '';
// Create Aspose.Cells Helper Object
$ptr = new \COM('Aspose.Cells.Interop.InteropHelper');
// Opening through Path
// Creating a Workbook object and opening an Excel file using its file path
$workbook = $ptr->New("Aspose.Cells.Workbook",array($dataDir . '/Book1.xls'));
$ptr->Call($workbook,"Save",array($dataDir."/outBook1.pdf"));
print "Conversion Completed" . PHP_EOL;
Scarica il codice in esecuzione
Scarica Conversione da Excel a PDF (Aspose.Cells) da uno qualsiasi dei siti di social coding menzionati di seguito: