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 ?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top