Skip to content

Free toolsPDF

Resize PDF pages

The A4 document that prints cropped on Letter, fixed: every page scaled to the paper.

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 resize PDF pages

  1. Drop the PDF.
  2. Pick the paper.
  3. Press Resize and download.

What happens to your file

Ghostscript scales each page to fit the paper you chose, keeping its proportions, and centres it; text stays text and links stay links. A4 to Letter shrinks by about three per cent and gains a little side margin; Letter to A4 the other way.

Mixed page sizes are each fitted on their own — a landscape page lands as a landscape page on the same paper size, rotated to fit.

Questions

Does it crop?

No — it scales to fit, so nothing is lost; the trade is a small margin where the proportions differ.

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.fit-page",
    "options": {
      "paper": "a4"
    }
  }'

The same operation, pdf.fit-page — Every page scaled to fit A4, Letter, A5 or Legal, centred. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.