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

How to "flatten" or make lines/text uneditable in a PDF

Community Beginner ,
Apr 04, 2024 Apr 04, 2024

Copy link to clipboard

Copied

Hi all.  I don't know the correct "terminology" so apologies in advance.

 

I created a PDF document (basically markups of an image with lines and text callouts on top).  I want to send this PDF to others, but I don't want them to be able to "move/edit" the lines and text callouts.  This is not collaborative file.  How do I do this?  Many years/versions of Acrobat ago, I would "flatten" the PDF before sending, but now when I try to find out how to do it in the latest version of Acrobat I can't get any clear instructions how to.   All my Google searches tells me to change security of the file to prevent editing.  And Google search of "flattening" leads to a confusing maze.  I don't even know if "flattening" is the right term anymore either.

 

My workaround now has been to create the PDF in Acrobat, and then open the PDF file with Preview (I work on a Mac).  Then in Preview, I "print" the file and select the output as PDF and that makes the file "uneditable" (lines and text callouts cannot be selected and are "flat").  I want to find a way to achieve this in Acrobat.  I don't want to use workarounds or 2 programs.  Thanks everyone. 

 

me:

Adobe Acrobat Pro via Creative Cloud

working on Mac (OS 14.X Sonoma)

 

 

TOPICS
Create PDFs , Edit and convert PDFs , How to , Modern Acrobat , PDF

Views

1.2K

Translate

Translate

Report

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 ,
Apr 04, 2024 Apr 04, 2024

Copy link to clipboard

Copied

Search for "flatten" in the preflight tool in Acrobat Pro.

Votes

Translate

Translate

Report

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 ,
Apr 04, 2024 Apr 04, 2024

Copy link to clipboard

Copied

Thanks Bernd.  I searched "flatten" in the Preflight tool, and it resaved the file.  When I open the new file, the text callouts cannot be repositioned, but a cursor still appears and the text is selectable.  When I select text and press the "Delete" button, the text is crossed out.  I am unable to enter new text though.  I think this is OK, just don't understand the crossout.

 

Much appreciate the help! 

 

 

Votes

Translate

Translate

Report

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 ,
Apr 04, 2024 Apr 04, 2024

Copy link to clipboard

Copied

As mentioned, you can do it using the Preflight tool, or even just by running this simple script (via a Custom Command or the Action Wizard):

this.flattenPages();

Just be aware this process is NOT reversible, so make sure to save your file under a new name, in case you want to change those comments later on.

Votes

Translate

Translate

Report

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 ,
Apr 04, 2024 Apr 04, 2024

Copy link to clipboard

Copied

Thanks try67.  I am not familiar with script, but I will do the research to find out!

Votes

Translate

Translate

Report

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 ,
Apr 04, 2024 Apr 04, 2024

Copy link to clipboard

Copied

You don't need any research. I've given you the entire code you need.

Votes

Translate

Translate

Report

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 ,
Apr 04, 2024 Apr 04, 2024

Copy link to clipboard

Copied

LATEST

First run a preflight fixup to flatten annotations (comments) into regular page content (Tools> Print Production> Preflight> Fixups (blue wrench icon). Then run a preflight fixup to convert all content to an image, which is what is happening when you print a pdf from the Mac Preview app (not recommended). You can change the output resolution of the image by duplicating the original preflight from the Options fly out menu and clicking the Edit button. If you do this regularly, you can combine the two preflight fixups into one Acrobat Action using the Action wizard tool.

flatten annotations to page content.png

 

Convert PDF to image.png

Votes

Translate

Translate

Report

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