replace_hwp_image
Replace an embedded image inside a Hangul .hwpx file by overwriting its BinData ZIP entry with new image file contents.
Instructions
Replace an embedded image inside an .hwpx by overwriting its BinData/ ZIP entry with new file contents. target accepts either basename ('image1.bmp') or full entry path ('BinData/image1.bmp'). Args: file_path, target, source_path, output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| target | Yes | ||
| source_path | Yes | ||
| output_path | No |