← Overview
Once your document is converted, Obsitex gives you four ways to turn it into a PDF. Pick whichever fits your setup.
One click opens your project directly in Overleaf's online editor — the PDF compiles in the browser, no local installation needed. Requires signing in (the files are uploaded to open the project).
<aside> 💡
The free Overleaf plan has a compile timeout; very large documents may need an Overleaf premium plan.
</aside>
Uploads all files to your GitHub repository, where the PDF is compiled automatically via GitHub Actions — again, nothing to install locally. You can choose the LaTeX engine (pdflatex, xelatex, or lualatex); xelatex is recommended for non-English text. Compilation may take a moment.
Saves all files to your OneDrive. To produce the PDF, compile locally with a LaTeX distribution such as MiKTeX (Windows) or TeX Live (Mac/Linux).
Downloads all files to your computer (optionally as a ZIP). Compile locally, as with OneDrive.
However you export, Obsitex writes a clean folder structure: the .tex file at the top, with images/, pdf/ and bib/ sub-folders for the referenced assets.
<aside> 📸
Screenshot needed: the "Export your LaTeX document" card with the four options (Overleaf, GitHub, OneDrive, Browser Download).
</aside>