FDF 文件无法正确打开
我们创建了一个为客户提供 FDF 文件的 servlet。 FDF 文件是由 iText 创建的,输出看起来不错。每当我们从 Servlet 或本地文件打开 FDF 时,AcrobatReader 都会启动,询问是否应下载 PDF,我们允许,然后我们会看到 PDF - 没有我们在表单中填写的值。
一件看起来很奇怪的事情是,无论使用什么浏览器,我们都会收到有关如何处理 Adobe 尝试加载的 PDF 文件的提示。单击“打开”的任何其他操作都将导致出现空的 Acrobat 查看器窗口。我怀疑 Acrobat 忘记了如何处理 PDF - 但我已经没有想法了。有人知道去哪里进一步寻找吗?
We have created a servlet that provides a FDF file for our clients. The FDF file is created by iText and the output looks fine. Whenever we open the FDF either from the Servlet, or from a local file, AcrobatReader starts, asks if the PDF should be downloaded, we allow that and then we see the PDF - without the values we filled in the form.
One thing that seems strange is, that regardless of the Browser, we get prompted about what to do with the PDF file that Adobe has tried to load. Anything else that clicking "open" will result in a empty Acrobat viewer window. I suspect that Acrobat forgets what to do with the PDF - but I have run out of ideas. Anyone got an idea where to look further?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在已经解决了这个问题:
如果您有任何 FDF/XFDF 文件,它引用的 PDF 必须来自同一服务器。如果没有,它将无法工作,只会显示 PDF,就好像它是独立打开的一样。
I have now solved the problem:
If you have any FDF/XFDF file, the PDF it references has to come from the same server. If it doesn't - it won't work and just show the PDF as if it was opened standalone.