ILIAS-7-Install-Tutorial for Ubuntu 20.04
- Check, if the needed Packages are installed:
apt install wkhtmltopdf php-tcpdf xvfb
- Check, if the service works. There are two ways: One with xvfb-run in the command line and one without. Which way works?
wkhtmltopdf https://www.google.com google.pdf
xvfb-run wkhtmltopdf https://www.google.com google.pdf
- Go to Administration->PDF-Creation
- Change all you can to TCPDF
- Configure the Render for wkhtmltopf like this (one of the methods above):
- xvfb-run /usr/bin/wkhtmltopdf
- Example:
