Overview

Once your document is converted, Obsitex gives you four ways to turn it into a PDF. Pick whichever fits your setup.

Open in Overleaf

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>

Build on GitHub

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.

Save to OneDrive

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).

Download to Browser

Downloads all files to your computer (optionally as a ZIP). Compile locally, as with OneDrive.

The file layout

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.

How it looks

<aside> 📸

Screenshot needed: the "Export your LaTeX document" card with the four options (Overleaf, GitHub, OneDrive, Browser Download).

</aside>