Welcome Guest, Not a member yet? Register   Sign In
how can i create pdf in codeigniter
#1

[eluser]Unknown[/eluser]
pls help me how can i create pdf in codeignter\
#2

[eluser]skunkbad[/eluser]
[quote author="Mohamed saleem" date="1331640810"]pls help me how can i create pdf in codeignter\[/quote]

I use dompdf. Google it.
#3

[eluser]Jason Tan Boon Teck[/eluser]
[quote author="Mohamed saleem" date="1331640810"]pls help me how can i create pdf in codeignter\[/quote]

I am happily using mpdf.

http://www.mpdf1.com/mpdf/

It works for me up to version 5.2, although I face problems running version 5.3 with CI version 2.1

Edit: Figured out that pdf created by newer version of mpdf can be opened by Adobe Reader and not Evince on my Debian.
#4

[eluser]CroNiX[/eluser]
There isn't a specific "codeigniter pdf" way. There are a lot of PHP PDF libraries out there that can be used within CI, and each one has limitations. You will just have to try some to see if you can get it to do what you are wanting. If you just want to "copy the current view into a pdf", there isn't anything that I know of that works well. Mostly because HTML uses css and pdf's don't, so a lot of unit conversions need to take place. TCPDF and DOMPDF are the 2 I use most frequently.




Theme © iAndrew 2016 - Forum software by © MyBB