作成または操作したPDFドキュメントをファイルシステムに保存するには、Documentクラスのsaveメソッドを使用します。
$document = new Document($inputFile); $document->save($outputFile);