From 9a819b577777fca41c87a7bb0c639214b6f33b9b Mon Sep 17 00:00:00 2001 From: Kseniya Kuzmina Date: Tue, 9 Jun 2026 12:02:16 +0400 Subject: [PATCH] update readme --- Console/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Console/README.md b/Console/README.md index 7c842e6..ab9432e 100644 --- a/Console/README.md +++ b/Console/README.md @@ -10,6 +10,15 @@ This repository contains console applications that use the DevExpress Office Fil > Office, Excel, Word, PowerPoint are trademarks or registered trademarks of Microsoft Corporation. +## Build and Run Console Demos for Office File API + +For information on how to create and run a .NET console application, refer to the following tutorial: [Create a .NET console application](https://learn.microsoft.com/en-us/dotnet/core/tutorials/create-console-app?pivots=visualstudio). + +To use Office File API products in a console application, ensure that you have the following prerequisites and corresponding NuGet packages installed: + +* [Office File API Prerequisites](https://docs.devexpress.com/OfficeFileAPI/405462/installation-guide/prerequisites) +* [Install NuGet packages](https://docs.devexpress.com/OfficeFileAPI/400744/installation-guide/install-nuget-packages) + ## Process PDF Documents [DevExpress PDF Document API for .NET](https://www.devexpress.com/products/net/office-file-api/pdf/) allows you to generate, edit, convert, merge, split, password-protect, and digitally sign PDF files.