docs/guides/selecting-page-format.mdx
Reactive Resume offers three page format options: A4, Letter, and Free-Form. Each format affects how your resume is rendered and exported as a PDF. This guide explains the differences and helps you choose the right format for your situation.
A4 is the international standard paper size used in most countries outside North America. When you select A4, your resume pages conform to these dimensions:
| Property | Value |
|---|---|
| Width | 210mm (794px) |
| Height | 297mm (1123px) |
Choose A4 if you're applying to jobs internationally or in regions that use the metric system.
Letter is the standard paper size in the United States and Canada. When you select Letter, your resume pages conform to these dimensions:
| Property | Value |
|---|---|
| Width | 216mm (816px) |
| Height | 279mm (1056px) |
Choose Letter if you're applying to jobs in North America.
Free-Form is a modern format designed for digital-first resumes. Instead of conforming to a physical page size, Free-Form produces a single continuous page with no height limit. The width matches A4 (210mm), but the height extends as needed to fit all your content.
| Property | Value |
|---|---|
| Width | 210mm (794px) |
| Height | Unlimited |
The reality of modern job applications is that nobody prints resumes anymore. Your resume is almost always viewed digitally—on a screen, in an applicant tracking system (ATS), or parsed by AI-powered screening tools.
When your resume is processed digitally:
Since physical page constraints no longer matter for most use cases, Free-Form lets you focus on content rather than worrying about fitting everything into arbitrary page limits.
<Tip> If you don't plan on printing your resume, Free-Form is often the simplest choice. You never have to worry about content overflowing or awkward page breaks. </Tip><Frame caption="Screenshot of the Format dropdown in the Page section">
</Frame>
Use this quick reference to decide which format fits your needs:
| Situation | Recommended Format |
|---|---|
| Applying to jobs in North America | Letter |
| Applying to jobs internationally | A4 |
| Digital-only applications (no printing) | Free-Form |
| Uploading to ATS or job portals | Free-Form |
| Need to print physical copies | A4 or Letter |
| Long resume with lots of content | Free-Form |
| Traditional industries (law, finance) | A4 or Letter |
Download these sample resumes to see how different formats affect the final PDF output:
<CardGroup cols={1}> <Card arrow horizontal title="A4 Format Example" icon="file-pdf" href="https://github.com/user-attachments/files/24849548/a4.pdf" > A sample resume in A4 format showing traditional page breaks and constraints. </Card> <Card arrow horizontal title="Free-Form Example" icon="file-lines" href="https://github.com/user-attachments/files/24849552/free-form.pdf" > A sample resume in Free-Form format showing a continuous single-page layout. </Card> </CardGroup>