GroupDocs.Redaction
23.3.0
dotnet add package GroupDocs.Redaction --version 23.3.0
NuGet\Install-Package GroupDocs.Redaction -Version 23.3.0
<PackageReference Include="GroupDocs.Redaction" Version="23.3.0" />
paket add GroupDocs.Redaction --version 23.3.0
#r "nuget: GroupDocs.Redaction, 23.3.0"
// Install GroupDocs.Redaction as a Cake Addin
#addin nuget:?package=GroupDocs.Redaction&version=23.3.0
// Install GroupDocs.Redaction as a Cake Tool
#tool nuget:?package=GroupDocs.Redaction&version=23.3.0
.NET API to Redact Documents
Product Page | Docs | Demo | API Reference | Examples | Blog | Search | Free Support | Temporary License
This .NET component makes it very easy to remove classified or sensitive data from documents via your own .NET apps. Multiple redaction types are supported.
Document Redaction Processing Features
- Remove classified or sensitive information from the documents.
- Remove document metadata and annotations.
- Make a rasterized PDF version of the redacted document for better security.
- Keep the document in its original format after the redaction process.
- Set the redaction scope to a specific worksheet or column.
- Apply multiple redactions in a single call.
- Modify compliance level from PDF/A-1b to PDF/A-1a during rasterizing PDF.
Document Body & Metadata Redaction Supported Formats
Microsoft Word: DOC, DOT, DOCX, DOCM, DOTX, DOTM, RTF
Microsoft Excel: XLSX, XLSM, XLTX, XLTM, XLS, XLT, CSV
Microsoft PowerPoint: PPT, PPTX, PPSX, POT, PPS, PPTM, PPSM, POTM
Image: JPEG, TIF, TIFF, PNG, BMP, GIF
Fixed Layout: PDF
Annotations (Comments) Redaction Supported Formats
Microsoft Word: DOC, DOT, DOCX, DOCM, DOTX, DOTM, RTF
Microsoft Excel: XLSX, XLSM, XLTX, XLTM, XLS, XLT, CSV
Microsoft PowerPoint: PPT, PPTX, PPSX, POT, PPS, PPTM, PPSM, POTM
Fixed Layout: PDF
Platform Independence
GroupDocs.Redaction for .NET does not require any external software or third-party tool to be installed. GroupDocs.Redaction for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed. The other details are as follows:
Microsoft Windows: Microsoft Windows Desktop (x86, x64) (XP & up), Microsoft Windows Server (x86, x64) (2000 & up), Windows Azure
Mac OS: Mac OS X
Linux: Linux (Ubuntu, OpenSUSE, CentOS and others)
Development Environments: Microsoft Visual Studio (2010 & up), Xamarin.Android, Xamarin.IOS, Xamarin.Mac, MonoDevelop 2.4 and later.
Supported Frameworks: GroupDocs.Conversion for .NET supports .NET and Mono frameworks.
Get Started
Are you ready to give GroupDocs.Redaction for .NET a try? Simply execute Install-Package GroupDocs.Redaction
from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Redaction assembly in your project. If you already have GroupDocs.Redaction for .Net and want to upgrade it, please execute Update-Package GroupDocs.Redaction
to get the latest version.
Please check the GitHub Repository for other common usage scenarios.
Perform Exact Phrase Case Sensitive Redaction via C# Code
// For complete examples and data files, please go to https://github.com/groupdocs-redaction/GroupDocs.Redaction-for-.NET
using (Redactor redactor = new Redactor(@"sample.docx"))
{
redactor.Apply(new ExactPhraseRedaction("John Doe", true /*isCaseSensitive*/, new ReplacementOptions("[personal]")));
redactor.Save();
}
Use C# to Redact Specific String from Annotations
using (Redactor redactor = new Redactor(@"C:\test.pdf"))
{
redactor.Apply(new AnnotationRedaction("(?im:john)", "[redacted]"));
redactor.Save()
}
Product Page | Docs | Demo | API Reference | Examples | Blog | Search | Free Support | Temporary License
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- SkiaSharp (>= 2.80.3)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.80.3)
- System.Diagnostics.PerformanceCounter (>= 4.5.0)
- System.Drawing.Common (>= 4.6.1)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Security.Permissions (>= 4.5.0)
- System.Text.Encoding.CodePages (>= 4.6.0)
-
net6.0
- Microsoft.Extensions.DependencyModel (>= 6.0.0)
- SkiaSharp (>= 2.80.3)
- System.Diagnostics.PerformanceCounter (>= 6.0.1)
- System.Drawing.Common (>= 6.0.0)
- System.Security.Cryptography.Pkcs (>= 6.0.1)
- System.Security.Permissions (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
23.3.0 | 285 | 3/24/2023 |
23.1.0 | 753 | 1/26/2023 |
22.8.0 | 1,056 | 8/25/2022 |
22.7.0 | 1,182 | 7/19/2022 |
21.9.0 | 17,270 | 9/22/2021 |
21.3.0 | 12,132 | 3/31/2021 |
21.1.0 | 10,301 | 1/29/2021 |
20.11.0 | 9,803 | 11/13/2020 |
20.9.0 | 3,138 | 9/30/2020 |
20.7.0 | 5,562 | 7/30/2020 |
20.2.0 | 23,650 | 2/28/2020 |
19.12.0 | 5,057 | 12/25/2019 |
19.12.0-alpha-20191224151538 | 391 | 12/25/2019 |
19.9.0 | 1,324 | 9/25/2019 |
19.5.1 | 585 | 5/31/2019 |
19.5.0 | 493 | 5/30/2019 |
19.3.0 | 583 | 3/12/2019 |
19.1.0 | 691 | 1/31/2019 |