Skip to content

Update README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
<!-- default badges list -->
![](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)
<!-- default badges end -->
<!-- default file list -->
*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))
<!-- default file list end -->

# 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.
<!-- feedback -->
## Does this example address your development requirements/objectives?

Expand Down