.NET Temel Uygulamada C# aracılığıyla PPTX Dosyayı Düzeltin

Office ve OpenOffice Belgeleri, E-Tablolar ve Sunumların yanı sıra Windows, Linux ve macOS’ta PPTX’te Metin Arayın ve Değiştirin


.NET API için Belge Redaksiyonu

PDF, Word, Excel, PowerPoint belgelerinden ve resimlerinden hassas ve sınıflandırılmış bilgileri yeniden düzenlemek için, meta verileri değiştirme ve yorumları kaldırma yeteneği dahil, biçimden bağımsız tek bir arayüz. GroupDocs.Redaction for .NET aracıyla, metni yeniden düzenleyebilir ve düzeltilmiş belgeyi PDF içinde kaydedebilir, tüm sayfaları raster görüntülere dönüştürebilir veya daha fazla düzenleme için belgeyi orijinal biçiminde tutabilirsiniz.

C# aracılığıyla PPTX'ten Tam Metni Reddet

GroupDocs.Redaction, .NET geliştiricilerinin birkaç kolay adımda PPTX dosya düzenleme özelliği eklemesini kolaylaştırır.

  • Redactor sınıfının bir örneğini oluşturun ve PPTX dosyasını yükleyin
  • Metni bulmak ve değiştirmek için ExactPhraseRedaction sınıfının bir örneğini oluşturun
  • ExactPhraseRedaction nesnesiyle Redactor.Apply yöntemini çağırın

Redaksiyon API'sini Kullanmaya Başlayın

Komut satırından “nuget install GroupDocs.Redaction”" olarak veya Visual Studio’nun Paket Yöneticisi Konsolu aracılığıyla “Install-Package GroupDocs.Redaction”" ile yükleyin. Alternatif olarak, downloads adresinden bir ZIP dosyasındaki çevrimdışı MSI yükleyicisini veya DLL’leri edinin ve projenizde buna manuel olarak başvurun.

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

PPTX Tr Live Demo

Checkout the free online demo for PPTX Tr.

No need to set up

No need to write any code

Just upload the source file

Get the download link

What is PPTX File Format?

Files with PPTX extension are presentation files created with popular Microsoft PowerPoint application. Unlike the previous version of presentation file format PPT which was binary, the PPTX format is based on the Microsoft PowerPoint open XML presentation file format. A presentation file is a collection of slides where each slide can comprise of text, images, formatting, animations, and other media. These slides are presented to audience in the form of slideshows with custom presentation settings.

Read More

Other Tr Options

CSV Tr

(Comma Seperated Values)

DOC Tr

(Microsoft Word Binary Format)

DOCM Tr

(Microsoft Word 2007 Marco File)

DOCX Tr

(Office 2007+ Word Document)

DOT Tr

(Microsoft Word Template Files)

DOTM Tr

(Microsoft Word 2007+ Template File)

DOTX Tr

(Microsoft Word Template File )

PDF Tr

(Portable Document Format)

POT Tr

(Microsoft PowerPoint Template Files)

POTM Tr

(Microsoft PowerPoint Template File)

PPS Tr

(PowerPoint Slide Show)

PPSM Tr

(Macro-enabled Slide Show)

PPSX Tr

(PowerPoint Slide Show)

PPT Tr

(Microsoft PowerPoint 97-2003)

PPTM Tr

(Macro-enabled Presentation File)

RTF Tr

(Rich Text Format)

XLS Tr

(Microsoft Excel Spreadsheet (Legacy))

XLSM Tr

(Macro-enabled Spreadsheet)

XLSX Tr

(Open XML Workbook)

XLT Tr

(Excel 97 - 2003 Template)

XLTM Tr

(Excel Macro-Enabled Template)

XLTX Tr

(Excel Template)

Back to top
 Türkçe