Image に戻る
Image (System) と Knoon AI を接続して AI ワークフローを自動化します。
Render a PDF attachment, crop one or more normalized page-ratio bounds, and save each crop as a PNG attachment.
systemImageCropPDFToPNGAttachmentsByRatio
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| 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. x1Ratio/y1Ratio/x2Ratio/y2Ratio are normalized ratios from 0 to 1 against the rendered page for opposite crop corners. Reversed corner coordinates are accepted and normalized. Example: [{"page":1,"x1Ratio":0.1,"y1Ratio":0.2,"x2Ratio":0.45,"y2Ratio":0.32}]. | はい |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| items[] | string | PNG attachment. |








