ToolGrid β Product & Engineering
Leads product strategy, technical architecture, and implementation of the core platform that powers ToolGrid calculators.
AI Credits in development β stay tuned!AI Credits & Points System: Currently in active development. We're building something powerful β stay tuned for updates!
Loading...
Preparing your workspace
Crop PDF pages to remove unwanted margins or focus on specific content areas. Free online PDF cropping tool with AI-powered suggestions, batch processing, and quality preservation. No signup required.
Note: AI can make mistakes, so please double-check it.
Common questions about this tool
Upload your PDF, use the crop tool to select the area you want to keep, adjust the crop box to remove unwanted margins, and download the cropped PDF. The tool preserves all content within the selected area.
Yes, you can apply the same crop settings to all pages or crop each page individually. The tool allows you to choose between uniform cropping or page-specific adjustments.
Cropping can reduce file size if you remove significant content areas, but the primary benefit is removing unwanted margins and focusing on specific content. File size reduction depends on how much content is removed.
Yes, cropping preserves the original quality of your PDF. The tool maintains the same resolution and quality of text, images, and graphics within the cropped area.
Before downloading, you can adjust the crop area as needed. Once downloaded, you'll need to re-upload the original PDF to make changes. We recommend previewing before finalizing.
Verified content & sources
This tool's content and its supporting explanations have been created and reviewed by subject-matter experts. Calculations and logic are based on established research sources.
Scope: interactive tool, explanatory content, and related articles.
ToolGrid β Product & Engineering
Leads product strategy, technical architecture, and implementation of the core platform that powers ToolGrid calculators.
ToolGrid β Research & Content
Conducts research, designs calculation methodologies, and produces explanatory content to ensure accurate, practical, and trustworthy tool outputs.
Based on 2 research sources:
Learn what this tool does, when to use it, and how it fits into your workflow.
This crop PDF tool lets you remove extra margins from a PDF file in a simple and safe way. You upload a PDF, see the first page in a preview, draw or adjust a crop box, and then apply that crop to one page or many pages. The tool can also ask an AI service to suggest a crop region that keeps the main content and removes empty white space.
The main problem this tool solves is large or badly framed PDF pages. Many documents have wide white borders, headers, or footers that you do not need. These margins waste space on screen, make printing less clean, and can also increase file size when many pages are affected. Manually fixing this for every page is slow and easy to get wrong.
This tool is designed for people who work with documents on a daily basis. It helps office staff, students, teachers, and technical users who prepare reports, handouts, and forms. The interface is simple enough for beginners, but it also has page range control and permanent cropping that more advanced users expect. You do not need any special design or programming skills to use it.
A PDF page is like a digital sheet of paper. It has a fixed width and height, and content such as text and images appears inside that area. Many PDFs include extra white space at the edges. This space does not hold useful information, but it still takes up room on screen and on printouts.
Cropping a PDF means telling the viewer to show only a part of each page. You choose a rectangle inside the page. Anything inside the rectangle stays visible. Anything outside the rectangle is hidden, or even removed when you choose permanent cropping. This makes the document easier to read and can reduce the file size when many pages are trimmed.
Doing this work by hand for many pages is hard. In some editors, you must enter numbers for page coordinates. You also need to decide which pages should use the same crop and keep the rectangle within the page bounds. If you mis-type a value, you might cut off important text or images. When each page has a slightly different layout, this becomes even more painful.
This tool replaces that manual process with a visual crop box. You see a live canvas preview of the first page. You drag the box to move it, and drag handles to make it larger or smaller. Under the hood, the tool stores the crop as four normalized numbers between 0 and 1, so it can apply the same relative area on pages of any size in the same document.
The tool can also ask an AI service to look at an image of the first page. The service returns the area that contains the main content while keeping text and graphics safe. This saves time when you are not sure where to place the crop or when you just want to remove standard white borders. You can still adjust the box by hand after the suggestion.
One common use case is cleaning up scanned documents. Many scans include wide gray or white borders from the scanner glass. With this tool, you can draw or accept an AI crop that hugs the real page content and remove those borders from every page in one pass.
Another use case is preparing handouts and reports for printing. If the content area is small relative to the page, trimming the margins can make tables and diagrams fill more of the paper and improve readability. You can choose to apply the crop to all pages or only to pages that share a layout, such as odd or even pages in a book style document, and in the same workflow you may also correct page orientation when scanned pages are sideways so the trimmed content is easy to read.
The tool also helps when you share PDFs online. Extra space makes pages look small in a viewer window. Cropped pages focus on the real content, which is helpful for forms, contracts, and tutorials that people read on laptops or phones, and when page order or sections need adjustment before sharing you can use a separate step to reorder or remove pages in the same document.
A further scenario is privacy. Sometimes the edges of a scan include marks, notes, or codes that you do not want to show. By enabling permanent cropping, you can strip those edge areas from the actual file before sending it to someone else, and in cases where page content itself needs textual changes you might instead update wording or annotations directly in a PDF editor and then apply a visual crop to tighten the layout.
Internally, the tool represents the crop box using normalized coordinates. It stores four numbers called x, y, width, and height. Each number is between 0 and 1. Here x and y describe the top left corner of the crop box as a fraction of the page, and width and height describe how wide and tall the box is as a fraction of the page.
When you drag the handles or move the box, the tool converts mouse movement in pixels into changes in these fractions. It prevents the values from going below zero or above one minus a small safety margin. This keeps the box on the page and stops it from becoming too small. If any change would push the box outside the page, the tool clamps the values so the box stays inside.
When you run the crop, the tool looks at each page in the PDF. It checks the page size in points and converts the normalized crop into real coordinates by multiplying with the width and height of that page. It also converts the vertical coordinate so that it matches the PDF coordinate system, where the origin is in the bottom left corner, not the top left. The tool then sets the crop box for that page using these numbers.
If permanent cropping is on, the tool also sets the media box to the same rectangle. This step makes the inner area the new physical page for that page. If any calculated crop would go outside the page, the tool detects it and throws an error that includes the page number, so you know that something is wrong with your region settings.
The page selection logic uses simple rules. For odd or even mode, it checks the page index plus one and tests whether it is odd or even. For a custom range, it splits your text by commas, trims each part, and for each part either expands a range like "3-6" into 3, 4, 5, 6 or treats a single number like "8" as one page. Every page number must be within the total page count and have a valid order, or the tool stops and shows an error.
For AI suggestions, the tool builds a small image of the first page in JPEG format and sends it along with a fixed prompt. The AI is asked to return only JSON with x, y, width, and height. When the response arrives, the tool parses the text to JSON, checks that all four fields are present and numeric, clamps them between 0 and 1, and ensures that x plus width and y plus height do not exceed 1. If any of these checks fail, the AI result is rejected and the crop stays as it was.
For best visual results, review the crop on the preview canvas before you process the full document. Make sure no text lines, page numbers, or diagrams touch the edge of the box. Leave a small inner margin inside the actual content so you do not cut off anything important.
Be careful with the permanent removal option. Once you save and share a permanently cropped file, the removed borders cannot be recovered from that copy. If you are unsure, keep a backup of the original PDF or first try the crop with the permanent option off.
When you type a custom page range, double check the pattern. Use commas to separate blocks, and use a single dash for closed ranges. Avoid overlapping or invalid ranges like "5-2" or page numbers larger than the actual document length, because these will cause an error.
Very large files close to the 50 megabyte limit or near 500 pages can take noticeable time to process. This is normal because every page must be opened and updated. Watch the progress bar and let the process finish instead of clicking multiple times. If your browser feels slow, try splitting the document into smaller parts first, for example by using a dedicated tool to divide a long PDF into smaller sections before applying the same crop pattern.
AI suggestions are a helper, not a rule. They often work well for standard documents with clear margins. For unusual layouts, pages with heavy graphics, or documents that include important notes near the edges, always check the suggested box and adjust it by hand if needed.
Finally, remember that this crop operates on visual margins, not on text content itself. It does not edit or reflow the text inside the page. It only changes which rectangular part of each page stays visible or present in the file, and when you also need page numbers added after trimming you can pass the result through a separate step that overlays consistent numbering on each page. This makes it a safe and predictable tool for cleaning up layout without rewriting the document.
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Watch on YouTube
https://www.youtube.com/watch?v=UOeaOos4X2cArticles and guides to get more from this tool
You have a PDF with wide white margins that waste space when printing. You need to focus on a specific chart in the middle of a page, removiβ¦
Read full articleSummary: Crop PDF pages to remove unwanted margins or focus on specific content areas. Free online PDF cropping tool with AI-powered suggestions, batch processing, and quality preservation. No signup required.