本文介绍了如何启用将填写的字段保存在PDF表单上?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Some PDF forms can be saved, including all filled-in field data:
另一些无法保存,所有填写的字段数据都会丢失:
Some others can not be saved, and all filled-in field data are lost:
如何在PDF表单上保存填写的字段?
推荐答案
使用Acrobat 8或9时,从高级"菜单中选择启用使用权限".这会增加pdf约20 kb.
When you use Acrobat 8, or 9, select "enable usage rights" from the Advanced menu. This adds about 20 kb to the pdf.
另一种可能性是使用CutePDF Pro,添加一个提交按钮,并将XFDF数据作为电子邮件或Web服务器提交给您自己.然后,XFDF数据可以用您的数据重新加载原始PDF.
The other possibility is to use CutePDF Pro, add a submit button and have the XFDF data submitted to your self as an email or to a web server. The XFDF data can then reload the original PDF with your data.
这篇关于如何启用将填写的字段保存在PDF表单上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!