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

Forms

Community Beginner ,
Jul 20, 2023 Jul 20, 2023

I have filled out a form/document.
I want to send the document to someone else, but I do not want them to view it as a form where they can edit the fields that I can edit.
Is there a format that I save it in before I send it?

TOPICS
Edit and convert PDFs , PDF , PDF forms
491
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
Community Expert ,
Jul 20, 2023 Jul 20, 2023

If you have Acrobat you can flatten the file.

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
Community Beginner ,
Jul 20, 2023 Jul 20, 2023

This will hide the form fields created when I used "Prepare a Form"?

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
Community Expert ,
Jul 20, 2023 Jul 20, 2023

Yes. You can do it using this code:

this.flattenPages();

Note this is NOT reversible, though, so maybe save the file under a  new name, just in case you want to make changes to it later on.

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
Community Expert ,
Jul 20, 2023 Jul 20, 2023
LATEST

A common solution to this issue is to Print to PDF. This works if you only have Adobe Reader.

Printing a PDF to PDF is generally considered a bad practice, but it works. 

 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

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