winget install --id=Ombrelin.PandocGui -e
Clean and modern GUI to generate PDF documents from markdown using Pandoc
Pandoc GUI is a lightweight and cross-platform graphical user interface designed to simplify the process of generating PDF documents from markdown files using Pandoc.
Key Features:
Audience & Benefit:
Ideal for users familiar with markdown who seek a straightforward solution for converting text into professional-quality PDFs or other document formats. By leveraging Pandoc GUI, users can save time while maintaining control over the formatting and structure of their output files.
Pandoc GUI is available for installation via winget, making it easy to integrate into your workflow.
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 :
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 /
No need to install the .NET 6 Runtime, it has been bundled in the executable.
WIP
sudo dpkg -i
to install the deb packagePandocGui
to launch the appNo 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