Install WKHTML to PDF
#Install prerequisites dnf -y install -y xorg-x11-fonts-75dpi dnf -y install -y xorg-x11-fonts-Type1 #Install wkhtmltopdf dnf -y install wget tar wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz tar -xvf ./wkhtmltox-0.12.4_linux-generic-amd64.tar.xz cd wkhtmltox/ cp ./bin/wkhtmltopdf /usr/bin/wkhtmltopdf THIRD_WKTOHTMLPDF_PATH="/usr/bin/wkhtmltopdf" cd ../
Install Poppler Utilities
dnf -y install poppler-utils
Install CatDoc
dnf -y install catdoc
Install ASpell
dnf -y install aspell
Install Sendmail
dnf -y install sendmail systemctl enable sendmail systemctl start sendmail
General
Content
Integrations