将 PDF 作为 XFDF 提交到服务器。究竟是什么通过了?

发布于 2024-12-03 19:16:00 字数 438 浏览 1 评论 0原文

好吧,我按照本教程将 PDF 提交到 HTML,但这似乎是一种倒退的方法。

http://koivi.com/fill-pdf-form-fields/tutorial。 php

我想以 XML 形式提交数据,这样我就可以轻松地将其映射到模型。

Adobe 文档可能是我见过的最糟糕的。我遵循了提交按钮文档,但这并没有告诉我任何信息。到底传递给服务器的是什么?

在此处输入图像描述

我要查找什么 POST 参数?什么名字?它看起来像什么。这些问题看起来很基本,但我在任何地方都没有看到它。谢谢。

Ok so I followed this tutorial to get the PDF submitting to HTML but it seems like a backwards way to do it.

http://koivi.com/fill-pdf-form-fields/tutorial.php

I would like to submit the data as XML so I can then easily map it to a model.

The Adobe documentation is probably the worse I've ever seen. I followed the submit button documentation but that doesn't tell me anything. What exactly is getting passed to the server?

enter image description here

What POST parameter am I looking for? What name? What does it look like. These questions seem basic but I don't see it anywhere. Thanks.

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

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

发布评论

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

评论(1

妳是的陽光 2024-12-10 19:16:00

XFDF 格式如下所述: http://partners.adobe.com /public/developer/en/xml/xfdf_2.0.pdf
POST 请求的正文包含 XFDF 数据。

XFDF format is described here: http://partners.adobe.com/public/developer/en/xml/xfdf_2.0.pdf
The body of the POST request contains the XFDF data.

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