set_hwp_field_value
Updates a Hancom field's text content in an .hwpx file by specifying the field name and new value. Use after listing fields to identify available fields.
Instructions
Set a Hancom field's value by name in an .hwpx (writes the new text between the matching <hp:fldBegin name=...> and <hp:fldEnd>). Use list_hwp_fields first to discover names. Args: file_path, name, value, output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| name | Yes | ||
| value | Yes | ||
| output_path | No |