Project charter
Create an editable Word project charter in C# with scope, milestone owners, acceptance evidence, and a PDF copy for review and handover.
Code and walkthroughExplore example: Project charter
- Input
- Project scope and milestone data
- Output
- DOCX + PDF
What to check
The linked C# example generates this file. The runner reopens and validates the DOCX, exports a PDF, and the preview renders that PDF.
Scope
The bookmark is part of the DOCX structure. The PDF preview demonstrates page layout; it does not expose Word bookmark navigation.
Run from a source checkout
dotnet run --project OfficeIMO.Examples -f net10.0 -- --showcase-workflows --showcase-example word-project-charter
















































































