pdf - 创建 XFA 表单并将其嵌入到常规 PDF 中

标签 pdf pdf-generation itext xfa

我有一个不包含 XFA 数据的 PDF。我想做的是,创建一个 XFA 表单模板 以编程方式 (不是使用 Adob​​e LiveCycle 或类似程序),然后将其嵌入到 PDF 中,然后填写 XFA 表格。

这可能吗?还是必须使用 Adob​​e LiveCycle?

编辑

http://en.wikipedia.org/wiki/XFA#Profiles在这个 wiki 链接中,它说如下:

XFAF (XFA Foreground) subset - (introduced in XFA 2.5) - a form in which each page of the XFA form overlays a PDF background. It can be used only for static XFA forms. This architecture uses only a subset of XFA. It can be packaged inside a regular PDF document or as a standalone XDP file with embedded PDF. In XFAF each XFA field corresponds to a PDF interactive field (AcroForm field).



所以我相信,我问的是可能的,但目前我不知道如何......

最佳答案

在即将推出的 ISO PDF 2.0 标准中,XFA 在 PDF 规范中也被标记为已弃用。你不应该依赖过时的技术。所以请使用普通的 PDF 表格,而不是 XFA 表格。

关于pdf - 创建 XFA 表单并将其嵌入到常规 PDF 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27484776/

相关文章:

java - iText7:如何获取段落的实际宽度

ios - 在 Swift 中创建 PDF : Create New Page Automatically

java - 从 URL 解析 Pdf、txt 或 docx 文件中的文本,无需在 Java 8 中下载

php - mPDF - 基于元素高度的分页符

android - 使用白色位置的 PDF 文件结果生成新 PDF

java - 使用 itext 读取 PDF 时获取字符串和 int 值的正确方法是什么?

java - itext5 在上下文中签署图像

PDF 内容和 SEO

c# - 在c#中使用openxml和pdfcreator将docx转换为pdf

java创建带有页眉和页脚的pdf