Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

  1. Install WKHTML to PDF

    #Install prerequisites
    yum -y install -y xorg-x11-fonts-75dpi
    yum -y install -y xorg-x11-fonts-Type1
    
    #Install wkhtmltopdf
    yum -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 ../
  2. Install Poppler Utilities

    yum -y install poppler-utils
  3. Install ASpell

    yum -y install aspell
  4. Install Sendmail and MailX Utility

    yum -y install sendmail mailx
    systemctl enable sendmail
    systemctl start sendmail
  • No labels