How to remove text from a PDF in Java using JPedal (Tutorial) (opens in new tab)
TL;DR True PDF redaction in Java requires two things: hiding the text visually and removing it from the content stream. This tutorial shows how to do both with JPedal in under 20 lines of code. Why…
Read the original article