Exporting a PDF
Exporting is a single click, and there's nothing to configure. The file you download is the file you were previewing.
#Download PDF
In the editor toolbar, select Download PDF. Your browser saves the current resume as a PDF named after the resume’s title. No dialog, no compile, no wait beyond the render you already saw in the preview.
#Exactly what you saw
The download isn’t a re-export from a different code path, it’s the same rendered PDF the preview is showing, handed to your browser as a file. Fonts, margins, spacing, and page breaks are identical because it’s literally the same document.
#Exporting the source
You can also take your resume as data. Switch to the code editor, select all, and copy, that YAML is your complete resume. Keep it in a backup or a git repo, and paste it back into a new resume any time.