Skip to main content
Version: Legacy 4-H Toolbox version 4.4

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.

Quick start

Get the full sample on GitHub: C#, Java, and C.

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.

Quick start

Get the full sample on GitHub: C# and Java.

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.

Quick start

Get the full sample on GitHub: C# and Java.