Rediģējiet PPTX failus, izmantojot C# .NET pamatlietotnēs

Meklēt un aizstāt tekstu Office un OpenOffice dokumentos, izklājlapās un prezentācijās, kā arī PPTX operētājsistēmās Windows, Linux un macOS


Dokumenta rediģēšana .NET API

Viena formāta neatkarīga saskarne sensitīvas un klasificētas informācijas noņemšanai no PDF, Word, Excel, PowerPoint dokumentiem un attēliem, tostarp iespēja mainīt metadatus un noņemt komentārus. Izmantojot rīku GroupDocs.Redaction for .NET, varat rediģēt tekstu un saglabāt rediģēto dokumentu mapē PDF, pārveidojot visas lapas rastra attēlos vai saglabājot dokumentu tā sākotnējā formātā turpmākai rediģēšanai.

Rediģēt precīzu tekstu no PPTX, izmantojot C#

GroupDocs.Redaction ļauj .NET izstrādātājiem viegli pievienot PPTX failu rediģēšanas funkciju, veicot dažas vienkāršas darbības.

Sāciet darbu ar Redaction API

Instalējiet no komandrindas kā nuget install GroupDocs.Redaction vai izmantojot Visual Studio pakotņu pārvaldnieka konsoli ar Install-Package GroupDocs.Redaction. Varat arī iegūt bezsaistes MSI instalēšanas programmu vai DLL failā no downloads un manuāli atsaukties uz to savā projektā.

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

PPTX Lv Live Demo

Checkout the free online demo for PPTX Lv.

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

CSV Lv

(Comma Seperated Values)

DOC Lv

(Microsoft Word Binary Format)

DOCM Lv

(Microsoft Word 2007 Marco File)

DOCX Lv

(Office 2007+ Word Document)

DOT Lv

(Microsoft Word Template Files)

DOTM Lv

(Microsoft Word 2007+ Template File)

DOTX Lv

(Microsoft Word Template File )

PDF Lv

(Portable Document Format)

POT Lv

(Microsoft PowerPoint Template Files)

POTM Lv

(Microsoft PowerPoint Template File)

PPS Lv

(PowerPoint Slide Show)

PPSM Lv

(Macro-enabled Slide Show)

PPSX Lv

(PowerPoint Slide Show)

PPT Lv

(Microsoft PowerPoint 97-2003)

PPTM Lv

(Macro-enabled Presentation File)

RTF Lv

(Rich Text Format)

XLS Lv

(Microsoft Excel Spreadsheet (Legacy))

XLSM Lv

(Macro-enabled Spreadsheet)

XLSX Lv

(Open XML Workbook)

XLT Lv

(Excel 97 - 2003 Template)

XLTM Lv

(Excel Macro-Enabled Template)

XLTX Lv

(Excel Template)

Back to top
 Latviešu