Reputation: 1084
I am trying to add PDF library in drupal 7.
I downloaded the mpdf module and enabled it sucessfully.
I downloaded the mPDF library from https://github.com/mpdf/mpdf/tree/master and unzipped into sites/all/libraries
folder and renamed forlder to mpdf
. But report status is still showing that library not found.
Problem: I want to generate a PDF from HTML node.
Question: What is the correct way to add this mPDF library in drupal 7?
Note: My PHP version is 7^. Which seems everything is correct with php and library version (but not sure).
Upvotes: 1
Views: 674
Reputation: 1861
If you are using PDF using mPDF module you have to download mpdf version 6.1.0
Just download the zip file by using this MPDF link and unzip it in sites/all/libraries/mpdf.
Hope this helps you :)
Upvotes: 3