laravel-pdf icon indicating copy to clipboard operation
laravel-pdf copied to clipboard

Exception 'Mpdf\MpdfException' with message 'The HTML code size is larger than pcre.backtrack_limit 5000000. You should use WriteHTML() with smaller string lengths.' in /var/www/html/vendor/mpdf/mpdf/src/Mpdf.php:26918

Open umairali opened this issue 4 years ago • 2 comments

I am trying to export a large amount of data but I am receiving an error.

Exception 'Mpdf\MpdfException' with message 'The HTML code size is larger than pcre.backtrack_limit 5000000. You should use WriteHTML() with smaller string lengths.' in /var/www/html/vendor/mpdf/mpdf/src/Mpdf.php:26918

umairali avatar Jun 14 '21 15:06 umairali

Hello, thanks for reporting this.

Please use the bug report issue template when reporting a bug so we can reproduce it easily. Either close this issue and create a new one or edit your original post.

Thank you!

niklasravnsborg avatar Jun 14 '21 15:06 niklasravnsborg

https://stackoverflow.com/questions/49116886/uncaught-mpdf-mpdfexception-the-html-code-size-is-larger-than-pcre-backtrack-li/49126984#49126984

finwe avatar Jul 08 '21 11:07 finwe