返回 Image
将 Knoon AI 与 Image (System) 连接以自动化 AI 工作流。
Render a PDF attachment, crop one or more page bounds, and save each crop as a PNG attachment.
systemImageCropPDFToPNGAttachments
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| content | attachment | PDF attachment to crop. | 是的 |
| bounds | mustache | JSON crop bounds, either one object or an array with up to 50 items. Page numbers are 1-based integers. x1/y1/x2/y2 are rendered PNG pixel integers for opposite crop corners. Reversed corner coordinates are accepted and normalized. Example: [{"page":1,"x1":0,"y1":0,"x2":300,"y2":200}]. | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| items[] | string | PNG attachment. |








