Closed askaralimkndr closed 2 years ago
Hi, I am suing latest version of mpdf library,
$mpdf->useOddEven = true;
This is not working Program link: https://mpdf.github.io/headers-footers/method-1.html
An uncaught Exception was encountered
Type: Mpdf\MpdfException
Please help me to solve this.
Thank you
useOddEven is deprecated since mPDF 6 and removed in 2016. Will update the documentation accordingly.
Hi, I am suing latest version of mpdf library,
$mpdf->useOddEven = true;
This is not working Program link: https://mpdf.github.io/headers-footers/method-1.html
An uncaught Exception was encountered
Type: Mpdf\MpdfException
Message: Cannot write to an undeclared property Mpdf\Mpdf::$useOddEven
Please help me to solve this.
Thank you