Free tools › PDF
Crop PDF
The printed area found for you, or the margins you type; nothing rasterised.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to crop PDF
- Drop the PDF.
- Let the printed area be found, or type the margins.
- Press Crop and download.
What happens to your file
Each page’s visible box is set — the CropBox readers and printers honour — either to the printed area found by rendering the page and trimming the white, with a small breathing space, or to the margins you typed. The page’s content is not touched: text stays selectable, nothing is redrawn, and the full page is one edit away in any PDF editor.
The printed-area finder reads up to sixty pages; longer documents take typed margins. A blank page keeps its size.
Questions
Will the file get smaller?
No — nothing is deleted, only hidden by the box. Cropping is for reading on a phone or printing without waste, not for size; use Compress PDF for that.
Can I crop a different area on each page?
The printed-area mode already does, per page. Typed margins apply to every page alike.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "pdf.crop",
"options": {
"mode": "auto",
"top": 10,
"bottom": 10,
"left": 10,
"right": 10
}
}'The same operation, pdf.crop — Each page’s CropBox set: margins you name in millimetres, or found automatically from the printed area. Nothing rasterised. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.