AI-generated, compiler-validated C# examples for the Aspose.Words for .NET API.
| Metric | Value |
|---|---|
| Total Examples | 1795 |
| Categories | 29 |
| Overall Pass Rate | 100.0% |
| Source Run | 20260802_190455_803b68 |
| Last Updated | 2026-08-04 |
AGENTS.md
README.md
index.json
llm.txt
+-- barcode-image/
+-- charts/
+-- comments/
+-- comparison/
+-- content-control/
+-- conversion/
+-- extraction/
+-- find-and-replace/
+-- fonts/
+-- form-fields/
+-- hyphenation/
+-- images/
+-- join-documents/
+-- linq-reporting/
+-- lists/
+-- mail-merge/
+-- officemath/
+-- ole-objects/
+-- paragraphs/
+-- programming-with-documents/
+-- range/
+-- rendering/
+-- security-and-protection/
+-- shapes/
+-- split-document/
+-- track-changes/
+-- vba-macros/
+-- watermark/
+-- working-with-table/
| Category | Examples | Pass Rate | Details |
|---|---|---|---|
| BarCode Image | 30 | 100.0% | AGENTS.md |
| Charts | 39 | 100.0% | AGENTS.md |
| Comments | 30 | 100.0% | AGENTS.md |
| Comparison | 30 | 100.0% | AGENTS.md |
| Content Control | 35 | 100.0% | AGENTS.md |
| Conversion | 108 | 100.0% | AGENTS.md |
| Extraction | 30 | 100.0% | AGENTS.md |
| Find and Replace | 63 | 100.0% | AGENTS.md |
| Fonts | 35 | 100.0% | AGENTS.md |
| Form Fields | 30 | 100.0% | AGENTS.md |
| Hyphenation | 40 | 100.0% | AGENTS.md |
| Images | 120 | 100.0% | AGENTS.md |
| Join Documents | 36 | 100.0% | AGENTS.md |
| LINQ Reporting | 403 | 100.0% | AGENTS.md |
| Lists | 30 | 100.0% | AGENTS.md |
| Mail Merge | 30 | 100.0% | AGENTS.md |
| OfficeMath | 30 | 100.0% | AGENTS.md |
| OLE Objects | 30 | 100.0% | AGENTS.md |
| Paragraphs | 35 | 100.0% | AGENTS.md |
| Programming With Documents | 110 | 100.0% | AGENTS.md |
| Range | 30 | 100.0% | AGENTS.md |
| Rendering | 70 | 100.0% | AGENTS.md |
| Security and Protection | 30 | 100.0% | AGENTS.md |
| Shapes | 35 | 100.0% | AGENTS.md |
| Split Document | 30 | 100.0% | AGENTS.md |
| Track Changes | 40 | 100.0% | AGENTS.md |
| VBA Macros | 34 | 100.0% | AGENTS.md |
| Watermark | 34 | 100.0% | AGENTS.md |
| Working With Table | 198 | 100.0% | AGENTS.md |
Each .cs file is a standalone console example. To run one example, create a temporary console project, add the packages listed in that category's README.md, copy the selected example as Program.cs, then build and run.
dotnet new console -n ExampleProject --framework net8.0
cd ExampleProject
dotnet add package Aspose.Words --version 26.7.0Copy-Item ..\<category-folder>\<example-file>.cs .\Program.cs
dotnet build --configuration Release --verbosity minimal
dotnet run --configuration Release --no-build- .NET SDK (
net8.0) - Aspose.Words for .NET
26.7.0 - Additional packages only when required by a specific example, such as Aspose.BarCode, Aspose.Drawing.Common, Newtonsoft.Json, SkiaSharp, or System.Text.Encoding.CodePages
- Any input files required by a specific example should be created or bootstrapped by the example itself
Other Aspose products with agentic, build-validated example repositories:
| Product | Repository | Focus |
|---|---|---|
| Aspose.PDF for .NET | aspose-pdf/agentic-net-examples | PDF creation, conversion, editing |
| Aspose.Cells for .NET | aspose-cells/agentic-net-examples | Spreadsheets, Excel, charts |
| Aspose.HTML for .NET | aspose-html/agentic-net-examples | HTML conversion, DOM editing |
| Aspose.Imaging for .NET | aspose-imaging/agentic-net-examples | Image conversion, manipulation |
| Aspose.Slides for .NET | aspose-slides/agentic-net-examples | Presentations, PowerPoint |
| Aspose.Email for .NET | aspose-email/agentic-net-examples | Email, calendars, messaging |
| Aspose.BarCode for .NET | aspose-barcode/agentic-net-examples | Barcode generation and recognition |
- Aspose.Words for .NET Documentation - Guides, tutorials, and feature overviews
- API Reference - Complete class and method reference
- Release Notes - Version history and changelogs
- NuGet Package - Install via
dotnet add package Aspose.Words - Direct Downloads - MSI/ZIP installers and DLLs
- Aspose.Words Forum - Community Q&A and official support
- Aspose Blog - Words - Tutorials, tips, and product updates
- GitHub Issues - Bug reports and feature requests
- Purchase - Commercial license options
- Temporary License - Full-feature evaluation license
All examples use Aspose.Words for .NET and require a valid license for production use. See licensing options.
Maintained by an agentic example generation workflow | For AI-friendly guidance, see AGENTS.md | Last updated: 2026-08-04