Install Pandoc @if (this.showInstallPage) {
AI Studio relies on the free and open-sourced third-party app Pandoc to process and retrieve data from local Office files (ex. Word) and later other text formats like LaTeX. Unfortunately Pandoc's GPL license is not compatible with AI Studios licences, nonetheless software under GPL is generally free to use and free of charge as well. Therefore you have to accept Pandoc's GPL license before we can download and install Pandoc for free automatically for you (recommended). However you can download it yourself manually with the instructions below. @if (this.isLoading) { } else if (!string.IsNullOrEmpty(this.licenseText)) { @this.licenseText }
Pandoc is distributed under the GNU General Public License v2 (GPL). By clicking "Accept GPL and Install", you agree to the terms of the GPL license
and Pandoc will be installed automatically for you. Software under GPL is free of charge and free to use.
Accept GPL and install for free
If you prefer to install Pandoc yourself, please follow one of these two guides. Installers are only available for Windows and Mac. Accept the terms of the GPL license and download the latest installer with the download button below. Eventually you need to allow the download of the installer in the download window. pandoc-@(PANDOC_VERSION)-windows-x86_64.msi pandoc-@(PANDOC_VERSION)-x86_64-macOS.pkg pandoc-@(PANDOC_VERSION)-arm64-macOS.pkg Execute the installer and follow the instructions. Pandoc is distributed under the GNU General Public License v2 (GPL). By clicking "Accept GPL and download installer", you agree to the terms of the GPL license. Software under GPL is free of charge and free to use.
Accept GPL and download installer
Accept the terms of the GPL license and download the latest archive with the download button below. Extract the archive to a folder of your choice. C:\Users\%USERNAME%\pandoc /usr/local/bin/pandoc /usr/local/bin/pandoc Open the folder and copy the full path to the pandoc.exe file into your clipboard. C:\Users\%USERNAME%\pandoc\pandoc-@(PANDOC_VERSION) /usr/local/bin/pandoc/pandoc-@(PANDOC_VERSION) /usr/local/bin/pandoc/pandoc-@(PANDOC_VERSION) Add the copied path to your systems environment variables and check the installation by typing
pandoc --version into your command line interface. > pandoc.exe --version
> pandoc.exe @(PANDOC_VERSION)
> pandoc --version
> pandoc.exe @(PANDOC_VERSION)
> pandoc --version
> pandoc.exe @(PANDOC_VERSION)
Pandoc is distributed under the GNU General Public License v2 (GPL). By clicking "Accept GPL and archive", you agree to the terms of the GPL license. Software under GPL is free of charge and free to use.
Accept GPL and download archive
Reject GPL licence
} else { @if (showSkeleton) { } else if (isPandocAvailable) { Pandoc ist auf Ihrem System verfügbar } else { Pandoc ist auf Ihrem System nicht verfügbar Proceed to installation } }