Install Pandoc @if (this.showInstallPage) {
AI Studio relies on the third-party app Pandoc to process and retrieve data from local Office files (ex. Word) and later other text formats like LaTeX. Unfortunately Pandocs GPL license is not compatible with AI Studios licences. Therefore you have to accept Pandocs GPL license before we can download and install Pandoc 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.
Accept GPL and Install
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. pandoc-3.7.0-windows-x86_64.msi pandoc-3.7.0.1-x86_64-macOS.pkg pandoc-3.7.0.1-arm64-macOS.pkg Execute the installer and follow the instructions. 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 you clipboard. C:\Users\%USERNAME%\pandoc\pandoc-3.7.0-windows-x86_64\pandoc-3.7.0 /usr/local/bin/pandoc/pandoc-3.7.0-x86_64-macOS/pandoc-3.7.0 /usr/local/bin/pandoc/pandoc-3.7.0-linux-amd64/pandoc-3.7.0 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 3.7.0
> pandoc --version
> pandoc.exe 3.7.0
> pandoc --version
> pandoc.exe 3.7.0
Pandoc is distributed under the GNU General Public License v2 (GPL) . By clicking "Accept GPL and Download", you agree to the terms of the GPL license. Accept GPL and Download
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 } }