PHP de Excel den PDF ye Dönüştürme
Contents
[
Hide
]
Aspose.Cells - Excel’den PDF’ye Dönüştürme
Bir Microsoft Excel Dosyasını PDF’ye Dönüştürme
PHP Kodu
$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;
Çalışan Kodu İndir
Herhangi bir aşağıda belirtilen sosyal kodlama sitesinden Excel’den PDF’ye Dönüştürme (Aspose.Cells)‘ı indirin: