Add or Reduce PDF Margins Without Changing the Page Size

Rescales the content inside each page to create breathing room or reclaim it, using pdf-lib. The paper size stays exactly as it was, the text layer survives, and the document is never sent anywhere to be adjusted.

About the PDF Margin Adjuster

Two choices drive this tool. The first is direction: Add margin shrinks the content so more white space surrounds it, while Reduce margins enlarges the content so it fills more of the sheet. The second is an amount slider running from 2 to 25, starting at 8. What it does not do is move the page boundaries — every page comes out the same physical size it went in, which is why a document adjusted here still prints on the same paper without anyone touching the print dialog.

The amount is applied with more force than the number suggests. At the default setting of 8, content is redrawn at 84 percent of its original size when adding margin, or 116 percent when reducing it. At the maximum of 25 the content is halved or increased by half. It is worth starting low and looking at the result rather than reaching straight for a large number.

Key Features

  • Page dimensions are preserved: A4 in, A4 out — the content is rescaled within the existing sheet rather than the sheet being resized around it.
  • Works in both directions: The same control adds white space for binding and removes it when a document wastes half its page on margin.
  • Content stays centred: Whatever scaling is applied, the result is positioned equally on both axes, so a document does not end up drifting towards one corner.
  • Nothing is rasterised: Pages are embedded as vector content and redrawn at the new scale, so type stays sharp at any zoom and the document remains searchable.
  • Every page in one pass: The adjustment is applied uniformly across the whole document rather than page by page.
  • Adjusted where it sits: pdf-lib does the work in the browser from a copy stored on this domain, so a document heading to a print shop is prepared without an intermediary receiving it.

How to Use the PDF Margin Adjuster

  1. Add the PDF you want to adjust.
  2. Choose Add margin to shrink the content, or Reduce margins to enlarge it.
  3. Set the amount — 8 is a moderate change, and anything above 15 is dramatic.
  4. Press Adjust Margins and download the file, saved with -margins appended.

How It Works

A new document is created with pages matching the originals exactly, and each source page is embedded and drawn into its replacement at the scaled size, centred on both axes. Because the page rectangle never changes, adding margin simply leaves more empty paper around a smaller rendering of the content.

Reducing margins carries a risk that adding them does not. When content is enlarged past 100 percent it becomes larger than the page holding it, and anything that extends beyond the page edge is clipped away. A document with generous margins absorbs this happily — that is the whole point. A document whose text already runs close to the edge will lose the outermost characters, and there is no warning when it happens. Check the first and last lines of a page before accepting the result.

As with any tool that embeds pages, interactive elements do not survive: form fields, annotations and clickable links are not part of the embedded content, so a fillable form comes back looking correct but no longer accepting input.

When You Need It

An estate-planning pack is going to a print shop to be wire bound, and the binder punches a row of holes down the left edge. The original layout puts text within a centimetre of that edge, so binding would perforate the first character of every line. Adding margin pulls the content clear. Since the pack lists property, accounts and beneficiaries, preparing it on the machine it was drafted on rather than through an online service is the obvious call.

A reader with limited vision receives council and utility correspondence set in small type with wide margins — a layout that wastes the paper and strains the eye at the same time. Reducing the margins enlarges everything on the page by a sixth or more without needing a magnifier, and the letters, which carry account numbers and an address, stay on the family computer where they were opened.

FAQ

Frequently Asked Questions

Does this change what size paper the document prints on?
No. The page rectangle is copied from the original, so an A4 document stays A4 and a Letter document stays Letter. Only the size of the content within that rectangle changes. If you need to change the actual paper dimensions, that is a different operation — the PDF Resize Tool moves pages between A4, Letter, A5 and custom sizes.
Some of my text disappeared after reducing the margins.
It was clipped. Reducing margins works by enlarging the content, and once the content is bigger than the page, whatever falls outside the page boundary is cut off. Documents with narrow existing margins have very little room to give. Try a smaller amount, or accept that this particular layout has no spare margin to reclaim.
Why does an amount of 8 change the size by more than 8 percent?
The setting is applied at roughly double weight, so 8 produces a scale of 84 percent rather than 92. This makes the slider feel responsive across its range instead of requiring large numbers for a visible change, but it does mean the number is a strength setting rather than a literal percentage. Judge it by the result.
Can I add margin to only one side, for a binding gutter?
Not here — the scaling is symmetrical, so margin is added equally on all four sides. For an asymmetric result, the PDF Cropper trims a specified number of millimetres from each side independently, which combined with this tool gives you control over individual edges.
Is my document uploaded so the margins can be recalculated?
It is not. pdf-lib reads the file into memory in this tab, builds the adjusted document there, and hands it back as a download, using a library served from this site rather than fetched from any outside network. A financial or legal pack is opened, rescaled and saved without a single outbound request, which you can verify in your browser's network panel.
Will the file get bigger or smaller?
Neither, meaningfully. The same fonts, images and vector paths are all still present — they are simply drawn at different coordinates and a different scale. Expect the adjusted file to be within a few percent of the original.