将 XDP 中的文本字段标签导出为 XML:Adobe LC Designer / Adobe Acrobat
我有几个 XDP 文件(使用 Adobe LiveCycle Designer 制作)。所有这些 XDP 文件都有多个文本字段,我想要的是将每个 XDP 文件导出到仅包含 XDP 中的文本字段的 XML 文件。
原因是,当在后端工作并将值映射到 XDP 中的文本字段时,仅查看具有可用文本字段的 XML 比在 Eclipse 和 Adobe LC Designer 之间来回切换要容易得多。
是否可以在 Adobe LC Designer 或 Adobe Acrobat 中执行此操作?
I have several XDP files (made with Adobe LiveCycle Designer). All of these XDP files have several textfields, and what I would like is to export each XDP file to an XML file that only contains the textfields in the XDP.
The reason is that when working on the backend and mapping up values to the textfields in the XDP, it would be a lot easier to just look at an XML with the available textfields than to switch back and forth between Eclipse and Adobe LC Designer.
Is it possible to do this from within Adobe LC Designer or Adobe Acrobat?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你的处理方式是否正确。我会在(比如说)Ultraedit 中打开 xdp 并使用 Find...(正则表达式对包含“的行进行排序”
无论如何,这就是你的答案:
设计师。
除字段外均被锁定
(编辑->锁定...)
(通过使用绘制一个矩形
鼠标,ctrl-a 不起作用!)
I'm not sure your going about this the right way. I would open the xdp in (say) Ultraedit and use Find... (regular expression sorting out lines containing "
Anyway, here's your answer:
Designer.
are locked except fields
(Edit->Lock...)
(by drawing a rect using the
mouse, ctrl-a won't do the trick!)