Eine einzige, formatunabhängige Schnittstelle zur Bereinigung sensibler und geheimer Informationen aus den Dokumenten und Bildern PDF, Word, Excel, PowerPoint, einschließlich der Möglichkeit, Metadaten zu ändern und Kommentare zu entfernen. Mit dem Tool GroupDocs.Redaction for .NET können Sie die klassifizierten Informationen schwärzen und das geschwärzte Dokument in PDF speichern, alle Seiten in Rasterbilder umwandeln oder das Dokument zur weiteren Bearbeitung in seinem Originalformat behalten.
GroupDocs.Redaction ermöglicht .NET-Entwicklern, die volle Stärke regulärer Ausdrücke zu nutzen, um DOT-Dateien mit ein paar einfachen Schritten zu redigieren.
Installieren Sie über die Befehlszeile als „nuget install GroupDocs.Redaction“ oder über die Paket-Manager-Konsole von Visual Studio mit „Install-Package GroupDocs.Redaction“. Alternativ können Sie das Offline-MSI-Installationsprogramm oder die DLLs in einer ZIP-Datei von Downloads herunterladen und in Ihrem Projekt manuell darauf verweisen.
using (Redactor redactor = new Redactor(@"sample.dot"))
{
redactor.Apply(new RegexRedaction("\\d{2}\\s*\\d{2}[^\\d]*\\d{6}", new ReplacementOptions(System.Drawing.Color.Blue)));
redactor.Save();
}
Checkout the free online demo for DOT De.
No need to set up
No need to write any code
Just upload the source file
Get the download link
Files with .DOT extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOC or DOCX files. A template file is created in order to have specific user settings that should be applied to subsequent files created from these. These settings include page margins, borders, headers, footers, and other page settings. Such templates are used in official documents such as company letterheads and standardized forms. The DOT file format is specific to Microsoft Word 2003 and earlier, but is supported by higher versions as well. Microsoft Word by default opens every new document based on normal.dot file. If modified, all the new files created will result in same settings as from the template file. In Microsoft Word 2007, the DOT file format has been replaced with Office OpenXML based DOTX file format.
Read More(Comma Seperated Values)
(Microsoft Word Binary Format)
(Microsoft Word 2007 Marco File)
(Office 2007+ Word Document)
(Microsoft Word 2007+ Template File)
(Microsoft Word Template File )
(Portable Document Format)
(Microsoft PowerPoint Template Files)
(Microsoft PowerPoint Template File)
(PowerPoint Slide Show)
(Macro-enabled Slide Show)
(PowerPoint Slide Show)
(Microsoft PowerPoint 97-2003)
(Macro-enabled Presentation File)
(Open XML presentation Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Macro-enabled Spreadsheet)
(Open XML Workbook)
(Excel 97 - 2003 Template)
(Excel Macro-Enabled Template)
(Excel Template)