Hi Saad. Great tutorial. I am new to coding so i will just speak normal english:-) I want to know what if this examples can create a pdf which shows new data all the time. I have a project management application. i want to create a "Job Card" in CI which shows new information for a specific project. So each job card is different from each other. Will this do it? I want to "call" certain fields from Mysql which are different from each project. I hope you understand what i am saying...
Saad Mirza I can get the data from controller to view but I get an error output already sent also I can't I placed the code in controller it doesn't work if I put in the view as you taught I just get a blank pdf but can change title etc. .
Thank you so much. it's working! :))
Thank you so much, best regards
Thanks 😊
Thanks bro. You save my day!!
Thanks alot its works great
is there any problem with writeHTML() function with latest update?
which downloader you are using
its EagleGet
Hi, when I call $this->Load->Library('Pdf'); am getting Undefined property: receipt::$Load. Please assist
call like this: $this->load->library('pdf'); // lowercase
thanks sensei
Thomas Yanuar pleasure
thank you so much
dont forget to subscribe
Hi Saad. Great tutorial. I am new to coding so i will just speak normal english:-) I want to know what if this examples can create a pdf which shows new data all the time. I have a project management application. i want to create a "Job Card" in CI which shows new information for a specific project. So each job card is different from each other. Will this do it? I want to "call" certain fields from Mysql which are different from each project. I hope you understand what i am saying...
Hy mKhaliphi .Yes you can Create Same like above Examples.Just send the data from the controller and use the same View with Dynamic Content.
Thanks Buddy
thank you
Thanku
how to insert background image as watermark?
www.roytuts.com/upload-and-watermarkoverlay-image-using-codeigniter/
ok so how do you pass custom data to the pdf ?
Same like ,How i send data through controller in the view
Saad Mirza I can get the data from controller to view but I get an error output already sent also I can't I placed the code in controller it doesn't work if I put in the view as you taught I just get a blank pdf but can change title etc. .
There will be some errors in the Code.
Try with another option.Send data through get request.Mean Through Url Helper.
how to set two columns in wrte1Dbarcode
stackoverflow.com/questions/9248510/working-with-pdf-in-php
see this