Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于 PDF 文件的问题。我编写了代码以打开 PDF,我设法在浏览器中输出上下文,但我也希望将此 PDF 文件保存在目录中。
有谁知道我会怎么做?
如果您认为这对您有帮助,我可以发布代码。
提前谢谢你,萨钦
来自stackoverflow的引用:
文档指出 Output() 的第一个参数是文件路径,第二个是保存模式 - 您需要将其设置为“F”。
$mpdf->Output('filename.pdf','F');