0

我正在使用 dompdf 库将一些 html 内容呈现为 pdf 文件。

我实际上不需要将文件发送回客户端,只需将其存储在硬盘中,甚至更好地发送带有它作为附件的电子邮件。

我在文档中搜索过,但我只能找到流方法: http ://www.digitaljunkies.ca/dompdf/usage.php#methodstream

谢谢

4

1 回答 1

2
file_put_contents('/path/to/file',$dompdf->output());
于 2010-07-14T15:53:41.980 回答