将 XDP 中的文本字段标签导出为 XML:Adobe LC Designer / Adob​​e Acrobat

发布于 2024-09-15 06:26:59 字数 274 浏览 6 评论 0原文

我有几个 XDP 文件(使用 Adob​​e LiveCycle Designer 制作)。所有这些 XDP 文件都有多个文本字段,我想要的是将每个 XDP 文件导出到仅包含 XDP 中的文本字段的 XML 文件。

原因是,当在后端工作并将值映射到 XDP 中的文本字段时,仅查看具有可用文本字段的 XML 比在 Eclipse 和 Adob​​e LC Designer 之间来回切换要容易得多。

是否可以在 Adob​​e LC Designer 或 Adob​​e 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

路还长,别太狂 2024-09-22 06:26:59

我不确定你的处理方式是否正确。我会在(比如说)Ultraedit 中打开 xdp 并使用 Find...(正则表达式对包含“的行进行排序”

无论如何,这就是你的答案:

  1. 在 LiveCycle 中打开 xdp
    设计师。
  2. 确保所有对象
    除字段外均被锁定
    (编辑->锁定...)
  3. 选择所有内容
    (通过使用绘制一个矩形
    鼠标
    ,ctrl-a 不起作用!)
  4. ctrl-c
  5. 在您最喜欢的文本编辑器中启动一个新文档。
  6. ctrl-v。

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:

  1. Open the xdp in LiveCycle
    Designer.
  2. Make sure all objects
    are locked except fields
    (Edit->Lock...)
  3. Select everything
    (by drawing a rect using the
    mouse
    , ctrl-a won't do the trick!)
  4. ctrl-c
  5. Start a new document in your favourite text editor.
  6. ctrl-v.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文