DevExpress-Examples / word-document-api-automatic-document-conversion-on-web-server

Use the Word Processing Document API to convert a Word document to RTF format automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Processing Document API - Convert a Word Document to RTF Format Automatically

This example illustrates how to use the RichEditDocumentServer to convert files from Word 2007 format to RTF format.

The Word Processing Document API is a non-visual equivalent of the RichEditControl for working with documents via API. Its advantages become evident in a simple application that automatically loads MS Word documents into a specified folder and its subfolders and saves them in Rich Text format. When a document is loaded, you can modify it in many ways, including mail merge.

Files to Look At

More Examples

Word Processing Document API - How to Use DOCVARIABLE Fields in a Document

About

Use the Word Processing Document API to convert a Word document to RTF format automatically.

License:Other


Languages

Language:Visual Basic .NET 50.1%Language:C# 49.9%