PDF 中的 JavaScript?

发布于 2024-08-11 07:22:23 字数 300 浏览 5 评论 0原文

我制作了一个可编辑的 PDF 供学生索取成绩单。现在,我想限制输入。例如,我只想要他们的 ID 号为数字,并且我只想要姓名字段中的字母(无特殊字符)等。此外,还有一个名为“上次就读年份”的输入,其中输入用户的最后一个学年上大学了。如果输入的值在当前日期的 5 年内,则应提醒用户他/她可以通过另一个网站请求成绩单。

JS可以做到这一点吗?如果是这样,你会怎么做?我只需要上面列出的示例,然后我就可以从那里开始工作。如果没有,我该如何在 PDF (Acrobat Pro) 中执行此操作?

有人对专门针对 PDF 的 Javascript 教程有建议吗?

I made up an editable PDF for students to request transcripts. Now, I want to constrain the input. For example, I want only numbers for their ID number, and I want only letters (no special characters) in the name fields, etc. In addition, there's an input called "Year Last Attended" where they enter the last academic year the user attended the university. If the value entered is within 5 years of the current date, then the user should alerted that he/she can request a transcript through another website.

Can JS do this? If so, how would you do this? I just need examples for the things I've listed above, and I can work from there. If not, how would I do this in a PDF (Acrobat Pro)?

Anyone have suggestions for tutorials in Javascript specifically for PDF?

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

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

发布评论

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

评论(1

带刺的爱情 2024-08-18 07:22:23

是的,Adobe Acrobat Reader 支持托管 JavaScript 以用于字段验证等用途。

以下是一些参考资料:

http://www.adobe.com/devnet/acrobat/javascript .html

和一些教程:

http://www.evermap.com/javascript.asp< /a>

http://www.pdfscripting.com/

AFAIK,你 需要完整(专业)版本的 Acrobat 来编写脚本。

Yes, the Adobe Acrobat Reader supports hosting JavaScript for uses such as field validation.

Here's some reference material:

http://www.adobe.com/devnet/acrobat/javascript.html

and some tutorials:

http://www.evermap.com/javascript.asp

http://www.pdfscripting.com/

AFAIK, you will need the full (Pro) version of Acrobat to write the scripts.

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