Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

flatten fillable pdf created by Acrobat pro 9

New Here ,
Mar 23, 2017 Mar 23, 2017

When I receive a fillable pdf or create one from a pdf and then fill it I want to flatten it or lock it so when I send it to someone they do not see highlighted text boxes and they cannot change any filled data. I turned off in Acrobat but when you open in latest Reader the boxes are still there. Thank you for any help. I cannot find any good answers on web. Locking does not prevent changing fiedls or color on boxes.

2.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 23, 2017 Mar 23, 2017

If the form fields have a box, no amount of flattening will get rid of them.  You need to change the form field properties so there is no border color before flattening the form.  If you do that first then use JavaScript to flatten the form. 

The way you would do that is to:

1.  Open the JavaScript Console using Control/Command+J

2.  Type this into the JavaScript Console:

this.flattenPages();

3.  Then hit Control/Command+Return

4.  Save the file to a new name with File>Save As.

Translate
Adobe Employee ,
Mar 23, 2017 Mar 23, 2017
LATEST

If the form fields have a box, no amount of flattening will get rid of them.  You need to change the form field properties so there is no border color before flattening the form.  If you do that first then use JavaScript to flatten the form. 

The way you would do that is to:

1.  Open the JavaScript Console using Control/Command+J

2.  Type this into the JavaScript Console:

this.flattenPages();

3.  Then hit Control/Command+Return

4.  Save the file to a new name with File>Save As.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines