CropBox
An internal PDF dictionary parameter that defines the region to which the contents of the page shall be clipped (cropped) when displayed or printed.
Visually crop PDF pages to remove margins, headers, or isolate specific content. Interactive canvas with instant client-side processing.
Crop PDF Pages is a free, browser-based tool from UseToolSuite's Document & PDF Tools collection. All processing happens locally on your device — your data is never uploaded to any server. Use the tool below, then scroll down for detailed documentation, frequently asked questions, and related resources.
Drop PDF file here or click to select
Visually crop your document without uploading it.
Drag the blue handles to define the crop area.
Processing PDF...
Upload the PDF into the interactive layout viewer, triggering the initial proxy render.
Manipulate the visual overlay to establish the precise (X, Y, Width, Height) vector boundaries across the page layout.
The engine intercepts the coordinates and programmatically overwrites the internal PDF CropBox and MediaBox dictionaries.
Click to rate
Sorry it didn't meet your expectations. We're always looking to make these tools better. What was missing or broken?
Open GitHub IssueEssential terms and definitions related to Crop PDF Pages.
An internal PDF dictionary parameter that defines the region to which the contents of the page shall be clipped (cropped) when displayed or printed.
The absolute foundational boundary parameter of a PDF page, defining the exact width and height of the physical medium on which the page is intended to be printed.
A method of editing wherein the original source data is preserved entirely, relying on viewport masking or metadata instructions to alter the presentation without permanent deletion.
Typically, no. The PDF specification implements cropping non-destructively by altering the MediaBox and CropBox boundary dictionaries. The hidden content outside the crop zone remains fully intact in the binary stream, it is simply masked from view by compliant PDF readers.
Yes. Because the crop operation merely manipulates viewport dictionaries rather than permanently deleting the raw vector instructions, a user with advanced PDF editing software could theoretically reset the CropBox and recover the masked areas.
The visual canvas maps the absolute coordinate grid based on the orientation of the specific page being viewed. Applying a universal crop across mixed-orientation files may result in asymmetrical layouts; it is advised to process them individually.
Common errors developers encounter and how to resolve them.
Hidden Content Still Visible in Certain PDF Readers Some legacy or non-compliant PDF readers ignore the CropBox attribute and force-render the entire MediaBox. If absolute deletion of content is required for security, use the Redact PDF tool instead.
Crop Coordinates Misaligned on Output If the target PDF utilizes an internal rotation matrix (e.g., the page was scanned upside down but rotated via metadata), visual coordinates may map incorrectly. Flatten the PDF rotation prior to executing the crop.
In-depth articles covering the concepts behind Crop PDF Pages.