Top "Mpdf" questions

mPDF is a PHP library for generating PDF files from HTML with Unicode/UTF-8 and CJK support.

Table well displayed in html but not in the pdf generated with mpdf

I am trying to generate a PDF in PHP using mPDF. A part of my document must be like this: (…

php html mpdf
Uncaught Mpdf\MpdfException: The HTML code size is larger than pcre.backtrack_limit 1000000

I am developing code to generate PDF from HTML code using library MPDF. For HTML Code I am reading from …

php mpdf html-to-pdf
mPDF in CodeIgniter page orientation won't do landscape

I'm using mPDF in CodeIgniter. here is my lib (pdf.php) class pdf { function pdf() { $CI = & get_instance(); log_…

codeigniter mpdf
mpdf error - preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead

i'm using MPDF to generate pdf files in codeigniter. my controller function look like function save_pdf($std_id) { $data[…

codeigniter mpdf
mPDF - footer is working only on last page

I saw the other similar questions here, but I couldn't resolve my problem. My problem is: the header is working …

php footer mpdf
Upgrade to PHP7.1 and MPDF show error - A non-numeric value encountered at line 30648

I'm using PHP 5.x and mPDF 6.x for long time. This week I decide to upgrade system to PHP7.1 but …

mpdf
mpdf ignoring javascript

I have a question here.. I have used buffering to get the pdf files using mpdf.. but I got a …

php javascript mpdf
mPDF : text align with p , h1 - h6 in table not work

this code not work in table with mPDF php class <table> <tr> <td class="contentDetails"&…

php html css tinymce mpdf
mPDF disable page number, header and footer on first page

I just used mPDF on my project and now stuck on this problem. First let me describe my PDF structure: …

mpdf
mPDF - Inline blocks not displaying side by side

I have a bunch of small tables that are formatted as inline-block elements. In the browser they display side by …

javascript php css mpdf