up vote 5 down vote favorite
1
share [g+] share [fb]

Some PDF forms can be saved, including all filled-in field data:can be saved

Some others can not be saved, and all filled-in field data are lost:can not be saved

How do I enable saving of filled-in fields on my PDF form?

Thanks!

link|improve this question

feedback

5 Answers

up vote 1 down vote accepted

When you use Acrobat 8, or 9, to enable user rights on a PDF so that it can be saved with the data, it adds about 20 kb to the 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.

link|improve this answer
feedback

You can use the free foxit reader to fill in the forms, and if you pay a little you can design the forms that way you want.

You can also us iText to programmaticly create those forms.

There are free online services that allow you to upload a pdf and you can add fields also.

It depends on how you want to do the designing.

EDIT: If you use foxit reader, you can save any form that is fillable.

link|improve this answer
I have used foxit, and it does not have the ability to enable saving of filled-in fields on my PDF form. – eleven81 Mar 12 '09 at 19:16
We use version 2.3 at work and it allows our customers to save the fields. – Milhous Mar 12 '09 at 19:18
You are correct that foxit cant "enable" saving for users using Adobe, but for foxit it works. – Milhous Mar 12 '09 at 19:19
feedback

There is a setting inside the PDF file that turns on the allow saving with data bit. However, it requires that you have a copy of Adobe Acrobat installed to change the bit.

The only other option is to print it to a PDF print driver which would save the data merged with the pdf file.

UPDATE: The relevant information from adobe is at: http://www.adobeforums.com/webx?13@@.3bbb313f/7

link|improve this answer
I have Acrobat 6.0 Professional installed. Where is that setting? – eleven81 Mar 12 '09 at 19:46
feedback

In Acrobat, click on the "Advanced" tab, then click on "Enable Features in Adobe Reader." This should do the trick.

link|improve this answer
feedback

Preview in OS X seems to be able to do this out of the box. Adobe Reader shows the doc as "data typed can't be saved" but Preview was able to save my changes without hassle.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.