Image に戻る

Image (System) と Knoon AI を接続して AI ワークフローを自動化します。

Render a PDF attachment, crop one or more page bounds, and save each crop as a PNG attachment.
systemImageCropPDFToPNGAttachments
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
名前タイプ説明必須
contentattachment PDF attachment to crop.はい
boundsmustache 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.