Skip to main content
Participating Frequently
July 20, 2023
Question

Forms

  • July 20, 2023
  • 2 replies
  • 703 views

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?

This topic has been closed for replies.

2 replies

Thom Parker
Community Expert
Community Expert
July 20, 2023

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 PDFScriptingUse the Acrobat JavaScript Reference early and often
try67
Community Expert
Community Expert
July 20, 2023

If you have Acrobat you can flatten the file.

ZoeiAuthor
Participating Frequently
July 20, 2023

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

try67
Community Expert
Community Expert
July 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.