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 8 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 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