Enotni vmesnik, neodvisen od oblike, za čiščenje občutljivih in tajnih podatkov iz dokumentov in slik PDF, Word, Excel, PowerPoint, vključno z možnostjo spreminjanja metapodatkov in odstranjevanja komentarjev. Z orodjem GroupDocs.Redaction for .NET lahko popravite zaupne podatke in shranite popravljen dokument v PDF, tako da vse strani pretvorite v rastrske slike ali obdržite dokument v izvirni obliki za nadaljnje urejanje.
GroupDocs.Redaction razvijalcem .NET omogoča uporabo polne moči regularnih izrazov za urejanje datoteke DOCX z nekaj preprostimi koraki.
Namestite iz ukazne vrstice kot nuget install GroupDocs.Redaction
ali prek konzole upravitelja paketov Visual Studio z Install-Package GroupDocs.Redaction
.
Druga možnost je, da dobite namestitveni program MSI brez povezave ali DLL-je v datoteki ZIP iz prenosov in jih ročno navedete v svojem projektu.
using (Redactor redactor = new Redactor(@"sample.docx"))
{
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 DOCX Sl.
No need to set up
No need to write any code
Just upload the source file
Get the download link
DOCX is a well-known format for Microsoft Word documents. Introduced from 2007 with the release of Microsoft Office 2007, the structure of this new Document format was changed from plain binary to a combination of XML and binary files. Docx files can be opened with Word 2007 and lateral versions but not with the earlier versions of MS Word which support DOC file extensions.
Read More(Comma Seperated Values)
(Microsoft Word Binary Format)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(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)