GroupDocs.Redaction
20.11.0
GroupDocs.Redaction for .NET is an easy to use document redaction class library which allows to remove sensitive and classified information from the documents of different formats - DOC/DOCX, XLS/XLSX, PPT/PPTX and others. The library provides powerful sanification features. The sensitive content will be safely removed and resultant document can be saved in original format or rasterized PDF which produces resultant documents which is even more safe to share.
Features:
* Search and redact exact matches of a search string;
* Search and redact using regular expressions;
* Use textual (exemption codes) or graphic (colored rectangles) redactions;
* Save document in its original format or as a PDF with raster images of original pages;
* Wipe out metadata or redact metadata values;
* Remove annotations or redact their texts;
* Control redaction process and skip specific matches;
* Integration interface for implementing custom redactions and formats;
* Specify a set of redaction rules (policy) in XML file;
* Filter all or any combination of classified metadata information of document
* Set a scope of the redaction to a specific worksheet and/or column in Excel formats.
Supported document formats:
* Microsoft Word documents - DOC, DOT, DOCX, DOCM, DOTX, DOTM, RTF;
* Microsoft Excel spreadsheets - XLS, XLT, XLSB, XLSX, XLSM, XLTX, XLTM;
* Microsoft PowerPoint presentations - PPT, PPS, POT, PPTX, PPTM, POTX, POTM, PPSX, PPSM;
* Open Document formats - ODS, ODT, OTT;
* Portable Document Formats - PDF, AI, AIT;
* Image - BMP, DIB, DCM, DC3, DIC, DICM, DJVU, DJV, GIF, J2C, J2K, JPC, JP2, JPF, JPM, JPX, JPEG, JPG, JPE, PNG, JNG, MNG, PSD, PSB, PSDT, TIFF, TIF, WEBP, EMF, WMF;
For more details on the GroupDocs.Redaction for .NET API, please visit GroupDocs website at:
https://products.groupdocs.com/redaction/net
Note: GroupDocs.Redaction for .NET will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.
Install-Package GroupDocs.Redaction -Version 20.11.0
dotnet add package GroupDocs.Redaction --version 20.11.0
<PackageReference Include="GroupDocs.Redaction" Version="20.11.0" />
paket add GroupDocs.Redaction --version 20.11.0
.NET API to Redact Documents
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.
New Features & Enhancements 
- Improvements in
PDF
preview rendering and embedded image redactions.
Please visit GroupDocs.Redaction for .NET 20.11 Release Notes for the detailed notes.
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
Annotations (Comments) 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 a specific area of an image with a colored box.
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.
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 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 | Free Support | Temporary License
.NET API to Redact Documents
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.
New Features & Enhancements 
- Improvements in
PDF
preview rendering and embedded image redactions.
Please visit GroupDocs.Redaction for .NET 20.11 Release Notes for the detailed notes.
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
Annotations (Comments) 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 a specific area of an image with a colored box.
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.
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 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 | Free Support | Temporary License
Release Notes
https://docs.groupdocs.com/redaction/net/groupdocs-redaction-for-net-20-11-release-notes/
Dependencies
-
.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)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on GroupDocs.Redaction:
Package | Downloads |
---|---|
GroupDocs.Total
GroupDocs.Total for .NET is a compilation of every .NET API offered by GroupDocs. We compile it on a daily basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs.
With GroupDocs.Total for .NET developers can use all our APIs with a single license. However, you can order any individual API as well. The APIs we offer include:
GroupDocs.Viewer
GroupDocs.Annotation
GroupDocs.Conversion
GroupDocs.Comparison
GroupDocs.Signature
GroupDocs.Assembly
GroupDocs.Metadata
GroupDocs.Search
GroupDocs.Parser
GroupDocs.Watermark
GroupDocs.Editor
GroupDocs.Merger
GroupDocs.Redaction
GroupDocs.Classification
GroupDocs.Total for .NET Documentation
https://docs.groupdocs.com/display/gdtotalproductfamily/GroupDocs.Total+for+.NET
Free support for GroupDocs.Total for .NET is provided on our support forum:
https://forum.groupdocs.com/
|
|
Conholdate.Total
Conholdate.Total for .NET is a complete package to work with a large number of file formats from Microsoft Word, Excel, PowerPoint, Outlook, Project, Visio, Adobe Acrobat, Illustrator, Photoshop, AutoCAD, OpenOffice and many more.
Conholdate.Total for .NET allows you to use any API released under Aspose and GroupDocs for .NET in order to create, convert, read, edit, update and print popular document formats. Moreover, you may view, annotate, watermark, assemble, classify, search, redact, parse, merge and compare documents without needing to install the native applications.
Conholdate.Total for .NET also includes specialized APIs to read and create barcodes, extract text from images using OCR as well as extract human marked data from questioners, surveys, quizzes, MCQ papers and feedback forms.
|
GitHub repositories
This package is not used by any popular GitHub repositories.