docs/guides/selecting-page-format.mdx
Reactive Resume has three page formats: A4, Letter, and Free-Form. The format you pick changes how your resume is rendered and exported as a PDF.
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 built for resumes that are only read on a screen. Instead of matching a physical page size, it produces a single continuous page with no height limit. The width matches A4 (210mm), and the height extends to fit all your content.
| Property | Value |
|---|---|
| Width | 210mm (794px) |
| Height | Unlimited |
Most resumes are never printed. Yours is almost always read digitally: on a screen, in an applicant tracking system (ATS), or by an AI screening tool.
When your resume is processed digitally:
Since physical page limits no longer apply in those cases, Free-Form lets you focus on the content instead of fitting it into a fixed page height.
<Tip> If you don't plan on printing your resume, Free-Form is usually the simplest choice. Nothing overflows, and there are no awkward page breaks. </Tip><Frame caption="Screenshot of the Format dropdown in the Page section">
</Frame>
| 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>