开发者 | maximumsoftware |
---|---|
更新时间 | 2024年12月29日 10:52 |
PHP版本: | 5.5 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv3 |
版权网址: | 版权信息 |
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.No. This plugin adds features to the WPForms interface in the WordPress Admin Panel only.
No. The plugin uses core WordPress and WPForms features only. No special software or PHP extensions are needed. Working with PDF files is done through Pdf.Ninja API. It is recommended to have a working SSL/TLS certificate validation with cURL.
字段映射工具允许您单独映射字段,并在需要时即时生成新的 WPForms 字段。WPForms 字段可以映射到多个 PDF 字段。映射可以与特定的 PDF 附件或所有 PDF 附件关联。还可以创建字段值映射,使填充的 PDF 字段可以用不同于原始填充值的数据填充。
确保映射存在于映射列表中,并且字段名称匹配。 如果您附加了更新的 PDF 文件,并且您的映射与旧的附件 ID 相关联,那么这些映射将被删除,您需要重新创建它们。 Sometimes PDF form fields have validation scripts which prevent value with an incorrect format to be filled in. Date PDF fields must be formatted with a smart tag.
Try using the Enable Media Replace plugin to replace the PDF file in-place in the Media Library.
确保您的 PDF 复选框/单选按钮字段的导出值与 WPForms 表单的复选框值匹配。通常,它是“On”或“Yes”。如果您需要在 WPForms 表单中显示不同的值,则需要创建一个值映射。 WPForms 允许您使用多选复选框,但是,PDF 文件中的复选框字段不能有多个值。您需要在 PDF 中改用列表框,或者重命名复选框,使每个复选框都有唯一的名称,然后适当地映射它们。 某些 PDF 查看器在某些 PDF 文件中无法正确渲染复选框。您可以通过在不同的 PDF 编辑器中重新创建 PDF 来解决此问题。如果您仍在使用 Pdf.Ninja API v1,切换到 v2 可能会解决您的问题。
Please see the Pdf.Ninja API website.