Uredite DOT datoteke prek C# v .NET osnovnih aplikacijah

Iskanje in zamenjava besedila v dokumentih Office in OpenOffice, preglednicah in predstavitvah ter DOT v Windows, Linux in macOS


Redakcija dokumenta za API .NET

Enotni vmesnik, neodvisen od oblike, za urejanje občutljivih in zaupnih podatkov iz dokumentov in slik PDF, Word, Excel, PowerPoint, vključno z možnostjo spreminjanja metapodatkov in odstranjevanja komentarjev. Z orodjem GroupDocs.Redaction for .NET lahko redigirate besedilo in shranite redigiran dokument v PDF, tako da vse strani pretvorite v rastrske slike ali pa dokument obdržite v izvirni obliki za nadaljnje urejanje.

Uredi natančno besedilo iz DOT prek C#

GroupDocs.Redaction razvijalcem .NET olajša dodajanje funkcije za urejanje datotek DOT z nekaj preprostimi koraki.

Začnite uporabljati Redaction API

Namestite iz ukazne vrstice kot nuget install GroupDocs.Redaction ali prek konzole upravitelja paketov Visual Studio z Install-Package GroupDocs.Redaction. Druga možnost je, da dobite namestitveni program MSI brez povezave ali DLL-je v datoteki ZIP iz prenosov in jih ročno navedete v svojem projektu.

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

DOT Sl Live Demo

Checkout the free online demo for DOT Sl.

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

CSV Sl

(Comma Seperated Values)

DOC Sl

(Microsoft Word Binary Format)

DOCM Sl

(Microsoft Word 2007 Marco File)

DOCX Sl

(Office 2007+ Word Document)

DOTM Sl

(Microsoft Word 2007+ Template File)

DOTX Sl

(Microsoft Word Template File )

PDF Sl

(Portable Document Format)

POT Sl

(Microsoft PowerPoint Template Files)

POTM Sl

(Microsoft PowerPoint Template File)

PPS Sl

(PowerPoint Slide Show)

PPSM Sl

(Macro-enabled Slide Show)

PPSX Sl

(PowerPoint Slide Show)

PPT Sl

(Microsoft PowerPoint 97-2003)

PPTM Sl

(Macro-enabled Presentation File)

PPTX Sl

(Open XML presentation Format)

RTF Sl

(Rich Text Format)

XLS Sl

(Microsoft Excel Spreadsheet (Legacy))

XLSM Sl

(Macro-enabled Spreadsheet)

XLSX Sl

(Open XML Workbook)

XLT Sl

(Excel 97 - 2003 Template)

XLTM Sl

(Excel Macro-Enabled Template)

XLTX Sl

(Excel Template)

Back to top
 Slovenščina