Livecycle Designer - 将文本字段链接到文本文件行

发布于 2024-07-24 13:46:16 字数 253 浏览 4 评论 0原文

我对 LiveCycle 设计器很陌生,所以这可能是显而易见的。 我正在修复一个旧版 PDF 表单,但我没有太多空间可以用更好的表单来替换该表单。

我想做的就是在 PDF 初始化事件期间读取文本文件的几行,并使用它们填充几个字段,但 Adob​​e 不允许我实例化文件系统对象。

我尝试将字段绑定到 XML 文件,但这会杀死表单上的其余脚本。

有没有更好的办法? 或者有什么办法吗?

感谢任何帮助,谢谢。

I'm very new to LiveCycle designer so this might be obvious. I'm fixing up a legacy PDF form that I don't have a lot of scope to replace with something better.

All I want to do is to read in a couple lines of a text file during the PDF's initialise event and use those to fill a couple of fields, but Adobe won't let me instance the file system object.

I've tried binding the field to an XML file, but this kills the rest of scripts on the form.

Is there a better way? Or any way?

Appreciate any help, thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

北城半夏 2024-07-31 13:46:16

不确定这是否可以帮助您,但发现使用 JavaScript 开发 Acrobat 应用程序

JavaScript 允许 SOAP 访问
形式。 对于 Adob​​e Reader 6.0、SOAP
允许以 Acrobat 表单进行访问。
适用于 Adob​​e Reader 6.02、OleDb 数据库
Windows 中允许访问
静态 XML 表单。 适用于 Adob​​e Reader
7.0.5 中,允许静态和动态 XML 表单进行 SOAP 访问。

请参阅 JavaScript for Acrobat API 参考 (PDF) 36.

ADBC 插件允许 JavaScript
用于访问数据库的 PDF 文档
通过一致的对象模型。
ADBC 是仅限 Windows 的功能,并且
需要安装 ODBC
客户端机器。

Not sure if this could help you but found Additional usage rights in Developing Acrobat Applications Using JavaScript.

JavaScript allows SOAP access in
forms. For Adobe Reader 6.0, SOAP
access is allowed in Acrobat forms.
For Adobe Reader 6.02, OleDb database
access is allowed in Windows for
static XML forms. For Adobe Reader
7.0.5, SOAP access is allowed for static and dynamic XML forms.

See JavaScript for Acrobat API Reference (PDF) p. 36.

The ADBC plug-in allows JavaScript in
PDF documents to access databases
through a consistent object model.
ADBC is a Windows-only feature and
requires ODBC to be installed on the
client machine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文