fill_form
Fill values into an HWPX form while preserving original formatting. Specify field IDs or labels with values, and get a filled document with unchanged regions.
Instructions
Fill values into an HWPX form, preserving all original formatting.
values is a map of field_id or label -> value. Multi-line values become
real paragraphs; bullet cells are not double-marked. Returns the filled and
skipped fields and the output path. Unmodified regions stay byte-identical.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| values | Yes | ||
| out_path | Yes | ||
| respect_bullets | No | ||
| normalize_spacing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |