将 PDF 作为 XFDF 提交到服务器。究竟是什么通过了?
好吧,我按照本教程将 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?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.