This software aims to provide a clean and modern GUI to generate PDF documents from markdown using Pandoc, with the ability to pass several options, like :
- Custom code highlithing theme
- Headings numbers
- Font
- Link color
- Margin
- PDF Engine
- Table of contents
Pandoc GUI runs on .NET 6.
Check that you have Pandoc and MikTex installed.
choco install pandoc miktex -y
winget install MiKTex
winget install Pandoc
sudo apt-get install pandoc texlive-latex-extra texlive-latex-recommended
brew install pandoc
curl http://mirror.ctan.org/systems/mac/mactex/BasicTeX.pkg -o
sudo installer -pkg BasicTeX.pkg -target /
- Download Installer from release
- Just run the installer
No need to install the .NET 6 Runtime, it has been bundled in the executable.
WIP
- Download the deb package from release
sudo dpkg -i <deb package>
to install the deb packagePandocGui
to launch the app
No need to install the .NET 6 Runtime, it has been bundled in the executable.
Make sure you have the latest .NET 6 SDK installed.
git clone https://github.com/Ombrelin/pandoc-gui
cd pandoc-gui/src/PandocGui
dotnet run
On Mac / Linux :
sudo dotnet run
- AvaloniaUI
- ReactiveUI
- Pandoc
- @Naaviiss for help with macOS run & deployment
- @Grandkhan for the app icon