Antarmuka tunggal format-independen untuk sanitasi informasi sensitif dan rahasia dari dokumen dan gambar PDF, Word, Excel, PowerPoint, termasuk kemampuan untuk mengubah metadata dan menghapus anotasi. Dengan alat GroupDocs.Redaction for .NET Anda dapat menyunting informasi rahasia dan menyimpan dokumen yang telah disunting di PDF, mengubah semua halaman menjadi gambar raster atau menyimpan dokumen dalam format aslinya untuk pengeditan lebih lanjut.
GroupDocs.Redaction memungkinkan pengembang .NET menggunakan kekuatan penuh ekspresi reguler untuk menyunting file DOC dengan beberapa langkah mudah.
Instal paket dari baris perintah sebagai nuget install GroupDocs.Redaction
atau melalui Package Manager Console Visual Studio dengan Install-Package GroupDocs.Redaction
.
Atau, dapatkan penginstal MSI offline atau DLL dalam file ZIP dari downloads, dan rujuk ke project Anda secara manual.
using (Redactor redactor = new Redactor(@"sample.doc"))
{
redactor.Apply(new AnnotationRedaction("(?im:john)", "[redacted]"));
redactor.Save();
}
Checkout the free online demo for DOC ID.
No need to set up
No need to write any code
Just upload the source file
Get the download link
Files with .doc extension represent documents generated by Microsoft Word or other word processing documents in binary file format. The extension was initially used for plain text documentation on several different operating systems. It can contain several different types of data such as images, formatted as well as plain text, graphs, charts, embedded objects, links, pages, page formatting, print settings and a lot others.
Read More(Comma Seperated Values)
(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)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Macro-enabled Spreadsheet)
(Open XML Workbook)
(Excel 97 - 2003 Template)
(Excel Macro-Enabled Template)
(Excel Template)