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.
我用 PDFtk 创建了一个 FDF,但是我在网上找不到任何关于如何用 PHP 填写 FDF 文件的文档。fdf_set_value正在引发“函数未定义”错误。如果可能的话,我想填写 FDF 而不必解析 /V() 行。
fdf_set_value
代码:
fdf_set_value("~/Desktop/my.fdf", "field_1", "value_1");