Info
Version: | 2.1.0.260 |
Author(s): | GrapeCity, Inc. |
Last Update: | Friday, January 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.grapecity.com/en/documents-api-word/ |
NuGet Url: | https://www.nuget.org/packages/GrapeCity.Documents.Word |
Install
Install-Package GrapeCity.Documents.Word
dotnet add package GrapeCity.Documents.Word
paket add GrapeCity.Documents.Word
GrapeCity.Documents.Word Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- GrapeCity.Documents.Common(>= 2.1.0.260)
- DocumentFormat.OpenXml(>= 2.8.1)
- System.Drawing.Primitives(>= 4.3.0)
- GrapeCity.Documents.Common(>= 2.1.0.260)
- DocumentFormat.OpenXml(>= 2.8.1)
- System.Drawing.Primitives(>= 4.3.0)
Tags
It exposes a robust and convenient object model (based on Open XML SDK) that provides access to document content and properties such as page settings, headers and footers, and so on.
The GcWord object model was designed to make working with Office Word documents in code easier and more convenient.
For example, GcWord's notion of ranges allows to create accessor objects that stay with the designated portions of content even while the document is being modified.
In addition, GcWord provides a platform-independent layout engine that allows to render and export Word documents to PDF (https://www.nuget.org/packages/GrapeCity.Documents.Layout/).
The online Documents for Word sample browser is available at http://demos.componentone.com/gcdocs/gcword.