ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,559
- Points
- 823
Reputation:
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:
Example of the
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.
vendor
contains the files needed to use mPDF.Example of the
vendor
directory.