Installing the mPDF library
The Print manager v1.0 add-on requires the mPDF library to be installed on your server.
These instructions have been tested on a web host which has cPanel.
Follow these steps:
- Create a directory called
misc
in your public_html directory.
- Log into your server using SSH. Important, do not log into SSH as root, log in as cPanel user.
- Navigate to the
misc
directory.
- Enter the following command
composer require mpdf/mpdf
- Composer will install the mPDF library.
A new directory called
vendor
contains the files needed to use mPDF.
Example of the
vendor
directory.
