Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thanks Is, but the optimized option kept the 'record' of the comments. The comment below (java script) worked, however.
Copy link to clipboard
Copied
You're welcome. Happy to read that try67's recommendation worked for you.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Try,
Is there a similar java script for a pdf with multiple pages?
Thanks for your help.
Copy link to clipboard
Copied
This command will flatten all the pages in the file.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now