Coordinate-based redaction
For precise manual redaction, you can define rectangular regions and apply permanent redaction in a few steps:
using GdPicture14;
LicenseManager licence = new LicenseManager();licence.RegisterKEY("");
using GdPicturePDF pdf = new GdPicturePDF();pdf.LoadFromFile(@"input.pdf");pdf.AddRedactionRegion(72, 707, 40, 14);pdf.ApplyRedaction();pdf.SaveToFile(@"output.pdf");For multi-page and advanced coordinate control, see Redact using coordinates.
Smart redaction
Based on its advanced artificial intelligence (AI) and document understanding engine, Nutrient .NET SDK recognizes sensitive information in a document and marks it for redaction. After you validate these marks, Nutrient .NET SDK removes them from the document.
Learn moreStart your free trial for unlimited access and expert support.