fill_hwp_template
Replace placeholders in an HWPX template with specific values using a JSON mapping. Provide the template file path, replacements object, and optional output path to generate a customized document.
Instructions
Fill multiple placeholders in an HWPX template. replacements is a JSON object string, e.g. {"{{name}}":"Kim","{{company}}":"Acme"}. v0.2: .hwpx only. Args: file_path, replacements, output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| replacements | Yes | ||
| output_path | No |