CodeIgniter Forums
dompdf not working in after 3rd page using codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: dompdf not working in after 3rd page using codeigniter (/showthread.php?tid=68618)



dompdf not working in after 3rd page using codeigniter - liberoram - 08-05-2017

Hi All,

I used Dompdf to generate PDF  from HTML  and it works well when the content is just one page.
However, it’s not working when the content is more than 3 page.
I will appreciate your contribution.


Thanks


RE: dompdf not working in after 3rd page using codeigniter - skunkbad - 08-05-2017

I use dompdf to generate documents with more than 3 pages. You're doing something wrong. It's not CodeIgniter. Maybe if you show some code then we can figure it out:

1) The HTML you are using to generate the document.
2) The PHP code you are using to generate the document.


RE: dompdf not working in after 3rd page using codeigniter - jarmen_kell - 08-05-2017

(08-05-2017, 02:49 AM)liberoram Wrote: Hi All,

I used Dompdf to generate PDF  from HTML  and it works well when the content is just one page.
However, it’s not working when the content is more than 3 page.
I will appreciate your contribution.


Thanks

Have you tried MPDF.
it's a fork of tcpdf with a lot more features.
download it with composer.