mpdf-examples icon indicating copy to clipboard operation
mpdf-examples copied to clipboard

Example scripts for mPDF

Results 4 mpdf-examples issues
Sort by recently updated
recently updated
newest added

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;...

Besides a syntax error in the file, the method `$mpdf->ConvertSize()` isn't available in latest `development` version of Mpdf.

bug

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...