@using ReverseMarkdown.Converters 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.
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 these steps: Accept the terms of the GPL license and download the latest archive with the button below. Extract the archive to a folder of your choice. (ex. C:\Users\%USERNAME%\pandoc) Open the folder and copy the path to the pandoc.exe file into you clipboard. (ex. ) C:\Users\%USERNAME%\pandoc 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
Der Befehl "pandoc.exe" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
pandoc --version
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 } }