wps_word_insert_image
Insert an image at the cursor position in a WPS Word document using an absolute file path. Solve image access issues by placing files in the ~/Downloads folder to avoid silent insertion failures.
Instructions
在光标处插入图片。注意:WPS 沙盒只授权读取 ~/Downloads、或曾被 Finder/shell "open" 打开过的文件;图片路径若未被授权,可能被系统静默拦截导致插入失败或插入空白,建议图片放在 ~/Downloads 下。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 图片绝对路径 | |
| width | No | 宽度(磅,可选) | |
| height | No | 高度(磅,可选) |