Jediné formátovo nezávislé rozhranie na dezinfekciu citlivých a utajovaných informácií z dokumentov a obrázkov PDF, Word, Excel, PowerPoint vrátane možnosti meniť metadáta a odstraňovať komentáre. Pomocou nástroja GroupDocs.Redaction for .NET môžete vymazať utajované informácie a uložiť zredigovaný dokument v PDF, čím prevediete všetky strany na rastrové obrázky alebo ponecháte dokument v pôvodnom formáte na ďalšie úpravy.
GroupDocs.Redaction umožňuje .NET vývojárom využiť plnú silu regulárnych výrazov na redigovanie RTF súboru pomocou niekoľkých jednoduchých krokov.
Nainštalujte z príkazového riadka ako nuget install GroupDocs.Redaction
alebo cez konzolu Package Manager Console Visual Studio s Install-Package GroupDocs.Redaction
.
Prípadne získajte offline inštalačný program MSI alebo knižnice DLL v súbore ZIP zo stránky [stiahnutia] (https://downloads.groupdocs.com/redaction/net) a uveďte ho ručne vo svojom projekte.
using (Redactor redactor = new Redactor(@"sample.rtf"))
{
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 RTF Sk.
No need to set up
No need to write any code
Just upload the source file
Get the download link
Introduced and documented by Microsoft, the Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications. The format facilitates cross-platform document exchange with other Microsoft Products, thus serving the purpose of interoperability. This capability makes it a standard of data transfer between word processing software and, hence, contents can be transferred from one operating system to another without losing document formatting. The file format specifications are available by Microsoft for public download and can be referred to from developer’s perspective.
Read More(Comma Seperated Values)
(Microsoft Word Binary Format)
(Microsoft Word 2007 Marco File)
(Office 2007+ Word Document)
(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)
(Microsoft Excel Spreadsheet (Legacy))
(Macro-enabled Spreadsheet)
(Open XML Workbook)
(Excel 97 - 2003 Template)
(Excel Macro-Enabled Template)
(Excel Template)