Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Install WKHTML to PDF

    Code Block
    #Install prerequisitesFonts
    yum -y install -y xorg-x11-fonts-75dpi
    yum -y install -y xorg-x11-fonts-Type1
    
    #Install wkhtmltopdf
    yum -y install wkhtmltopdf


  2. Install Poppler Utilities

    Code Block
    yum -y install poppler-utils


  3. Install ASpell

    Code Block
    yum -y install aspell


  4. Install Sendmail and MailX Utility

    Code Block
    yum -y install sendmail mailx
    systemctl enable sendmail
    systemctl start sendmail


...