-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllm.txt
More file actions
70 lines (61 loc) · 4.93 KB
/
Copy pathllm.txt
File metadata and controls
70 lines (61 loc) · 4.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Aspose.Words for .NET Examples
> Build-validated, compiler-verified C# examples for Aspose.Words for .NET
- Examples: 1,795
- Categories: 29
- Pass Rate: 100.0%
- NuGet Version: 26.8.0
- Framework: net8.0
- Last Updated: 2026-09-02
- Structured index: ./index.json
- Agent instructions: ./AGENTS.md
- Product documentation: https://docs.aspose.com/words/net/
- API reference: https://reference.aspose.com/words/net/
- Live metrics: https://metrics.aspose.com/agents/sections/examples
## What Makes These Examples Different
- Every example is compiled and runtime-verified before publishing
- Each example is a standalone `dotnet new console` C# file -- no shared project, no hidden dependencies
- Generated by an AI agent with a multi-stage validation pipeline (pattern fixes, LLM repair, regen, final recovery)
- Every category folder ships an `AGENTS.md` so AI coding agents (Copilot, Claude, Codex, Cursor) self-onboard on conventions and anti-patterns
- Repository documentation -- `README.md`, `AGENTS.md`, `index.json` -- is regenerated alongside the examples on every release
## How to Use
```csharp
// 1. Pick a category folder matching what you want to do, e.g. mail-merge/
// 2. Open any .cs file -- each is a complete, build-tested example
// 3. Drop into a fresh `dotnet new console` project, install Aspose.Words
// (NuGet version above), compile and run.
```
## Categories
- [barcode-image](./barcode-image/): 30 build-verified examples; instructions in [AGENTS.md](./barcode-image/AGENTS.md)
- [charts](./charts/): 39 build-verified examples; instructions in [AGENTS.md](./charts/AGENTS.md)
- [comments](./comments/): 30 build-verified examples; instructions in [AGENTS.md](./comments/AGENTS.md)
- [comparison](./comparison/): 30 build-verified examples; instructions in [AGENTS.md](./comparison/AGENTS.md)
- [content-control](./content-control/): 35 build-verified examples; instructions in [AGENTS.md](./content-control/AGENTS.md)
- [conversion](./conversion/): 108 build-verified examples; instructions in [AGENTS.md](./conversion/AGENTS.md)
- [extraction](./extraction/): 30 build-verified examples; instructions in [AGENTS.md](./extraction/AGENTS.md)
- [find-and-replace](./find-and-replace/): 63 build-verified examples; instructions in [AGENTS.md](./find-and-replace/AGENTS.md)
- [fonts](./fonts/): 35 build-verified examples; instructions in [AGENTS.md](./fonts/AGENTS.md)
- [form-fields](./form-fields/): 30 build-verified examples; instructions in [AGENTS.md](./form-fields/AGENTS.md)
- [hyphenation](./hyphenation/): 40 build-verified examples; instructions in [AGENTS.md](./hyphenation/AGENTS.md)
- [images](./images/): 120 build-verified examples; instructions in [AGENTS.md](./images/AGENTS.md)
- [join-documents](./join-documents/): 36 build-verified examples; instructions in [AGENTS.md](./join-documents/AGENTS.md)
- [linq-reporting](./linq-reporting/): 403 build-verified examples; instructions in [AGENTS.md](./linq-reporting/AGENTS.md)
- [lists](./lists/): 30 build-verified examples; instructions in [AGENTS.md](./lists/AGENTS.md)
- [mail-merge](./mail-merge/): 30 build-verified examples; instructions in [AGENTS.md](./mail-merge/AGENTS.md)
- [officemath](./officemath/): 30 build-verified examples; instructions in [AGENTS.md](./officemath/AGENTS.md)
- [ole-objects](./ole-objects/): 30 build-verified examples; instructions in [AGENTS.md](./ole-objects/AGENTS.md)
- [paragraphs](./paragraphs/): 35 build-verified examples; instructions in [AGENTS.md](./paragraphs/AGENTS.md)
- [programming-with-documents](./programming-with-documents/): 110 build-verified examples; instructions in [AGENTS.md](./programming-with-documents/AGENTS.md)
- [range](./range/): 30 build-verified examples; instructions in [AGENTS.md](./range/AGENTS.md)
- [rendering](./rendering/): 70 build-verified examples; instructions in [AGENTS.md](./rendering/AGENTS.md)
- [security-and-protection](./security-and-protection/): 30 build-verified examples; instructions in [AGENTS.md](./security-and-protection/AGENTS.md)
- [shapes](./shapes/): 35 build-verified examples; instructions in [AGENTS.md](./shapes/AGENTS.md)
- [split-document](./split-document/): 30 build-verified examples; instructions in [AGENTS.md](./split-document/AGENTS.md)
- [track-changes](./track-changes/): 40 build-verified examples; instructions in [AGENTS.md](./track-changes/AGENTS.md)
- [vba-macros](./vba-macros/): 34 build-verified examples; instructions in [AGENTS.md](./vba-macros/AGENTS.md)
- [watermark](./watermark/): 34 build-verified examples; instructions in [AGENTS.md](./watermark/AGENTS.md)
- [working-with-table](./working-with-table/): 198 build-verified examples; instructions in [AGENTS.md](./working-with-table/AGENTS.md)
## See Also
- [README.md](./README.md) -- human-oriented overview, category table, ecosystem links
- [AGENTS.md](./AGENTS.md) -- repository-wide guide for AI coding agents
- [Aspose.Words Documentation](https://docs.aspose.com/words/net/)
- [Aspose.Words API Reference](https://reference.aspose.com/words/net/)