Redact
The PDF Toolbox SDK lets you remove and redact content from an input PDF document so that it is no longer present in the output document. You can remove pages or content like text, images, and paths. You can also apply targeted redaction by removing or replacing individual characters (glyphs) from text fragments.
Remove pages
Learn how to remove specific pages from a PDF document using the Remove pages from PDF (C, C#, Java, and Python) code example.
Remove content
Learn how to iterate through the PDF to remove specific content using the Remove White Text from PDF (C, C#, Java, and Python) code example.
Remove individual characters (glyphs)
Learn how to remove individual characters from fragments of text in a PDF document using the Remove glyphs (C, C#, Java, and Python) code example.