How to resize PDF pages to A4, Letter or Legal
Fit versus Fill
The converter scales proportionally, so circles stay circular and text is not stretched. Fit uses the smaller of the horizontal and vertical scale factors: scale = min(available width ÷ source width, available height ÷ source height). It keeps the complete source page and centres it, which can leave white space. Fill uses the larger factor: scale = max(...). It covers the available paper area but clips equal overflow from opposite edges.
Standard paper dimensions
| Paper | Dimensions | Common use |
|---|---|---|
| A4 | 210 × 297 mm | General documents in most countries using ISO 216 paper |
| US Letter | 8.5 × 11 in | General office and home documents in the United States and Canada |
| US Legal | 8.5 × 14 in | Long-form legal and administrative documents |
| A3 | 297 × 420 mm | Posters, diagrams and larger layouts |
| A5 | 148 × 210 mm | Booklets, handouts and compact documents |
PDF coordinates use points. This tool converts with 72 points per inch and 25.4 millimetres per inch. ISO sizes use their published millimetre dimensions; small decimal point differences are normal.
What changes in the exported PDF
Each selected source page is placed proportionally onto a new page with the requested dimensions. Text and vector graphics are not intentionally rasterized. Pages outside a selected range are copied at their original size. The new document may have a different file size, and document-level navigation such as bookmarks is not guaranteed to survive.