mpdf-examples
mpdf-examples copied to clipboard
Example scripts for mPDF
The following properties are references in the example, [but because of the refractor ](https://github.com/mpdf/mpdf/blob/development/src/Form.php#L120-L132) these are no longer directly accessible. ``` $mpdf->formUseZapD = false; $mpdf->formUseZapD = false; $mpdf->formSubmitNoValueFields = true;...
See https://github.com/mpdf/mpdf/issues/848
Besides a syntax error in the file, the method `$mpdf->ConvertSize()` isn't available in latest `development` version of Mpdf.
I encountered an error in the example04_images.php file due to the logger code implementation. The issue arose from a method signature mismatch with the Psr\Log\AbstractLogger. I have fixed the code...