0
votes

i used dompdf as php pdf library with codeigniter project but it doesn't support css float property. But i need this property supported free pdf library.

And other hand if i use lot of table then it takes to much time to generate pdf.

2

2 Answers

1
votes

in its latest version (which is 0.6 beta 3) you can enable it in the config. It's still experimental but it worked fine for me

0
votes

Look at this answer of mine
cezpdf is alternative and easy to use

cezPDF in Codeigniter 2

Also here is a simple tutorial to use it

http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/