Change PDF Page Size
LocalRescale PDF pages to A4, Letter, Legal, A3 or A5
Drag & drop files here or click to browse
PDF • Max 100 MB
Files are processed in your browser and never uploaded
Privacy First
Your files are processed entirely in your browser. Nothing is uploaded to any server.
How do I change the page size of a PDF?
Add the PDF, choose A4, Letter, Legal, A3 or A5, and convert. Every page is scaled uniformly onto the new size and centred, so the aspect ratio is kept and nothing is stretched or cut. The content is transformed rather than redrawn, which means the text stays selectable and vector artwork stays sharp at any zoom. Orientation follows each page by default, so a landscape page does not get squeezed onto a portrait one.
About the Change PDF Page Size
Put every page of a PDF onto a standard paper size. Choose A4, Letter, Legal, A3 or A5, and each page is scaled uniformly to fit inside the new page and centred, so nothing is stretched or cut off. The content is transformed rather than redrawn: text stays as text you can select and search, vector artwork stays vector, and an embedded photo keeps the pixels it already had. Pages that carry a quarter-turn rotation are handled the way a reader displays them, so a landscape scan lands on a landscape page. Annotations — links, highlights, comments — are scaled and moved with the page they sit on, and bookmarks, page labels and document metadata are carried through untouched. Interactive form fields keep their values and their new position, but a reader may need to regenerate their appearance before the text inside them looks right at the new scale. Choose "Keep original scale" instead when the drawing must not be resized at all; anything falling outside the new page boundary is then no longer visible, and the result message says how many pages that affected.
- Make a mixed document print cleanly by putting A4 body pages and Letter appendices onto one size, instead of letting the printer scale each one differently.
- Meet a submission rule that names a page size — a court filing, a journal template, a print shop’s spec — without re-exporting from the original application.
- Turn a document laid out for US Letter into A4 for a European printer, or the reverse, with the whole page scaled uniformly so nothing is cropped.
- Enlarge a small-format PDF onto A3 for a poster or a plan review, keeping the text selectable rather than blowing up a screenshot.
How to use the Change Page Size tool
- 1
Upload PDF file
Select PDF file from your device or drag file into the upload area.
- 2
Choose settings
Choose settings such as New page size, Orientation, Content before processing.
- 3
Change page size
Run the Change Page Size tool to create the PDF output.
- 4
Download the result
Download the finished file. The original file stays on your device and is not uploaded.
What is the difference between resizing a PDF and cropping it?
Cropping moves the boundary and leaves the drawing where it was, so a crop makes the page smaller by hiding the edges. Resizing moves the boundary and the drawing together: the content is scaled to the new page and centred on it, so the whole document is still visible at a different size. Use Crop PDF to cut a scanner edge or a stale footer off the border. Use this tool when a printer, a court or a template demands a specific stock and the pages you have are the wrong one.
Does resizing lose quality, the way an image resize does?
Not for text or vector content. A PDF stores those as instructions rather than pixels, and scaling changes the matrix those instructions are drawn under, so a letterform enlarged onto A3 is redrawn by the reader at the new size and stays crisp at any zoom. The text layer is untouched, so search, selection and copy all still work. A photograph placed on the page is the exception in the usual way: its pixels are unchanged, so enlarging the page spreads the same pixels over more paper and enlarging a low-resolution scan a long way will show it.
What happens to links, comments and form fields?
Annotations move with the page. Links, highlights, comments, stamps and ink drawings are scaled by the same factor as the content and shifted by the same offset, so a link still sits on the words it belonged to. Bookmarks, page labels and the document information fields are copied through untouched. Interactive form fields are the one thing to check: they keep their values and their new position, but their stored appearance was generated for the old size, and some readers need to regenerate it before the text inside a field looks right.
Why does a page that was already sideways come out correctly?
Because the rotation a page declares is read before anything is measured. A PDF page can carry a quarter-turn that the reader applies after the page boundary, which means the size stored in the file and the size you see are transposed. Fitting is judged on the displayed size, and the new boundary is written the other way round for a turned page, so a landscape scan lands on a landscape sheet instead of being shrunk to fit the short edge. Choosing Portrait or Landscape explicitly overrides that for every page.
Are my files uploaded when changing a PDF page size?
No. The document is opened by pdf-lib inside this tab, each page’s boundary and transform are rewritten in memory, and the new file is handed straight back to you. Nothing is sent anywhere, which is worth knowing for the documents that most often need a specific page size: filings, contracts, tender responses and anything going to a print shop under an NDA.
How to do this offline, on the command line
Rescaling pages onto a standard stock is one of the few PDF jobs Ghostscript does in a single documented command.
Ghostscript
macOS: brew install ghostscript · Debian/Ubuntu: apt install ghostscript
gs -sDEVICE=pdfwrite -sPAPERSIZE=a4 -dFIXEDMEDIA -dPDFFitPage -dNOPAUSE -dBATCH -sOutputFile=a4.pdf input.pdf-dFIXEDMEDIA forces every page onto the size named by -sPAPERSIZE, and -dPDFFitPage scales the content to fit it. Drop -dPDFFitPage to change the page boundary without rescaling the drawing, which is what "Keep original scale" does here. Ghostscript rewrites the whole file, so check the output before discarding the original.
pdfjam
Ships with TeX Live · macOS: brew install --cask mactex · Debian/Ubuntu: apt install texlive-extra-utils
pdfjam --outfile a4.pdf --paper a4paper input.pdfA wrapper around the LaTeX pdfpages package. It preserves text and vectors the same way, but needs a TeX installation, which is a large dependency for one resize.
Frequently Asked Questions
Need More Tools?
Explore our collection of 58 free PDF tools, all with privacy-first processing.
Browse All Tools