Print & Pre-Press

How to Crop a PDF to Its CropBox for Pre-Press and Print

A studio sends you a 50x70 cm poster PDF. The visible artwork is the expected size, but the actual sheet is 53x73 cm because it carries 3 mm of bleed plus crop marks, color bars, and the printer ticket on every side. Sending the file to the customer that way looks unprofessional. Re-exporting from InDesign or Illustrator takes ten minutes per file, and the larger studios do this twenty times a day. This guide covers the faster fix and the exact reasons every page boundary box exists.

What a PDF CropBox actually is

Every PDF page carries up to five page boundary boxes. The MediaBox is the physical sheet. The CropBox is what viewers and renderers actually display. The BleedBox covers trim plus a small overlap that absorbs cutting tolerance. The TrimBox is the final cut page. The ArtBox is the meaningful artwork region. When a designer sets up a pre-press file in InDesign or Illustrator, each box gets a specific role, and downstream tools rely on those boxes for placement, imposition, and proofing.

The CropBox matters most in everyday review. When a customer opens the PDF in a viewer, they see the CropBox region. If the file has no explicit CropBox, the viewer falls back to the MediaBox, which means every registration mark and bleed area appears in the preview. That is what creates the cluttered look that customers reject before approval.

When teams need to crop the CropBox into the new MediaBox

Cropping the CropBox into the MediaBox produces a clean file where the visible region is the page. This matters in three recurring situations. First, when a print shop receives a file from a designer and needs to send a customer-facing proof PDF for sign-off. Second, when a marketing team takes a press-ready file and needs a clean version to publish on the website or attach to an email. Third, when an archivist receives press files and needs a version that matches the printed deliverable size for the records system.

In each case, the operator does not want to re-render or re-export. The text needs to stay selectable, the vector artwork needs to stay sharp, and the images need to keep their original resolution. The crop happens at the page boundary level, not at the content level.

Try our PDF Crop tool

Why the Ghostscript command is the industry default

Print shops have used the same Ghostscript invocation for two decades:

gs -dSAFER -dNOPAUSE -dBATCH -dQUIET \
  -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 \
  -dUseCropBox -sOutputFile=output.pdf input.pdf

The -dUseCropBox flag tells the pdfwrite device to treat the CropBox as the new page boundary in the output. Every text run, vector path, and image inside the CropBox is preserved. Everything outside is dropped. The output is a smaller, cleaner file that opens in any viewer without the bleed and registration clutter.

The same pattern works with -dUseTrimBox, -dUseBleedBox, and -dUseArtBox for the other boundary boxes. The pre-press operator chooses based on what the next step in the workflow expects to receive.

Why doing this in a browser tab is faster

A studio with a license-managed install of Acrobat Pro can do this with the Set Page Boxes dialog, but it takes ten clicks and a separate save action per file. A studio running Ghostscript on the desktop has to remember the command, run it from a terminal, and deal with file paths that contain spaces. Most operators give up and either re-export from the design app (slow) or ship the file with the bleed visible (unprofessional).

PDFtopia runs the same Ghostscript engine compiled to WebAssembly inside your browser tab. The pre-press file stays on your device. The operation completes in a second for most files. There is no command to remember and no install to maintain. For studios that handle dozens of pre-press deliveries a week, the time savings add up to several hours per operator.

Try our PDF Crop tool

When to pick CropBox versus TrimBox versus BleedBox

The choice depends on the file the next step in the workflow expects. Customer proofs and web previews use the CropBox because that matches what a normal viewer renders. Imposition and ganging tools usually want the TrimBox because the imposition program adds its own bleed and registration marks during layout. Files going to a digital press that handles its own trim usually keep the BleedBox so the small overlap stays available for cutting tolerance.

The ArtBox is rarer in production but useful when an archivist needs a clean record of just the artwork without any margin allowance. If the file was prepared without an ArtBox, the spec falls back to the CropBox.

  • CropBox customer proofs, web previews, email attachments.
  • TrimBox imposition, ganging, downstream pre-press tools.
  • BleedBox digital press where bleed must stay available for trim tolerance.
  • ArtBox archival records where only the artwork is kept.

Common mistakes when cropping a PDF for print

The most expensive mistake is cropping a press-ready file with a screenshot or a print-to-PDF tool. The result is a raster image with no selectable text, no vector sharpness, and a fixed DPI that may not match the press requirement. The file looks acceptable on screen and unacceptable on press.

A related mistake is using a browser print preview to remove bleed. The browser print dialog re-renders the file through a system print path that strips ICC profiles, font embedding, and any color management the original PDF carried. The output is a different file with the same name, which causes downstream confusion when the press operator compares it to the original.

  • Never use a screenshot to crop a press-ready PDF
  • Never use the browser print dialog as a crop tool
  • Use a boundary-box crop that preserves text and vectors
  • Pick the boundary box that matches the downstream step

A quick checklist before you crop and send

  • Open the file in a viewer first and confirm the CropBox matches what you want the customer to see
  • If the CropBox looks wrong, check if the file actually has CropBox metadata or if it is falling back to MediaBox
  • Run the crop in PDFtopia and download the new file
  • Verify the new file opens with no bleed visible
  • Spot-check page count and file size to confirm nothing was dropped
  • Send to the customer or the next step in the workflow
Open the PDF Crop tool

Written by

Emre Polat

Founder of PDFtopia · Istanbul, Türkiye

I write everything you read on this blog. I run PDFtopia on my own and use these tools every day for client work, contracts, and print prep. If a guide misses something or a tool falls short, send me an email.