Top "Mpdf" questions

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

MPDF undefined index error

I am using MPDF library to convert HTML to PDF. Here is my code. $HTML = '{HTML CONTENT GOES HERE}…

php codeigniter mpdf
php mpdf memory limit error

For the first time im using mpdf library and everything worked fine. I wrote a script to create pdf file …

php pdf pdf-generation mpdf memory-limit
mPDF auto print issue

I'm using a php class, mpdf, which generates PDF's very nicely. I'm trying to get the file to automatically print (…

php mpdf
MPDF No Output (Blank Page)

I'd installed the MPDF utility in order to convert HTML&CSS to PDF reports. So far things have been …

php mpdf
mPDF font-size not working for long text in a table

Using mPDF to print html to pdf the font-size I set in html is not properly set in creating the …

font-size mpdf
mPDF set Height for SetHTMLHeader

Exist any way to set the Height of header when use SetHTMLHeader function? In the first page the size by …

height mpdf
mPDF: use background image for full page

I need to generate invoices with mPDF, and they all will have a header, a footer, and the same background …

php mpdf
Fatal error: Switch statements may only contain one default clause in mpdf.php

I am using mPDF and it is working fine with localhost. I upload the project to live server and it …

php mpdf
How to use bootstrap in mPDF?

I am currently using mpdf to generate my pdfs from html. So far with my current html that I am …

php html twitter-bootstrap codeigniter mpdf
How to get the total number of pages in MPDF?

I'm using PHP MPDF to create PDF files. At the footer I'm able to print the current page number using {…

php pdf mpdf