These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Can Acrobat 9 Pro Redact "Page X of X"?

FrancineSF
Registered: Mar 22 2010
Posts: 25

I have a client with very large PDFs. These PDFs had been electronically filed with a court and at the top of each page there is a reference "Page 1 of 1", "Page 2 of 2", etc.

Is there any way in Acrobat 9 Pro search and redact all of these references? Some of these documents are over 300 pages and I am hoping this is not a manual redaction process.

Thank you.

My Product Information:
Acrobat Pro 9.3.1, Windows
gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4307
You can use JavaScript to perform the Redaction and you can use the Reg Exp object to build the search string.

[url=http://www.acrobatusers.com/tutorials/2008/07/auto_redaction_with_javascript]Automating Redaction with Acrobat JavaScript[/url] by Thom Parker
[url=http://www.acrobatusers.com/tutorials/text-matching-regular-expressions]Text matching with regular expressions[/url] by Thom Parker

George Kaiser

FrancineSF
Registered: Mar 22 2010
Posts: 25
Thank you for your reply! I appreciate it.
I was really hoping for a way to make it part of a "pattern", but I guess we are out of luck.

I will work on this to see how to make it work for this project.

If anyone else has any ideas, they would be welcomed, too. The client doesn't have any real technical people on board and they don't want to spend much money to make something happen.

I know, I know.
Thank you again for this solution.

I will pass it along.
gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4307
The REgExp does allow for the use of a pattern.

George Kaiser

FrancineSF
Registered: Mar 22 2010
Posts: 25
Thank you! I will explore this further.
rbogie
Registered: Apr 28 2008
Posts: 432
you might experiment with AA9's redaction tool (on advanced toolbar) and read the relevent help section. the answer depends in part on whether the PDF is 'text' pdf or 'image' pdf. it also depends on whether you want to leave a black rectangle in place of the redacted text (as would be done with passages that you hold confidential in a document being submitted in response to subpoena) or whether you want to white out the redacted text as if it never existed. if you could post a sample of a few pages to acrobat.com, someone might be able to give you a more definitive answer.
FrancineSF
Registered: Mar 22 2010
Posts: 25
Thanks. I am familiar with the Redaction tool. It doesn't innately do what I need it to do.
I believe the person who responded previously had the answer, although, I would rather it be some buttons to select rather than having to do with code. But, perhaps that will be an option in another version.

It's not anything more complicated than what I said --- Page 1 of 10, Page 2 of 10, Page 3 of 10, etc.

Thanks again!
I appreciate the response.
rbogie
Registered: Apr 28 2008
Posts: 432
no java code is needed to do this; you can do it with the redaction tool. but it's important to know if the document is 'image' pdf or 'text' pdf. many on this forum could provide more definitive advice, if they could see a sample of page or two. is it image or is it renderable text?
gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4307
There are a number of articles on Acrobat's Developer Net for Acrobat.


[url=http://help.adobe.com/en_US/Acrobat/9.0/3D/WS08F7A8EB-1BD6-46db-BE26-12F2619DD85E.w.php]Create and edit redaction codes[/url]
[url=http://kb2.adobe.com/cps/405/kb405632.php]Acrobat 9 Search and Redact Patterns for non-U.S. users[/url]
[url=http://blogs.adobe.com/acrolaw/redaction/]Redaction Tips and Techniques for Acrobat 9[/url]
[url=http://blogs.adobe.com/acrolaw/2008/08/creating_and_using_custom_redact.php]Creating and Using Custom Redaction Patterns[/url]
[url=http://blogs.adobe.com/acrolaw/2008/12/updated_redaction_pattern_sets_a.php]Updated Redaction Pattern Sets Available[/url]

Also there is [url=http://blogs.adobe.com/spartacusacrobat/2009/06/mps_expenses_redaction_acrobat.php]MP's... Expenses..... Redaction.... Acrobat relevance!![/url]

George Kaiser