Examples
Practical CLI invocations. The Windows-focused walkthrough lives in Quickstart (Windows); these cover the cross-platform flags.
Validate without writing output (dry-run)
officestamper -t template.docx -d data.json --dry-runUnresolved placeholders cause a non-zero exit code and no file is produced.
Multi-stamp a directory
officestamper -t report.docx -d ./data-dir -o ./outEach top-level data file or immediate subfolder becomes its own context.
Structured JSON logs (CI/automation)
officestamper -t template.docx -d data.json -o output.docx --log-format jsonNext steps
- Getting Started — add the dependency and stamp your first document.
- Features — supported data formats, diagnostics, and native packaging.
