Oscura i file PPTX tramite C# nelle .NET app principali

Cerca e sostituisci testo in documenti, fogli di lavoro e presentazioni Office e OpenOffice nonché PPTX su Windows, Linux e macOS


Redazione del documento per l'API .NET

Un’unica interfaccia indipendente dal formato per l’oscuramento di informazioni riservate e classificate da documenti e immagini PDF, Word, Excel, PowerPoint, inclusa la possibilità di modificare i metadati e rimuovere i commenti. Con lo strumento GroupDocs.Redaction for .NET puoi redigere il testo e salvare il documento redatto in PDF, trasformando tutte le pagine in immagini raster o mantenendo il documento nel suo formato originale per ulteriori modifiche.

Oscura testo esatto da PPTX tramite C#

GroupDocs.Redaction consente agli .NET sviluppatori di aggiungere facilmente PPTX la funzionalità di revisione dei file con pochi semplici passaggi.

  • Crea un’istanza della classe Redactor e carica il file PPTX
  • Crea un’istanza della classe ExactPhraseRedaction per trovare e sostituire il testo
  • Richiama il metodo Redactor.Apply con oggetto di ExactPhraseRedaction

Inizia con l'API Redaction

Installa dalla riga di comando come nuget install GroupDocs.Redaction o tramite Package Manager Console di Visual Studio con Install-Package GroupDocs.Redaction. In alternativa, scarica il programma di installazione MSI offline o le DLL in un file ZIP da download e fai riferimento a esso manualmente nel tuo progetto.

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

PPTX It Live Demo

Checkout the free online demo for PPTX It.

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 It Options

CSV It

(Comma Seperated Values)

DOC It

(Microsoft Word Binary Format)

DOCM It

(Microsoft Word 2007 Marco File)

DOCX It

(Office 2007+ Word Document)

DOT It

(Microsoft Word Template Files)

DOTM It

(Microsoft Word 2007+ Template File)

DOTX It

(Microsoft Word Template File )

PDF It

(Portable Document Format)

POT It

(Microsoft PowerPoint Template Files)

POTM It

(Microsoft PowerPoint Template File)

PPS It

(PowerPoint Slide Show)

PPSM It

(Macro-enabled Slide Show)

PPSX It

(PowerPoint Slide Show)

PPT It

(Microsoft PowerPoint 97-2003)

PPTM It

(Macro-enabled Presentation File)

RTF It

(Rich Text Format)

XLS It

(Microsoft Excel Spreadsheet (Legacy))

XLSM It

(Macro-enabled Spreadsheet)

XLSX It

(Open XML Workbook)

XLT It

(Excel 97 - 2003 Template)

XLTM It

(Excel Macro-Enabled Template)

XLTX It

(Excel Template)

Back to top
 Italiano