PDF generation
Since version 2.7.0, pdf generation has been included in Document Manager.
However, due to licensing rights, the PHP class we use is not included inside our product.
This section will guide you through the steps necessary to get it working.
Go to the following page github page HERE.
Navigate down the page to the Download and install section, then click on the link on the right of the "download stable copies" line:
On the page were you get redirected, different versions are proposed. The current version we tested Document Manager with is the version 0.8.0. We do not recommend you to test with another version unless we have tested it. So don't hesitate to ask us if a new version is available.
Go down the version changelog and click on the zip file name to download the version:
Unzip the downloaded archive on your computer.
Then connect to the FTP of your forum, go to library/XFA/ThirdParty and create a folder called dompdf.
Upload the autoload.inc.php file and the lib and src directories of the unzipped archive inside the created folder.
Its content should look like the following once done:
Since version 2.7.0, pdf generation has been included in Document Manager.
However, due to licensing rights, the PHP class we use is not included inside our product.
This section will guide you through the steps necessary to get it working.
Go to the following page github page HERE.
Navigate down the page to the Download and install section, then click on the link on the right of the "download stable copies" line:
On the page were you get redirected, different versions are proposed. The current version we tested Document Manager with is the version 0.8.0. We do not recommend you to test with another version unless we have tested it. So don't hesitate to ask us if a new version is available.
Go down the version changelog and click on the zip file name to download the version:
Unzip the downloaded archive on your computer.
Then connect to the FTP of your forum, go to library/XFA/ThirdParty and create a folder called dompdf.
Upload the autoload.inc.php file and the lib and src directories of the unzipped archive inside the created folder.
Its content should look like the following once done: