使用 Acrobat Javascript 将唯一合同号分配给 PDF

发布于 2024-10-11 13:32:51 字数 381 浏览 3 评论 0原文

有趣的问题:我希望我们的 3 名销售人员使用相同的主 PDF(严格在我们内部网内的我们自己的服务器上)为我们业务的每个客户创建一个独特的文档集,该文档集包括一份合同。

州监管机构随机审核我们提供的合同表格,并对每份缺失的合同评估费用,因此合同必须按顺序编号,不得有明显间隙。我希望 PDF 中的“最终确定合同”按钮运行 Acrobat JavaScript,该 JavaScript 向用 PHP 编写的 Web 服务发送请求,该 Web 服务应连接到 MySQL 表,自动递增表中的相关数字,并返回值到 Acrobat JavaScript 以分配到正确的字段。

我已经做了足够的研究来知道我想做什么。我是一个编码新手,不知道如何做到这一点的具体细节。如果您愿意,我可以与 PM 就此事进行公开对话,只需完成即可。

Interesting problem: I want our sales staff of 3 to use the same master PDF (strictly on our own server from within our intranet) to create a unique document set for each client of our business, which document set includes a contract.

A state regulator randomly audits our supply of contract forms, and assesses a fee for each missing contract, so the contracts must be sequentially numbered with no apparent gaps. I want the "Finalize Contract" button in my PDF to run an Acrobat JavaScript that posts a request to a webservice written in PHP, which webservice should connect to a MySQL table, autoincrements the number in in question in the table, and return the value to the Acrobat JavaScript for assignment to the proper field.

I have done enough research to know what I want to do. I am enough of a coding virgin to not know the nuts and bolts of how to do it. I can take PMs on this for an open dialogue off the board if you wish, just need to get it done.

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

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

发布评论

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

评论(1

带上头具痛哭 2024-10-18 13:32:51

您可能想看看 JQuery 及其 Ajax 函数,用于从 JavaScript 检索 PHP 数据: http ://api.jquery.com/jQuery.get/

关于 PHP 部分,您想要连接到数据库并获取和更新一些信息。这可能会有所帮助: http://de.php.net/manual/de /function.mysql-query.php

You might want to have a look at JQuery and it's Ajax function for the part of retrieving PHP data from JavaScript: http://api.jquery.com/jQuery.get/

Regarding the PHP part, you want to connect to a database and fetch and update some information. This might help: http://de.php.net/manual/de/function.mysql-query.php

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