PHPでExcelをPDFファイルに変換

Aspose.Cells - Excel を PDF ファイルに変換する

PHPでAspose.Cells for Javaを使用してExcelをPDFファイルに変換するには、Converterモジュールのexcel_to_pdf()メソッドを単純に呼び出します。

PHPコード

 $saveFormat = new SaveFormat();

$workbook = new Workbook($dataDir . "Book1.xls");

        //Save the document in PDF format

$workbook->save($dataDir . "OutBook1.pdf", $saveFormat->PDF);

ランニングコードのダウンロード

以下に挙げるいずれかのソーシャルコーディングサイトから、Converting Excel to PDF Files (Aspose.Cells) をダウンロードしてください: