您可以使用 Document 类的 save 方法将创建或修改的 PDF 文档保存到文件系统。
$document = new Document($inputFile); $document->save($outputFile);