【问题标题】:Dompdf library: can I store files to hard disk?Dompdf 库:我可以将文件存储到硬盘吗?
【发布时间】:2010-07-14 15:49:23
【问题描述】:

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

我实际上不需要将文件发送回客户端,只需将其存储在硬盘中,或者最好将其作为附件发送电子邮件。

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

谢谢

【问题讨论】:

    标签: php dompdf


    【解决方案1】:
    file_put_contents('/path/to/file',$dompdf->output());
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-08-04
      • 2010-10-06
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多