Key Facts
- Category
- Documents & PDF
- Input Types
- file, number, text
- Output Type
- file
- Sample Coverage
- 4
- API Ready
- Yes
Overview
The PDF Crop Pages tool allows you to trim margins from your PDF documents by specifying precise crop values in points for the left, top, right, and bottom edges. You can apply these adjustments to the entire document or target specific page ranges to remove unwanted borders, headers, footers, or page numbers.
When to Use
- •When scanned PDF documents contain dark margins or scanner borders that need to be cleaned up.
- •When you need to strip headers, footers, or page numbers from specific pages of a document.
- •When adjusting the page dimensions of a PDF to fit specific layout or printing requirements.
How It Works
- •Upload the PDF document you want to crop.
- •Enter the number of points to crop from the left, top, right, and bottom edges (where 72 points equal 1 inch).
- •Specify the page range to crop, or leave it blank to apply the changes to all pages.
- •Process the document to download the cropped PDF with the margins removed.
Use Cases
Examples
1. Remove Scanner Margins from All Pages
Archivist- Background
- An archivist has a scanned PDF document where every page has a 50-point black border on all sides from the scanning bed.
- Problem
- The black borders look unprofessional and waste printer ink.
- How to Use
- Upload the PDF, set the left, top, right, and bottom crop values to 50 points, and leave the page range empty.
- Example Config
-
{ "cropLeft": 50, "cropTop": 50, "cropRight": 50, "cropBottom": 50, "pageRange": "" } - Outcome
- A clean PDF with 50 points trimmed from all four edges across all pages, removing the scanner borders.
2. Strip Headers and Footers from Specific Pages
Academic Researcher- Background
- A researcher needs to extract content from pages 1 to 5 of a journal article but wants to exclude the journal's header and footer text.
- Problem
- The top header and bottom footer contain metadata that interferes with their reading layout.
- How to Use
- Upload the article PDF, set the top crop to 72 points (1 inch) and the bottom crop to 72 points, leaving left and right at 0. Enter '1-5' in the page range field.
- Example Config
-
{ "cropLeft": 0, "cropTop": 72, "cropRight": 0, "cropBottom": 72, "pageRange": "1-5" } - Outcome
- A PDF where pages 1 through 5 have 1 inch trimmed from both the top and bottom, successfully removing the headers and footers.
Try with Samples
pdf, video, barcodeRelated Hubs
FAQ
What unit of measurement does the tool use for cropping?
The tool uses points, which is the standard PDF unit. 72 points are equivalent to 1 inch.
Can I crop only specific pages in the PDF?
Yes, you can define a page range (such as '1-3,5') to crop only those pages, leaving the rest untouched.
Will this tool compress or reduce the quality of my PDF?
No, the tool only adjusts the page boundaries and preserves the original quality of the content within the cropped area.
What happens if I leave a crop edge value blank or at 0?
If an edge value is set to 0 or left blank, no margin will be removed from that specific side.
Is there a file size limit for the uploaded PDF?
Yes, the tool supports PDF files up to 100 MB in size.