mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 17:34:52 +10:00
97 lines
3.3 KiB
Plaintext
97 lines
3.3 KiB
Plaintext
---
|
|
title: "Exporting your resume"
|
|
description: "Learn how to export your resume as PDF, DOCX, or JSON from the builder."
|
|
---
|
|
|
|
Reactive Resume can export your resume in three formats:
|
|
|
|
| Format | Best for |
|
|
| --- | --- |
|
|
| **PDF** | Job applications, recruiter emails, printing, and public resume downloads. |
|
|
| **DOCX** | Further editing in Microsoft Word, Google Docs, or another word processor. |
|
|
| **JSON** | Backups, restoring a resume later, importing into another Reactive Resume account, or sharing structured data with an AI assistant. |
|
|
|
|
## Export from the right sidebar
|
|
|
|
<Steps>
|
|
<Step title="Open your resume in the builder">
|
|
Go to the dashboard and open the resume you want to export.
|
|
</Step>
|
|
|
|
<Step title="Open the Export section">
|
|
In the right sidebar, select **Export**.
|
|
|
|
<Frame caption="Export section in the resume builder">
|
|
<img
|
|
src="/images/guides/exporting-your-resume/screenshot-1.png"
|
|
alt="Export section showing JSON, DOCX, and PDF download buttons"
|
|
/>
|
|
</Frame>
|
|
</Step>
|
|
|
|
<Step title="Choose a format">
|
|
Click **JSON**, **DOCX**, or **PDF**.
|
|
</Step>
|
|
|
|
<Step title="Save the file">
|
|
Your browser downloads the exported file using the resume name as the filename.
|
|
</Step>
|
|
</Steps>
|
|
|
|
## Export from the builder dock
|
|
|
|
The floating dock at the bottom of the builder also includes quick download buttons for **JSON**, **DOCX**, and **PDF**.
|
|
|
|
Use the dock when you already know which format you need. Use the right sidebar's **Export** section when you want the format descriptions next to each button.
|
|
|
|
For more dock controls, see [Using the builder dock](/guides/using-the-builder-dock).
|
|
|
|
## Export as PDF
|
|
|
|
Choose **PDF** when you need a file that preserves your resume layout.
|
|
|
|
Use PDF for:
|
|
|
|
- uploading to job applications;
|
|
- emailing recruiters or hiring managers;
|
|
- printing;
|
|
- sharing a finished copy outside Reactive Resume.
|
|
|
|
<Info>
|
|
The PDF is generated from your current resume data, template, typography, design, layout, and page settings.
|
|
</Info>
|
|
|
|
## Export as DOCX
|
|
|
|
Choose **DOCX** when you want to continue editing your resume in a word processor.
|
|
|
|
Use DOCX for:
|
|
|
|
- making final manual edits in Microsoft Word;
|
|
- collaborating with someone who prefers Word or Google Docs;
|
|
- submitting to a system that requires a Word document.
|
|
|
|
<Warning>
|
|
DOCX exports are useful for editing, but the visual layout may not match the PDF exactly. Use PDF when exact visual
|
|
fidelity matters.
|
|
</Warning>
|
|
|
|
## Export as JSON
|
|
|
|
Choose **JSON** when you want a structured backup of your resume.
|
|
|
|
The JSON export includes your resume content and settings. You can import it later from the dashboard to restore the resume or create another version.
|
|
|
|
JSON is also useful when working with AI assistants. You can export JSON, ask an assistant to review or edit the structured data, then import the revised JSON as a new resume.
|
|
|
|
<Warning>
|
|
Review AI-generated changes before importing or using them. AI assistants can make mistakes or add details that do not
|
|
reflect your experience.
|
|
</Warning>
|
|
|
|
## Public resume downloads
|
|
|
|
If your resume is public, visitors can download a PDF from the public resume page. You can enable public access in the builder's **Sharing** section.
|
|
|
|
For the full public sharing workflow, see [Sharing your resume publicly](/guides/sharing-your-resume-publicly).
|