LatexToPdf is a simple, cross-platform Python desktop application to convert LaTeX code into PDF with live preview, built using customtkinter.
Windows: Download Latest Release
Linux: Download Latest .deb
After download:
sudo dpkg -i latexToPdf_1.0.deb
- Compile LaTeX code to PDF on the fly
- Display each PDF page as an image
- Download the generated PDF
- Cross-platform support (Windows, macOS, Linux)
- Auto-detect and install LaTeX environment if missing
git clone https://github.com/yourusername/latexToPdf.git
cd latexToPdf
python -m venv .venv
# Activate:
# On Windows:
.venv\Scripts\activate
# On Linux/macOS:
source .venv/bin/activate
# run the app
python env_setup.py
python main.pyIf you find this tool helpful, consider supporting me:

