Top "Mpdf" questions

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

PHP mPDF save file as PDF

I have a page which uses mPDF which when you run displays a PDF in the browser, it can also …

php pdf save mpdf
how to add css file in mpdf

I am trying to convert html into pdf using mpdf. Problem is that i am unable to apply css to …

php html ajax mpdf
How to set the page in landscape mode in mpdf?

I am using mpdf library in PHP to create a pdf file from HTML. I need to set the page …

php mpdf
Convert page to PDF using dompdf

I am trying to convert a PHP page to PDF using dompdf, but I'm not sure of the best way …

php pdf dompdf mpdf
mPDF 5.7.1 - image displays as a broken [x]

I have a small issue with mPDF (version 5.7.1). This code should generate PDF with image file: $mpdf = new mPDF(); $html = …

php html image mpdf
Auto download mpdf generated pdf document

I am newbie for mpdf so don't mind if you feel this question is stupid one:), I generated the pdf …

php html mpdf
Failed to load PDF document in chrome browser

I'm using mPDF library for generating PDF files from HTML page. It is working nice in firefox but it is …

php codeigniter mpdf
change top margin of second page using mPDF

I'm dynamically generating PDFs with an unknown page count. mPDF is working good, but the top margin on the second …

php mpdf
adding font to mPDF

I'm getting the following error when I try and generate a PDF using the mPDF class: TTF file "C:/wamp/…

php fonts mpdf
TCPDF & mPDF error: Some data has already been output to browser, can't send PDF file

The Problem: TCPDF & mPDF error: Some data has already been output to browser, can't send PDF file I gave …

php symfony pdf tcpdf mpdf