append_hwp_paragraph
Append a new paragraph to an HWPX document, preserving the last paragraph's formatting. Specify file path and text; optionally set output path.
Instructions
Append a new paragraph to the end of an .hwpx document body. Clones the last paragraph's structure (paraPr/charPr/style refs) and replaces text. Args: file_path, text, output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| text | Yes | ||
| output_path | No |