From 8aa5253969371e4df90456170d1ddfe43fb6d659 Mon Sep 17 00:00:00 2001 From: Poline Fedorova Date: Wed, 11 Dec 2024 16:25:30 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ceb71e8..da4b548 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,22 @@ [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) - -*Files to look at*: + +# Word Processing Document API - Use Track Changes to Manage Revisions in a Document + +The following code sample project shows how to use Word Processing Document API to accept and reject revisions. Enable change tracking, specify revision's display options, and export the result to the PDF format. + +> [!Important] +> The Universal Subscription or an additional Office File API Subscription is required to use this example in production code. For pricing information, please refer to the [DevExpress Subscription](https://www.devexpress.com/Subscriptions/) page. + +## Files to Review * [Program.cs](./CS/word-processing-document-api-track-changes/Program.cs) (VB: [Program.vb](./VB/word-processing-document-api-track-changes/Program.vb)) - -# Word Processing Document API - Use Track Changes to Manage Revisions in a Document +## Documentation + +* [Track Changes](https://docs.devexpress.com/OfficeFileAPI/401231/word-processing-document-api/track-changes) -The following code sample project shows how to use Word Processing Document API to accept and reject revisions. Enable change tracking, specify revision's display options and export the result to the PDF format. ## Does this example address your development requirements/objectives? From 4889508353dfbeedad9beb4ebd72242a952d4305 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 11 Dec 2024 19:27:07 +0400 Subject: [PATCH 2/2] README auto update [skip ci] --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index da4b548..d5fda61 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/214142153/24.2.1%2B) [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T827763) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)