gpt4 book ai didi

php - 如何从 TCPDF 以字符串形式返回 PDF 文档?

转载 作者:行者123 更新时间:2023-12-05 08:55:00 25 4
gpt4 key购买 nike

TCPDF documentation非常有用:

Output( $name = 'doc.pdf', $dest = 'I' )

Send the document to a given destination: string, local file or browser. In the last case, the plug-in may be used (if present) or a download ("Save as" dialog box) may be forced.

The method first calls Close() if necessary to terminate the document.

...确实非常有用。它告诉我我想要的是可能的,但并没有开始告诉我如何。是否有关于 $dest 的各种选项、它们是什么以及它们做什么的文档?

最佳答案

我用了很多次 tcpdf 并保存了它:)。只需检查:

I :将文件内联发送到浏览器(默认)。如果可用,将使用该插件。当在生成 PDF 的链接上选择“另存为”选项时,将使用 name 给出的名称。

D : 发送到浏览器并强制下载名称为 name 的文件。

F : 以 name 给定的名称保存到本地服务器文件。

S : 以字符串形式返回文档(名称被忽略)。

FI : 相当于 F + I 选项

FD : 相当于 F + D 选项

E:将文档作为 base64 mime 多部分电子邮件附件 (RFC 2045) 返回

关于php - 如何从 TCPDF 以字符串形式返回 PDF 文档?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47639675/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com