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 12 Next »

  1. Install WKHTML to PDF

    NOTE: Some installs use a non standard path, so the INI may need to be update to this path

    #Install Fonts
    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/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos8.x86_64.rpm
    tar -xvf ./wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
    cd wkhtmltox/
    cp ./bin/wkhtmltopdf /usr/bin/wkhtmltopdf
  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