Skip to main content
Participant
June 27, 2023
Answered

Hello all, I have multiple documents that same areas to be redacted

  • June 27, 2023
  • 2 replies
  • 801 views

I have multiple documents that I want certain areas to be redacted, they happen to be in the same area, is there a way I can just select the area once and the redaction to be applied to multiple documents?

This topic has been closed for replies.
Correct answer try67

Yes, but not that easily.

If you have Acrobat Pro you can create an Action that will redact the same area (on all pages?) and then run it on multiple files. You would need to create the redaction comment using a script, though. If you share a sample file that has a comment (Square, or Redaction) over the desired area I could help you with the code to achieve it.

2 replies

AkanchhaS8194121
Legend
June 30, 2023

In addition to try67's response.

 

Here are some help articles to get an idea about how customized actions are  to be created https://helpx.adobe.com/acrobat/using/action-wizard-acrobat-pro.html 

Also, know more about redaction feature here https://helpx.adobe.com/acrobat/using/removing-sensitive-content-pdfs.html 

 

 

Thanks,

Akanchha 

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
June 27, 2023

Yes, but not that easily.

If you have Acrobat Pro you can create an Action that will redact the same area (on all pages?) and then run it on multiple files. You would need to create the redaction comment using a script, though. If you share a sample file that has a comment (Square, or Redaction) over the desired area I could help you with the code to achieve it.