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.
我已成功创建 xfdf 输出并正确填写了 pdf。
目前我正在使用以下代码:
header ("Content-Type: application/vnd.adobe.xfdf"); print createXFDF($url, $values)
我想要做的是将 pdf 保存到服务器而不是显示给用户。
不幸的是 pdftk 不是一个选项。
感谢您的帮助。
谢谢,大卫