How to Crop PDF Pages — Remove Margins and Unwanted Areas
Written and fact-checked against our production PDF engine (pdf-lib, pdfjs-dist, and in-browser OCR where relevant). We ship the same code users run in the 24 EssentialPDFTool utilities—no paywalled “writer” edition.
Cropping PDF pages is a common task — removing excess whitespace, trimming headers and footers from scanned documents, or preparing PDFs for specific print sizes. Most online tools impose file size limits, add watermarks, or require signup. This guide shows you how to crop PDF pages for free without any restrictions.
Quick Start
- Go to EssentialPDFTool Crop PDF
- Upload your PDF file
- Select the page to crop (or apply to all pages)
- Drag the crop handles or enter precise margin values in mm
- Click Crop & Download to save your trimmed PDF
No signup. No watermark. No file size limit. Files never leave your device.
How It Works
PDF cropping is a metadata operation that adjusts the page’s CropBox — the rectangular area that defines what portion of the page is visible. The underlying content (text, images, fonts) remains in the file, but only the cropped area is displayed and printed.
A proper PDF crop does the following:
1. Parse the page’s page boxes. PDF pages have multiple box definitions: MediaBox (the full page size), CropBox (the visible area), BleedBox, TrimBox, and ArtBox. The tool reads these to understand the current page dimensions.
2. Update the CropBox. When you crop a page, the tool updates the CropBox coordinates to match your selected crop area. The MediaBox remains unchanged — the underlying content is still present in the file.
3. Handle content outside the CropBox. Content that falls outside the new CropBox is still technically present in the PDF but is not visible in viewers or when printed. This is different from deletion — the content is hidden, not removed.
4. Rebuild document metadata. The cropped PDF gets an updated cross-reference table and document catalog. Bookmarks and annotations are checked to ensure they still point to valid content within the new CropBox.
5. Validate the output. The resulting PDF is checked for structural integrity — all referenced objects must be present, and the page boxes must be consistent.
EssentialPDFTool uses pdf-lib for cropping, which handles all page box manipulations correctly. This means fonts, images, and vector graphics appear exactly as they did in the original, just with a different visible area.
Crop Methods: When to Use Each
Visual crop handles
Drag the crop handles on the page preview to visually define the crop area. Use this when you need to:
- Remove excess whitespace around content
- Trim headers and footers from scanned documents
- Crop to specific content boundaries
- Remove unwanted page elements (watermarks, stamps)
- Prepare pages for embedding in other documents
Tip: Zoom in on the page preview for precise cropping. The handles snap to content edges for easier alignment.
Precise margin input
Enter exact margin values in millimeters for the top, bottom, left, and right margins. Use this when you need to:
- Apply consistent margins across multiple pages
- Crop to specific print dimensions (e.g., 10mm margins for A4 printing)
- Normalize page sizes across a document
- Remove specific margin amounts (e.g., crop 15mm from the top)
- Match existing document standards
Units: Millimeters by default, but you can switch to points or inches in the settings panel for precision work.
Apply to all pages
Apply the same crop settings to every page in the PDF. Use this when you need to:
- Remove consistent headers/footers from a multi-page document
- Normalize margins across an entire report
- Prepare a batch of scanned pages for consistent sizing
- Apply standard print margins to a complete document
Note: If pages have different content layouts, “Apply to All” may crop content differently on each page. Preview each page before downloading.
What Stays Intact After Cropping
A properly executed PDF crop preserves:
- All text within the CropBox, including right-to-left scripts and mathematical notation
- Embedded fonts referenced by content within the CropBox
- Images at their original resolution and format (cropping doesn’t recompress)
- Vector graphics with full precision
- Annotations (comments, highlights) within the CropBox
- Form fields within the CropBox
- Internal bookmarks that point to pages (bookmark destinations are preserved)
- Hyperlinks within the CropBox
What Changes After Cropping
Visible page area changes. The CropBox defines what’s visible. Content outside the CropBox is hidden but still present in the file.
Document properties (author, title, subject) are copied from the original file. Update them if needed for the new cropped document.
Page numbering stays sequential. Cropping doesn’t affect page numbering — pages remain numbered 1 through N in their original order.
File size may decrease slightly. Cropping doesn’t remove content, so file size doesn’t decrease significantly. The only addition is the updated CropBox coordinates.
Security restrictions are inherited. If the original PDF had print restrictions, the cropped PDF has the same restrictions.
Text outside the CropBox is still present. If you crop out a paragraph, that text is still in the PDF file but not visible. This can be an issue for privacy-sensitive documents — use Split PDF to physically remove content instead.
Cropping Large PDFs
Browser memory is the practical limit. Most modern computers handle large documents without issue.
If you’re cropping a 1000-page PDF, use “Apply to All” with consistent margin values instead of cropping page-by-page. This is faster and more memory-efficient.
Handling Special Cases
Cropping password-protected PDFs
If a PDF has a user password (open password), you must unlock it first using Unlock PDF. Owner passwords (permission restrictions) are less restrictive — cropping may work even with owner permissions, depending on the specific restrictions.
Cropping scanned PDFs
Scanned PDFs are just PDFs with rasterized image pages. They crop identically to native PDFs. If you need searchable text after cropping, run the cropped file through OCR (Scan PDF).
Cropping PDFs with digital signatures
Digital signatures are bound to the exact bytes of the signed document. Cropping signed pages invalidates signatures. If you need valid signatures on the cropped document, collect new signatures after cropping using Sign PDF.
Cropping PDFs with different page sizes
Each page retains its original MediaBox when cropped. If you crop a PDF with mixed A4 and Letter pages, the resulting file will have the same mixed page sizes, just with different CropBoxes. Use Organize PDF beforehand if you need to normalize page sizes.
Cropping PDF/A documents
PDF/A is a standardized archival format. Cropping a PDF/A document produces a standard PDF, not PDF/A. If you need the cropped result to remain PDF/A compliant, use PDF to PDF-A after cropping.
Why Free PDF Crop Tools Often Add Watermarks
The watermark business model is common in the PDF tool space. Tools add visible watermarks to outputs to encourage paid upgrades. This covers server processing costs for rendering page previews and updating CropBox metadata.
EssentialPDFTool doesn’t watermark cropped files. Because processing happens in your browser, our costs are serving static files from a CDN — dramatically lower than maintaining server-side PDF processing infrastructure. We can afford to be genuinely free.
Alternatives to Online Cropping
If you prefer not to use an online tool:
Adobe Acrobat (paid): Crop Pages tool in Acrobat Pro is the industry standard. Offers advanced options like saving crop presets and batch processing.
macOS Preview: Open a PDF in Preview, select the area to crop, then File > Export as PDF. Works well for simple visual crops on Mac.
Command line (pdfcrop): pdfcrop input.pdf output.pdf — precise and scriptable, but requires LaTeX installation.
Image editors: Convert PDF to images, crop in Photoshop/GIMP, then convert back to PDF. Destructive — you lose text editing capabilities.
For privacy-sensitive cropping, desktop tools (macOS Preview, pdfcrop) are equivalent to browser-side processing: your files stay on your machine.
After Cropping: Common Next Steps
- Add page numbers to the cropped document: Add Page Numbers tool
- Compress the cropped file: Compress PDF tool if file size is a concern
- Rotate cropped pages: Rotate PDF tool
- Add a watermark: Watermark PDF tool
- Protect the cropped file: Protect PDF tool
- Merge with other documents: Merge PDF tool
- Convert to images: PDF to JPG tool if you need image formats
Cropping PDF pages is a precise task when you have the right tool. The right tool doesn’t upload your files, doesn’t add watermarks, and doesn’t ask for your email address. That’s exactly what ours does.
Share this article
Try these free tools