Excel till PDF omvandling i PHP
Contents
[
Hide
]
Aspose.Cells - Excel till PDF-omvandling
Konvertera Microsoft Excel-fil till PDF
PHP-kod
$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;
Ladda ned körbar kod
Ladda ner Excel till PDF-omvandling (Aspose.Cells) från någon av de nedan nämnda sociala kodningssidorna: