How to edit a PDF in Acrobat if it rather than LiveCycle

adobe-acrobatpdf

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?

Best Answer

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.

Related Question