Redact File PPTM melalui C# di .NET Core Apps

Cari & Ganti Teks di Dokumen Office & OpenOffice, Spreadsheet & Presentasi serta PPTM di Windows, Linux & macOS


Penyuntingan Dokumen untuk .NET API

Antarmuka format-independen tunggal untuk menyunting informasi sensitif dan rahasia dari PDF, Word, Excel, dokumen dan gambar PowerPoint, termasuk kemampuan untuk mengubah metadata dan menghapus komentar. Dengan alat GroupDocs.Redaction Anda dapat menyunting teks dan menyimpan dokumen yang telah disunting dalam PDF, mengubah semua halaman menjadi gambar raster atau menyimpan dokumen dalam format aslinya untuk pengeditan lebih lanjut.

Redact Teks Tepat dari PPTM melalui C#

GroupDocs.Redaction memudahkan pengembang .NET untuk menambahkan fitur redaksi file PPTM dengan beberapa langkah mudah.

Memulai dengan Redaction API

Instal dari baris perintah sebagai nuget install GroupDocs.Redaction atau melalui Package Manager Console dari Visual Studio dengan Install-Package GroupDocs.Redaction. Atau, dapatkan penginstal MSI offline atau DLL dalam file ZIP dari downloads, dan rujuk di project Anda secara manual.

using (Redactor redactor = new Redactor(@"sample.pptm"))
{
	redactor.Apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]")));
	redactor.Save();
}

PPTM ID Live Demo

Checkout the free online demo for PPTM ID.

No need to set up

No need to write any code

Just upload the source file

Get the download link

What is PPTM File Format?

Files with PPTM extension are Macro-enabled Presentation files that are created with Microsoft PowerPoint 2007 or higher versions. They are similar to PPTX files with the difference that the lateral can’t execute macros though they can contain macros. PPTM files can be edited by opening them in Microsoft PowerPoint and updating the contents. Another similar format is PPSM but it is read-only by default and starts the slideshow when opened. PPTM, like PPTX, contains slides for different presentation elements like text, images, videos, graphs and other related material.

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)

DOT ID

(Microsoft Word Template Files)

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)

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