ย้อนกลับไปยัง 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. |








