标签: php dompdf
我正在使用dompdf库将一些html内容呈现为pdf文件。
我实际上不需要将文件发送回客户端,只是将其存储在硬盘中,甚至更好地发送电子邮件作为附件。
我在文档中搜索过,但我只能找到stream方法: http://www.digitaljunkies.ca/dompdf/usage.php#methodstream
感谢
答案 0 :(得分:1)
file_put_contents('/path/to/file',$dompdf->output());