PDF Page Size Adjust

Adjust PDF pages to standard paper sizes (A4, Letter, etc.)

Resize PDF pages to standard paper dimensions while centering content.

Features:

  • Adjust all pages or specific page ranges
  • Multiple standard sizes: A0-A6, Letter, Legal, Tabloid, etc.
  • Auto-orient content (portrait/landscape)
  • Center original content on new page
  • Preserve content quality

Common Use Cases:

  • Standardize mixed-size documents to A4
  • Prepare documents for printing on specific paper
  • Normalize scanned documents
  • Convert documents for different regional standards (A4 vs Letter)

Example Results

3 examples

Convert to A4 (Auto Orientation)

Adjusts all pages to A4 size with automatic orientation

pdf_adjusted_size.pdf View File
View input parameters
{ "sourceFile": "/public/samples/pdf/sample.pdf", "targetSize": "A4", "orientation": "auto", "pageRange": "" }

Convert to Letter Size

Adjusts pages to US Letter size (8.5×11 inches)

pdf_adjusted_size.pdf View File
View input parameters
{ "sourceFile": "/public/samples/pdf/sample.pdf", "targetSize": "Letter", "orientation": "portrait", "pageRange": "" }

Convert Specific Pages to A3

Adjusts only pages 1-5 to A3 size, keeps others unchanged

pdf_adjusted_size.pdf View File
View input parameters
{ "sourceFile": "/public/samples/pdf/sample.pdf", "targetSize": "A3", "orientation": "auto", "pageRange": "1-5" }

Click to upload file or drag and drop file here

Maximum file size: 100MB Supported formats: application/pdf

Specify pages to adjust (e.g., 1-3,5,7-9). Leave blank to adjust all pages.

Key Facts

Category
Documents & PDF
Input Types
file, select, text
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

The PDF Page Size Adjuster allows you to quickly resize PDF pages to standard paper dimensions, such as A4, Letter, Legal, or Tabloid, while automatically centering the original content. You can process the entire document or target specific page ranges, ensuring your files are perfectly formatted for printing, archiving, or regional compliance without losing content quality.

When to Use

  • When preparing documents with mixed page sizes for standardized printing on a specific paper format like A4 or Letter.
  • When converting international documents to match regional paper standards, such as changing European A4 files to US Letter.
  • When normalizing scanned documents that have inconsistent page dimensions into a uniform layout.

How It Works

  • Upload the PDF document you want to resize.
  • Select your target paper size, such as A4, Letter, or Tabloid, and choose the page orientation.
  • Optionally specify a page range if you only want to resize certain pages.
  • Process the file and download the resized PDF with centered content.

Use Cases

Standardizing mixed-size scanned PDF pages into a uniform A4 document.
Adjusting legal documents to US Letter size for local court submissions.
Resizing architectural drawings to A3 or Tabloid formats for physical printing.

Examples

1. Standardizing Scanned Invoices to A4

Administrative Assistant
Background
An administrator receives scanned invoices from various vendors, resulting in a PDF with inconsistent page dimensions.
Problem
The mixed page sizes make the document difficult to print and archive uniformly.
How to Use
Upload the PDF, select 'A4' as the target page size, set orientation to 'Auto', and leave the page range blank to process all pages.
Example Config
Target Page Size: A4, Orientation: Auto, Page Range: [blank]
Outcome
A standardized PDF where every page is exactly A4 size with the original invoice content centered.

2. Preparing a Report for US Letter Printing

Business Analyst
Background
A UK-based analyst has a report formatted in A4 but needs to send it to a US client who prints on Letter paper.
Problem
Printing A4 documents on Letter paper can cut off margins or scale poorly.
How to Use
Upload the A4 PDF, select 'Letter' as the target size, and choose 'Portrait' orientation.
Example Config
Target Page Size: Letter, Orientation: Portrait, Page Range: [blank]
Outcome
The document pages are resized to Letter dimensions, ensuring the content fits perfectly on US standard paper.

3. Resizing Specific Pages for a Presentation Appendix

Project Manager
Background
A project manager has a 10-page report where pages 8 and 9 contain large diagrams that need to be printed on A3 paper.
Problem
The diagrams are currently squeezed onto standard A4 pages, making them unreadable.
How to Use
Upload the PDF, select 'A3' as the target size, and enter '8-9' in the page range field.
Example Config
Target Page Size: A3, Orientation: Auto, Page Range: 8-9
Outcome
Pages 8 and 9 are expanded to A3 size for detailed viewing, while pages 1-7 and 10 remain at their original size.

Try with Samples

pdf, file

Related Hubs

FAQ

Will resizing my PDF stretch or distort the text and images?

No, the tool centers the original content on the new page size without stretching or altering the aspect ratio.

Can I resize only specific pages instead of the whole document?

Yes, you can specify a page range, such as '1-3,5', to resize only those pages while leaving the rest unchanged.

What standard paper sizes are supported?

The tool supports A0 through A6, Letter, Legal, Tabloid, Executive, Half Letter, and photo sizes like 4x6, 5x7, and 8x10.

How does the auto-orientation option work?

The auto-orientation setting automatically detects and matches the orientation (portrait or landscape) of each source page.

Is there a file size limit for the uploaded PDF?

Yes, the tool supports PDF files up to 100 MB in size.

API Documentation

Request Endpoint

POST /en/api/tools/pdf-page-size-adjust

Request Parameters

Parameter Name Type Required Description
sourceFile file (Upload required) Yes -
targetSize select Yes -
orientation select Yes -
pageRange text No Specify pages to adjust (e.g., 1-3,5,7-9). Leave blank to adjust all pages.

File type parameters need to be uploaded first via POST /upload/pdf-page-size-adjust to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-pdf-page-size-adjust": {
      "name": "pdf-page-size-adjust",
      "description": "Adjust PDF pages to standard paper sizes (A4, Letter, etc.)",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-page-size-adjust",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]