Crop Image - Precise Editor for Make
PDF4me Crop an Image module delivers automated image cropping within Make scenarios with border and rectangle crop modes. This precise image editing service removes unwanted areas, adjusts composition, trims borders, and prepares images for specific dimensions—enabling layout preparation, composition adjustment, and image formatting workflows across cloud storage platforms and business applications.
Authenticating Your API Request
To access the PDF4me Web API through Make, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Make scenarios and PDF4me's powerful image cropping services.

Key Features
- Flexible Cropping: Border or rectangle crop modes
- Pixel Precision: Control crop with pixel adjustments
- Border Trimming: Remove unwanted borders automatically
- Composition Control: Adjust image framing and composition
- Batch Cropping: Process multiple images with iterators
Parameters
Complete list of parameters for the Crop an Image module.
Important: Parameters marked with an asterisk (***) are required and must be provided for the module to function correctly.
| Parameter | Type | Description | Example |
|---|---|---|---|
| Image File Name*** | String | Image Filename • Filename with extension • Map from previous module | photo.jpg |
| Image File*** | Buffer | Image Content • Map buffer from previous module | [Image Buffer] |
| Crop Type*** | String | Crop Method • Border - Trim borders by pixels • Rectangle - Crop to rectangle | Border |
| Left Border | Integer | Left Pixels • Pixels to crop from left | 10 |
| Right Border | Integer | Right Pixels • Pixels to crop from right | 10 |
| Top Border | Integer | Top Pixels • Pixels to crop from top | 10 |
| Bottom Border | Integer | Bottom Pixels • Pixels to crop from bottom | 10 |
Output
The PDF4me Crop an Image module returns cropped image data.