Livecycle Designer - 将文本字段链接到文本文件行
我对 LiveCycle 设计器很陌生,所以这可能是显而易见的。 我正在修复一个旧版 PDF 表单,但我没有太多空间可以用更好的表单来替换该表单。
我想做的就是在 PDF 初始化事件期间读取文本文件的几行,并使用它们填充几个字段,但 Adobe 不允许我实例化文件系统对象。
我尝试将字段绑定到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定这是否可以帮助您,但发现使用 JavaScript 开发 Acrobat 应用程序。
请参阅 JavaScript for Acrobat API 参考 (PDF) 36.
Not sure if this could help you but found Additional usage rights in Developing Acrobat Applications Using JavaScript.
See JavaScript for Acrobat API Reference (PDF) p. 36.