C#Word → PDFTemplate fillerCLI
Technical submittals are repetitive, document-heavy deliverables in construction projects. Filling them in by hand is slow and error-prone — the same product data gets copied across dozens of templated documents.
This terminal-driven C# program automates that work. It reads structured input, fills the correct fields across Word templates, and exports finished PDFs ready for review. What used to take hours is reduced to a single command.
It was developed in co-operation with a company that builds data centres, where the volume and consistency requirements of submittals made manual filling especially painful.
Highlights
- —Word template field-mapping with automatic PDF export
- —Command-line workflow built for repeatable batch runs
- —Designed around a real data-centre construction pipeline
