These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Convert fillable form back to a flat form

adscutte
Registered: Nov 14 2010
Posts: 3

I have created a fillable form to use as an invoice template. After I, or other office members, fill in the information I need to email it to clients as a flat form pdf. I do not want them to alter it. How can I do this without having to print and then scan it back in as a pdf?
 
Thanks.

Alison

My Product Information:
Acrobat Pro 9.0, Macintosh
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1876
You can flatten a form using "Advanced > PDF Optimizer". It's one of the options under "Discard Objects".Easier though is the JavaScript method:

flattenPages();

More info at: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.466.php

You can use this with a custom menu item or toolbar button.
adscutte
Registered: Nov 14 2010
Posts: 3
Wow, George, thanks for the answer. Unfortunately, I am so inept at acrobat that I can't understand how do do what you are instructing! I don't know which option to pick in your first suggestion and I don't know how to make that address into a menu item or toolbar button.

I just got acrobat 2 days ago and since I will be upgrading to X when it comes out (tomorrow?) I didn't buy the manual. I think I'm just going to have to call the help line tomorrow. Thanks though!

Alison

Dimitri
Expert
Registered: Nov 1 2005
Posts: 1389
Hi adscutte,

We have a free Flatten toolbar button script available at www.pdfscripting.com. This will add a custom toolbar button in both Acrobat 9 and X that when clicked will flatten the form fields into the PDF page content (no longer interactive).
On this page Free Acrobat Automation Tools scroll down to Flatten Page Content Tool. Above the tools list is a brief discussion of using these tools and a link to a page with instructions on how to install it in Acrobat.Hope this helps,

Dimitri
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1876
For #1 in Acrobat 9, select the "Advanced" menu item, then select the "PDF Optimizer" submenu item. This will bring up the PDF Optimizer window. In the pane on the left side you'll see a number of options. Select just the "Discard Objects" option and you'll see a number of additional options to the right. Select the "Flatten form fields" option and then the OK button.

The specific procedure in Acrobat 10 will be different due to the substantial change in the user interface, but it will still be possible.

Creating a custom menu item or toolbar button will also be somewhat different, but useful if you need to do this a lot. Post again after you've installed Acrobat 10 if you think you'll be interested in this.
adscutte
Registered: Nov 14 2010
Posts: 3
Thank you borh for the post and thanks, George, for the specific instructions. I've been at work and won't be able to try either suggestion until tomorrow afternoon so I'll let you know how it goes then.

Thanks again!

Alison