Java SDK Search (and Redact) Text Using Regular Expressions in PDF Documents

The Java sample program below shows how to search formatted fields in a PDF document (such as Social Security Numbers, email addresses, phone numbers or dates), apply redaction annotations and then burn them to remove the underlying text content. Formatted text is identified through the use of regular expressions (“regex”), so the code can be […]

Read More