【发布时间】:2017-03-09 23:07:28
【问题描述】:
我想问用户一个问题,如果他们点击yes按钮,那么他们应该被重定向到另一个页面。
Adobe Acrobat 允许我们在 pdf 中插入 JS:
if (app.alert("Do you want to go on page X?", 2, 3) === 4) {
// Make the direct somehow.
}
我认为我们不能在那里使用location 对象。
【问题讨论】:
-
AcroJS 帮助文件说:转到文档的第一页。这个.pageNum = 0;将文档前进到下一页。 this.pageNum++;
标签: javascript pdf adobe acrobat acrobat-sdk