Question

I'm using php library mpdf for generating pdf files from HTML content. For short paragraph text mpdf is working normally but when there is more than one page long content mpdf is generating pdf file within a single page with very small font. It doesn't worked when I gave sufficient font-size.

Is there any parameter that can be set for page break in mpdf ?

Was it helpful?

Solution

Please use <div> instead of using <table>. MPDF will shrink the content inside <tr> <td> to o

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top