How do I edit a PDF in Acrobat if it rather than LiveCycle

I want to edit the the fields of a PDF in Acrobat using Forms->Add or Edit Fields which I know how to use.

Unfortunately, a new form I want to edit seems to have been made in LiveCycle designer and so keeps trying to open it in LiveCycle.

Is there a way to change this behavior and make that form editable in Acrobat Pro?


Solution 1:

To be able to edit a Adobe Form in Adobe Acrobat (not Reader) you need to open it first in LiveCycle, and save it as a "static Adobe Form".

Next you need to use a public domain toolkit for Adobe forms (Download PDFTK http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) and install it.

The for each form (or one form) you need to convert it to remove XML header information, so Adobe Acrobat (not Reader) will allow you to edit the form in it.

pdftk original.pdf output cleaned-original.pdf drop_xfa

Now open the cleaned form in Adobe acrobat, fix the variable names if needed (they may be renamed with a prefix form[0].) and save it as an Adobe Optimised PDF compatible as you see fit.

Solution 2:

Using Acrobat 10 Pro, I "print to PDF". This gives a flat copy of the form. Then when I go to edit I let Acrobat create all the fields for me. After that it's easy enough to just edit the fields the way I want them.