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

Making comments permanent

Community Beginner ,
Sep 16, 2020 Sep 16, 2020

We commonly print drawings from CAD software for reports as pdf's, and then typically add some lines, notes, correct spelling, etc in Acrobat Pro DC.  These get saved as comments, that show up in the comment pane on the right.  When the pdf gets sent to someone else, I would like the pdf to still have the lines, notes, etc that were added in Acrobat, but not the description or record of the comments listed in the comment pane.  Anyway to do that?

TOPICS
Edit and convert PDFs
12.1K
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 ,
Sep 16, 2020 Sep 16, 2020

I think you can achieve this using the "Save as Other" method ---> "Optimized PDF".

 

There are a series of one-click presets that you can customize before executing the PDF Optimization. These include the ability to flatten form fields. That said, I assume that if the comments are static FreeText callout boxes enabling this preference should work. 

 

Or flatten the file by "Saving As" postscript file (.ps). This second method, however, is usually discouraged since it will convert an entire PDF into flat single layer. You'll loose all other objects and PDF features. 

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 ,
Sep 16, 2020 Sep 16, 2020

Thanks Is, but the optimized option kept the 'record' of the comments.  The comment below (java script) worked, however.

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 ,
Sep 16, 2020 Sep 16, 2020

You're welcome. Happy to read that try67's recommendation worked for you.

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 ,
Sep 16, 2020 Sep 16, 2020

You can flatten them, either with the Preflight tool or by simply executing this script on them:

this.flattenPages();

Note that this process is NOT reversible, so make sure to save the file under a new name after using it, just in case.

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 ,
Sep 16, 2020 Sep 16, 2020

Try,

Awesome.  Used the java script and it works just like I hoped, and easy to do.  Kept all of my graphic additions, but removed the record of the comments themselves from the file.

 

Thanks much.

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 ,
Sep 18, 2020 Sep 18, 2020

Try,

Is there a similar java script for a pdf with multiple pages?  

Thanks for your help.

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 ,
Sep 18, 2020 Sep 18, 2020
LATEST

This command will flatten all the pages in 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