replace_hwp_text
Replace specific text in HWPX files. Provide file path, old text, and new text to update content.
Instructions
Find and replace text in an HWPX file. v0.2: only .hwpx is supported as input/output. Args: file_path, old_text, new_text, output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| old_text | Yes | ||
| new_text | Yes | ||
| output_path | No |