从单个组合框中导出多个值? (Adobe Acrobat)

发布于 2024-07-30 07:30:42 字数 763 浏览 4 评论 0原文

我正在尝试从组合框字段中的每个项目导出 2 个值。

我找到了两种将项目插入组合框的方法:

1) insertItemAt

http://www.verypdf.com/document/acrobat-forms-javascript/pg_0048.htm

2) setItems

http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/wwhelp/wwhimpl/ common/html/wwhelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.748.html

但这两种方法都不允许使用两个参数(我总是从 Acrobat JavaScript 调试器中得到“参数列表后丢失”错误)

有谁知道对于这个问题有更好的解决方案吗? 谢谢!

I'm trying to export 2 values from every single item from the combo box field.

I have found two methods to insert items into a combo box:

1) insertItemAt

http://www.verypdf.com/document/acrobat-forms-javascript/pg_0048.htm

2) setItems

http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.748.html

but neither method allows two parameters (im always get "missing ) after argument list" error from the Acrobat JavaScript Debugger)

Does anyone know of a better solution for this problem? Thanks!

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

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

发布评论

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

评论(1

揪着可爱 2024-08-06 07:30:42

尝试给 setItems 一个数组......

try giving an array to setItems....

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