GcDocs.Word 7.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GcDocs.Word --version 7.0.0
NuGet\Install-Package GcDocs.Word -Version 7.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GcDocs.Word" Version="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GcDocs.Word --version 7.0.0
#r "nuget: GcDocs.Word, 7.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GcDocs.Word as a Cake Addin
#addin nuget:?package=GcDocs.Word&version=7.0.0

// Install GcDocs.Word as a Cake Tool
#tool nuget:?package=GcDocs.Word&version=7.0.0

GrapeCity Documents for Word

GrapeCity Documents for Word (GcWord) is a fast and powerful MS Word API library that provides a set of APIs that allow developers to implement fast and efficient processing of MS Word (DOCX) documents with no dependency on Microsoft Office.

Features include:

  • Programmatically create, load, modify, save or inspect MS Word documents.
  • Read-write support for DOCX, DOTM, DOCM and DOTX file formats.
  • Read-only support for FlatOPC, FlatOpcMacroEnabled, FlatOpcTemplate and FlatOpcTemplateEnabled formats.
  • Export documents to PDF or image formats with support for RTL, vertical and East Asian texts.
  • Support for built-in and user-defined character, paragraph and table styles, list templates and themes.
  • Shape and geometry type presets, themed shape styles.
  • Add images to documents specifying various image formatting options.
  • Powerful find and replace functionality.
  • Report (Data) Templates that use Mustache-style markup to create data-bound documents.

GcWord is compatible with .NET 7, .NET 6, .NET Core 3.1, .NET Standard 2.x, .NET Framework 4.6.1 or higher.

All features are fully supported on Windows, macOS and Linux.

Resources

GrapeCity Document APIs

GrapeCity Document JavsScript Viewers

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GcDocs.Word:

Package Downloads
GcDocs.Word.Layout

这是一个为 GcDocs.Word(GcWord)提供文档布局服务的跨平台库。 将此库添加到使用 GcWord 的项目中,可以使用 GcWordDocument.SaveAsPdf() 和其他方法将 Word 文档导出为 PDF 和图像格式(TIFF、JPEG、PNG)。 该库不依赖于 MS Office,并与。NET 7、.NET 6、.NET 5、.NET Core 3.x 和 2.x、。NET Standard 2.x、.NET Framework 4.6.1 或更高版本兼容。所有功能在 Windows、macOS 和 Linux 上都得到完全支持。 使用此库从 Word 文档生成 PDF 和图像的在线演示浏览器可在 https://demo.grapecity.com.cn/GcWord/ 上访问。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.1.1 122 4/24/2024
7.1.0 99 4/15/2024
7.0.4 116 3/22/2024
7.0.3 134 2/19/2024
7.0.2 133 1/25/2024
7.0.1 159 1/5/2024
7.0.0 154 12/11/2023

# 重要信息
- 这是 GcDocs.Word 软件包的首次发布,该软件包由 GrapeCity.Documents.Word 更名而来。
- GcDocs.Word 与 GrapeCity.Documents.Word 的功能保持一致,并且与 GrapeCity.Documents.Word 保持兼容,未来我们将持续对 GcDocs.Word 添加新功能并进行维护。
- GcDocs.Word 与 GrapeCity.Documents.Word 使用相同的授权策略,如果在您的升级中,遇到任何授权问题,可以发送邮件至 info.xa@grapecity.com 联系我们获取帮助。

# Changes since version 6.2.5:

## Added
- ContentObject.CanAdd() methods: check whether a ContentObject of the specified type can be added to the current object. (DOC-5675)
- ContentObject.CanAddContentControl() methods: check whether a ContentControl of the specified type can be added to the current object. (DOC-5675)
- Body.CanAdd() methods: check whether a ContentObject of the specified type can be added to the current body. (DOC-5675)
- Body.CanAddContentControl() methods: check whether a ContentControl of the specified type can be added to the current body. (DOC-5675)
- Section.CanAdd() methods: check whether a ContentObject of the specified type can be added to the current section. (DOC-5675)
- Section.CanAddContentControl() methods: check whether a ContentControl of the specified type can be added to the current section. (DOC-5675)
- Added support for picture effects. (DOC-5137)
- [Picture effects] RecolorType enum: specifies the type of an image color change.
- [Picture effects] ImageEffectType enum: specifies the image effect type.
- [Picture effects] UserColor class: represents an extended color.
- [Picture effects] WebVideoProperties class: represents properties for displaying an online video to the user.
- [Picture effects] ImageEffect class (derives from FormattingBag): the abstract base class for image effects.
- [Picture effects] AlphaBiLevel class: represents an Alpha bi-level effect.
- [Picture effects] AlphaCeiling class: represents an alpha ceiling effect.
- [Picture effects] AlphaFloor class: represents an alpha floor effect.
- [Picture effects] AlphaInverse class: represents an alpha inverse effect.
- [Picture effects] AlphaModulation class: represents an alpha modulate fixed effect.
- [Picture effects] AlphaModulationComplex class: represents an alpha modulate complex effect.
- [Picture effects] AlphaReplace class: represents an alpha replace effect.
- [Picture effects] BiLevel class: represents a bi-level (black/white) effect.
- [Picture effects] ColorChange class: represents a color change effect.
- [Picture effects] ColorReplacement class: represents a solid color replacement effect.
- [Picture effects] Duotone class: represents a duotone effect.
- [Picture effects] Grayscale class: represents a grayscale effect.
- [Picture effects] HslEffect class: represents a hue/saturation/luminance effect.
- [Picture effects] Luminance class: represents a luminance effect.
- [Picture effects] Tint class: represents a tint effect.
- [Picture effects] ImageEffectList class: represents a list of image effects.
- [Picture effects] EmbeddedImageData class: represents embedded image data.
- [Picture effects] New members added to the PicturePreset enum.
- [Picture effects] New members added to the ImageData class.

## Changed
- Updated OpenXml library version to 2.20. (DOC-5686)
- [Picture effects] Blur and FillOverlay classes now derive from ImageEffect (previously they derived directly from FormattingBag).