49

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?

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
eleven81
  • 6,301
  • 11
  • 37
  • 48
  • 3
    I've discovered that these restrictions can be bypassed by *printing* to a file instead of saving. – McLovin Sep 05 '14 at 22:47

10 Answers10

32

Open your PDF in Google Chrome. Edit the PDF as you want. Hit ctrl + p. Save as PDF to your desktop.

Shardul
  • 984
  • 1
  • 12
  • 19
  • 18
    The PDF you get will save the filled info but will not have fillable forms anymore. – hexicle Feb 17 '16 at 21:33
  • works well - you can then use "fill and sign" in acrobat on the resulting document but you can't delete and of the text that you put in during the first step, so I recommend that you err on the side of filling out just a bare minimum prior to doing the "save as PDF" step – aldorath Apr 09 '18 at 03:59
  • @hexicle There now exists an experimental flag #pdf-form-save that allows saving PDFs with filled forms, although I haven't tested it yet – Stardust Feb 29 '20 at 18:06
11

When you use Acrobat 8, or 9, select "enable usage rights" from the Advanced menu. This 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.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
Graham Chiu
  • 4,856
  • 1
  • 23
  • 41
8

If you are using Adobe Acrobat X to make the form, set all the fields as you want them, then click File, Save As, Reader Extended PDF, Enable Additional Features. The resulting PDF form can be saved when filled in, if opened in versions of Adobe Reader before XI.

6

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

user632947
  • 61
  • 1
  • 2
6

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.

Milhous
  • 14,473
  • 16
  • 63
  • 82
  • 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
  • Shame there is no Mac version of Foxit :( – Caltor Feb 28 '15 at 19:18
  • Foxit Reader allows you to fill in the forms, and the form will still be fillable after you save the info on the forms. But when you open it in Adobe Reader you will still be unable to save data on the form, it will just show you what info you saved using Foxit Reader. – hexicle Feb 17 '16 at 21:37
  • I use Foxit reader for .pdf form saving as follows: fill out form, export form (menu -> form -> export), then import form data when i want to continue with the exported data. For the final version of the form, using "print" function. – TaiwanGrapefruitTea Apr 16 '16 at 15:49
3

In Acrobat XI, (Close Form Editing if open) File > Save As Other > Reader Extended PDF > Enable Additional Features

kaleb
  • 31
  • 2
1

With the latest version of Adobe Reader, Adobe Reader XI, it seems that you can save the form.

From their webpage: Type your responses right on the PDF form, or click through and fill in the form fields. Then save and submit

iikkoo
  • 2,810
  • 6
  • 33
  • 38
  • 2
    Again, this only works if the form was created in Acrobat 8+ (or LiveCycle Designer) with the extra "usage rights" enabled. If not, no version of Reader can save form info. – SilverbackNet Mar 04 '14 at 22:48
1

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

NotMe
  • 87,343
  • 27
  • 171
  • 245
0

On linux use cabaret stage:

https://www.cabaret-solutions.com/download/caba-lin-64

You can fill and save cleanly

albfan
  • 12,542
  • 4
  • 61
  • 80
0

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.

Trenton
  • 11,678
  • 10
  • 56
  • 60
  • Preview has a nasty habit of letting you close without prompting to save. At least that is my experience in Yosemite. – Caltor Feb 28 '15 at 19:19
  • I have just found from http://khkonsulting.com/2013/06/preview-app-killer-of-pdf-files/ that you can enable the prompting by enabling Ask to keep changes when closing documents in System Preferences > General. – Caltor Feb 28 '15 at 20:04
  • This solution indeed works and you don't have to worry about adobe reader's version. This is definitely a good approach to save PDF in OSX. – Pikachu Jun 20 '15 at 01:46