Skip to main content

Crop PDF - Rectangle & Border Cropping for Zapier

PDF4me Crop PDF action trims PDF pages in Zapier using two methods: Crop using Rectangle (lower-left X/Y, width, height) or Crop using Border (left, right, top, bottom margins). Remove scanner margins, extract specific regions (e.g. signature blocks, form fields), or standardize document edges. All fields are fact-checked from the live Zapier configuration screenshots.

Key Features

  • Two Crop Modes: Rectangle (exact region) or Border (margin removal)
  • Precise Control: PDF coordinate system—origin (0,0) at lower-left
  • Border Cropping: Remove uniform or uneven margins (left, right, top, bottom)
  • Rectangle Cropping: Extract a region by lower-left corner + width + height
  • Dynamic Values: Map crop dimensions from forms, spreadsheets, or computed steps
  • Batch Ready: Process PDFs from triggers (Dropbox, Drive, forms) automatically

Authenticating Your API Request

To access the PDF4me Web API through Zapier, every request must include proper authentication credentials.


Method 1: Crop using Rectangle

Define the crop area by specifying the lower-left corner and dimensions.

Crop PDF using Rectangle: File, File Name, Crop Type Crop using Rectangle, Lower Left X, Lower Left Y, Width, Height
ParameterTypeRequiredDescriptionExample
File *FileYesInput PDF from previous step1. File: (Exists but not shown)
File NameStringNoOutput file name1. File Name: Image To PDF + 1. File Ext: .pdf
Crop TypeDropdown-Select Crop using RectangleCrop using Rectangle
Lower Left X *NumberYesX-coordinate of lower-left corner1.0
Lower Left Y *NumberYesY-coordinate of lower-left corner1.0
Width *NumberYesWidth of crop rectangle1.0
Height *NumberYesHeight of crop rectangle1.0

Method 2: Crop using Border

Remove margins by specifying border values (left, right, top, bottom).

Crop PDF using Border: File, File Name, Crop Type Crop using Border, Left Border, Right Border, Top Border, Bottom Border
ParameterTypeRequiredDescriptionExample
File *FileYesInput PDF from previous step1. File: (Exists but not shown)
File NameStringNoOutput file name1. File Name: Image To PDF + 1. File Ext: .pdf
Crop TypeDropdown-Select Crop using BorderCrop using Border
Left Border *NumberYesLeft margin to remove1.0
Right Border *NumberYesRight margin to remove1.0
Top Border *NumberYesTop margin to remove1.0
Bottom Border *NumberYesBottom margin to remove1.0

Troubleshooting

"To continue, finish required fields"

All fields marked with * must be filled. For Rectangle: Lower Left X, Y, Width, Height. For Border: Left, Right, Top, Bottom. Values are typically in points; use numeric input (e.g. 1.0, 10, 72).

Coordinates and units

PDF coordinates: origin (0,0) is typically bottom-left. Rectangle: (X, Y) = lower-left corner; Width and Height define the crop box. Border values remove that amount from each edge.

Dynamic crop dimensions

Use the + button to map values from previous steps—e.g. crop dimensions from a form, or computed values from a spreadsheet.


Output

The PDF4me Crop PDF action returns the cropped PDF. Map File Url or File Content to the next step (Upload, Email, further processing).

ParameterTypeDescription
File ContentBinaryCropped PDF ready for download or processing
File UrlStringDirect URL to access the cropped PDF
File NameStringOutput filename without extension
Full File NameStringComplete filename with .pdf extension

Workflow Examples

Remove Scanner Margins

  1. Trigger: New scanned PDF in folder
  2. Crop PDF (Border): Left 10, Right 10, Top 15, Bottom 15
  3. Upload or OCR: Save or make searchable

Benefit: Clean edges; consistent appearance across scans.

Industry Use Cases

Document Scanning

Scan-to-PDF workflows often produce documents with unwanted borders—scanner bed edges, skew margins, or inconsistent framing. Use Crop PDF with Border mode to remove left, right, top, and bottom margins uniformly. When new scans arrive in a watched folder, the Zap applies predefined crop values (e.g. 10pt each side) and outputs clean, edge-to-content PDFs. Ensures consistent appearance across batch scans, improves OCR accuracy by removing blank margins, and prepares documents for archiving or downstream processing.