PDF with fillable, saveable form using open-source software [closed]

Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.

Closed 9 years ago .

My question is an extension of this one. Is there any way to create a PDF that contains a fillable, saveable form using open-source software? Any development effort or library to this end gets points. Any software other than Acrobat gets points too.

1 1 1 silver badge asked Jul 17, 2012 at 20:30 Alex Hirzel Alex Hirzel 1,804 2 2 gold badges 13 13 silver badges 19 19 bronze badges

6 Answers 6

Update as of February 2013

According to this answer Adobe Reader XI allows saving any kind of PDF forms. I tested it myself and it worked.

If you want to generate PDF forms that can be filled out and saved using Adobe Acrobat Reader, then you are out of luck. This kind of PDF files contain an encrypted digital certificate that only Adobe Acrobat can generate. Adobe Acrobat Reader verifies the presence of this certificate on PDF forms before enabling the possibility to save the modifications.

Your choices are then to use Adobe Acrobat to generate the forms, or to use alternative ways of getting your PDF files with the filled data inside. One common approach is to include a submit button on your PDF file that posts the values of your fields to a web server, then you can fill out your PDF file there using a library of your choice.

Here is an example that uses this approach with the commercial library Amyuni PDF Creator.