Info
Version: | 10.3.0 |
Author(s): | Daisyrose |
Last Update: | Wednesday, April 9, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.e-iceblue.com/Introduce/word-for-net-introduce.html |
NuGet Url: | https://www.nuget.org/packages/SpireDocStandard |
Install
Install-Package SpireDocStandard
dotnet add package SpireDocStandard
paket add SpireDocStandard
SpireDocStandard Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Spire.Doc supports to create Word document dynamically from scratch.
Almost all Word document elements are supported. Mainly includes page, sections, headers, footers, footnotes, paragraphs, lists, tables, text, fields, hyperlinks, bookmarks, comments, images, styles, background settings, printing features, document settings and protection. Furthermore, drawing objects including shapes, textboxes, images, OLE objects and controls are supported as well.
Spire.Doc for .NET enables developers to process pre-existing Word documents.
It supports search and replace function, alignment, page break, fill field, document concatenate, document copy, print, complex and deeply nested mail merge, etc.
The Differences between Standard and Pro Edition lie in the feature of Print function and File Conversion: Pro Edition supports converting files from Word to PDF, Word to HTML, Word to XPS, Word to Text, Word to Image and Word to XML(the Word can be either .Doc or .Docx).
Unlike Pro Edition, the Standard Edition doesn't support print or conversion of any kind mentioned above.