GroupDocs.Redaction
19.12.0
See the version list below for details.
dotnet add package GroupDocs.Redaction --version 19.12.0
NuGet\Install-Package GroupDocs.Redaction -Version 19.12.0
<PackageReference Include="GroupDocs.Redaction" Version="19.12.0" />
paket add GroupDocs.Redaction --version 19.12.0
#r "nuget: GroupDocs.Redaction, 19.12.0"
// Install GroupDocs.Redaction as a Cake Addin #addin nuget:?package=GroupDocs.Redaction&version=19.12.0 // Install GroupDocs.Redaction as a Cake Tool #tool nuget:?package=GroupDocs.Redaction&version=19.12.0
Document Redaction Features
- Remove classified or sensitive information from the documents.
- Remove document metadata and annotations.
- Get 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 redaction in a single call.
- Modify compliance level from PDF/A-1b to PDF/A-1a during PDF processing.
Document Body & Metadata Redaction 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
Annotation Redaction 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
Supported Redaction Types
Text: Replace or hide a textual area within the document body with a colored block. Metadata: Replace metadata values with empty ones or redact metadata values. Annotation: Remove annotations from the document or redact their content. Image: Replace specific area of an image with a colored box.
Platform Independence
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: .NET framework and Mono.
Getting Started with GroupDocs.Redaction for .NET
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 common usage scenarios.
Case Sensitive Redaction of DOCX via C#
using (Redactor redactor = new Redactor(@"template.docx"))
{
redactor.Apply(new ExactPhraseRedaction("John Doe", true /*isCaseSensitive*/, new ReplacementOptions("[personal]")));
redactor.Save();
}
Redact Specific String from PDF Annotations via C#
using (Redactor redactor = new Redactor("template.pdf"))
{
redactor.Apply(new AnnotationRedaction("(?im:john)", "[redacted]"));
redactor.Save()
}
Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 2.0
- No dependencies.
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- SkiaSharp (>= 1.68.1)
- 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)
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 |
---|---|---|
24.10.0 | 228 | 10/31/2024 |
24.6.0 | 1,110 | 7/1/2024 |
23.11.0 | 2,451 | 11/3/2023 |
23.8.0 | 11,990 | 8/18/2023 |
23.6.0 | 2,513 | 6/28/2023 |
23.3.0 | 1,902 | 3/24/2023 |
23.1.0 | 1,512 | 1/26/2023 |
22.8.0 | 2,632 | 8/25/2022 |
22.7.0 | 2,165 | 7/19/2022 |
21.9.0 | 33,468 | 9/22/2021 |
21.3.0 | 23,852 | 3/31/2021 |
21.1.0 | 38,587 | 1/29/2021 |
20.11.0 | 46,292 | 11/13/2020 |
20.9.0 | 17,494 | 9/30/2020 |
20.7.0 | 30,707 | 7/30/2020 |
20.2.0 | 132,336 | 2/28/2020 |
19.12.0 | 43,920 | 12/25/2019 |
19.12.0-alpha-20191224151538 | 715 | 12/25/2019 |
19.9.0 | 26,678 | 9/25/2019 |
19.5.1 | 790 | 5/31/2019 |
19.5.0 | 680 | 5/30/2019 |
19.3.0 | 826 | 3/12/2019 |
19.1.0 | 933 | 1/31/2019 |