Redact DOT Anotasi File melalui C# dan Ekspresi Reguler di .NET Aplikasi Inti

Temukan dan hapus informasi sensitif dari Dokumen, Spreadsheet & Presentasi Office & OpenOffice serta DOT di Windows, Linux & macOS


Redaksi Anotasi Dokumen untuk .NET API

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.

Sunting Anotasi dari DOT menggunakan Ekspresi Reguler melalui C#

GroupDocs.Redaction memungkinkan pengembang .NET menggunakan kekuatan penuh ekspresi reguler untuk menyunting file DOT dengan beberapa langkah mudah.

Cara menggunakan GroupDocs Redaction API

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.dot"))
{
	redactor.Apply(new AnnotationRedaction("(?im:john)", "[redacted]"));
	redactor.Save();
}

DOT ID Live Demo

Checkout the free online demo for DOT ID.

No need to set up

No need to write any code

Just upload the source file

Get the download link

What is DOT File Format?

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

Other ID Options

CSV ID

(Comma Seperated Values)

DOC ID

(Microsoft Word Binary Format)

DOCM ID

(Microsoft Word 2007 Marco File)

DOCX ID

(Office 2007+ Word Document)

DOTM ID

(Microsoft Word 2007+ Template File)

DOTX ID

(Microsoft Word Template File )

PDF ID

(Portable Document Format)

POT ID

(Microsoft PowerPoint Template Files)

POTM ID

(Microsoft PowerPoint Template File)

PPS ID

(PowerPoint Slide Show)

PPSM ID

(Macro-enabled Slide Show)

PPSX ID

(PowerPoint Slide Show)

PPT ID

(Microsoft PowerPoint 97-2003)

PPTM ID

(Macro-enabled Presentation File)

PPTX ID

(Open XML presentation Format)

RTF ID

(Rich Text Format)

XLS ID

(Microsoft Excel Spreadsheet (Legacy))

XLSM ID

(Macro-enabled Spreadsheet)

XLSX ID

(Open XML Workbook)

XLT ID

(Excel 97 - 2003 Template)

XLTM ID

(Excel Macro-Enabled Template)

XLTX ID

(Excel Template)

Back to top
 Indonesian