How do I enable saving of filled-in fields on a PDF form? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T16:26:32Z http://stackoverflow.com/feeds/question/640063 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/640063/how-do-i-enable-saving-of-filled-in-fields-on-a-pdf-form 2 How do I enable saving of filled-in fields on a PDF form? eleven81 2009-03-12T19:09:32Z 2009-03-15T04:07:06Z <p>Some PDF forms <a href="http://www.irs.gov/pub/irs-pdf/f1040ez.pdf" rel="nofollow">can be saved</a>, including all filled-in field data:<img src="http://i41.tinypic.com/14lj4o2.png" alt="can be saved" /></p> <p>Some others <a href="http://www.umsystem.edu/ums/departments/fa/management/records/forms/human/um272.pdf" rel="nofollow">can not be saved</a>, and all filled-in field data are lost:<img src="http://i44.tinypic.com/2zgc5mh.png" alt="can not be saved" /></p> <p><strong>How do I enable saving of filled-in fields on my PDF form?</strong></p> <p>Thanks!</p> http://stackoverflow.com/questions/640063/how-do-i-enable-saving-of-filled-in-fields-on-a-pdf-form/640093#640093 0 Answer by Milhous for How do I enable saving of filled-in fields on a PDF form? Milhous 2009-03-12T19:14:08Z 2009-03-12T19:20:51Z <p>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.</p> <p>You can also us iText to programmaticly create those forms. </p> <p>There are free online services that allow you to upload a pdf and you can add fields also.</p> <p>It depends on how you want to do the designing.</p> <p>EDIT: If you use foxit reader, you can save <strong>any</strong> form that is fillable.</p> http://stackoverflow.com/questions/640063/how-do-i-enable-saving-of-filled-in-fields-on-a-pdf-form/640102#640102 1 Answer by Chris Lively for How do I enable saving of filled-in fields on a PDF form? Chris Lively 2009-03-12T19:16:00Z 2009-03-12T23:06:32Z <p>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.</p> <p>The only other option is to print it to a PDF print driver which would save the data merged with the pdf file.</p> <p><strong>UPDATE:</strong> The relevant information from adobe is at: <a href="http://www.adobeforums.com/webx?13@@.3bbb313f/7" rel="nofollow">http://www.adobeforums.com/webx?13@@.3bbb313f/7</a></p> http://stackoverflow.com/questions/640063/how-do-i-enable-saving-of-filled-in-fields-on-a-pdf-form/647271#647271 1 Answer by Graham Chiu for How do I enable saving of filled-in fields on a PDF form? Graham Chiu 2009-03-15T04:07:06Z 2009-03-15T04:07:06Z <p>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.</p> <p>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.</p>