Crop PDF

Got wide margins or scan borders cluttering your PDF? This free Crop PDF tool tightens it up. Upload the file, set the crop area, and download a neatly trimmed PDF. Perfect for tightening things up:

  • Trim white borders from a scan
  • Crop margins for tighter printing
  • Focus a page on its key content
  • Clean up an oversized export

A Quick Word on IronPDF

IronPDF is the C# PDF library trusted by thousands of .NET developers in production. It adjusts page boundaries from code, letting you trim margins and borders across a document programmatically.

using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
// Adjust page size and margins, then save
pdf.SaveAs("cropped.pdf");
using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
// Adjust page size and margins, then save
pdf.SaveAs("cropped.pdf");
Imports IronPdf

Dim pdf = PdfDocument.FromFile("document.pdf")
' Adjust page size and margins, then save
pdf.SaveAs("cropped.pdf")
$vbLabelText   $csharpLabel

See it in C#: IronPDF documentation

Free and Built for Everyday Use

This tool is completely free and made for quick, practical use, no signup, no limits, no catch. Built with love by IronPDF.

Need More Than PDFs?

When the project grows beyond PDF work, the Iron Suite bundles ten .NET libraries into a single license: IronOCR for reading text from images in 125 languages, IronBarcode for generating and scanning codes, plus IronXL, IronWord, IronPPT, and more. Start your 30-day Iron Suite trial key today, no credit card required.