Copy link to clipboard
Copied
I have 50,000 comments in a PDF document probably leading to the reasons why Adobe Acrobat DC is so unbelievably slow, unsuable, constantly crashes, and stops responding. I pay for this software and this is unacceptable and leading to lost productivty and frustration. WHY can't I delete these comments? I highlight all 50,000 comments and delete is greyed out.
File> Save as other> Optimized PDF.
Saving as an optimized pdf and choosing to discard and clean up anything you don't need should reduce the size and might help with the other issues you are having.
Copy link to clipboard
Copied
Use the Redact tool to use Sanitize Document and selectively remove only the comments.
Copy link to clipboard
Copied
Try running this script on it:
this.syncAnnotScan();
var annots = this.getAnnots();
if (annots!=null) {
for (var i=annots.length-1; i>=0; i--) {
var annot = annots[i];
annot.destroy();
}
}
Copy link to clipboard
Copied
print document as a new PDF without comments
Copy link to clipboard
Copied
File> Save as other> Optimized PDF.
Saving as an optimized pdf and choosing to discard and clean up anything you don't need should reduce the size and might help with the other issues you are having.
Copy link to clipboard
Copied
that worked for me, I did not try the script method.
Copy link to clipboard
Copied
Hi there
We are glad to hear that the issue got fixed.
Marking a reply or response “Correct” will help future users with the same issue quickly identify the correct answer.
~Amal