How to Make PDF in codeigniter

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 27

  • @sukmarahmadani
    @sukmarahmadani 5 років тому +1

    Thank you so much. it's working! :))

  • @Alekzl1
    @Alekzl1 5 років тому

    Thank you so much, best regards

  • @ankurgupta7951
    @ankurgupta7951 4 роки тому

    Thanks 😊

  • @AdityaPatel-iy9gf
    @AdityaPatel-iy9gf 6 років тому

    Thanks bro. You save my day!!

  • @yusuphmdoe6628
    @yusuphmdoe6628 7 років тому

    Thanks alot its works great

  • @harshaddusane4593
    @harshaddusane4593 6 років тому

    is there any problem with writeHTML() function with latest update?

  • @_DecodingReality
    @_DecodingReality 5 років тому

    which downloader you are using

  • @djshweiz3787
    @djshweiz3787 5 років тому

    Hi, when I call $this->Load->Library('Pdf'); am getting Undefined property: receipt::$Load. Please assist

    • @mohammadbaqeri3631
      @mohammadbaqeri3631 5 років тому

      call like this: $this->load->library('pdf'); // lowercase

  • @shilheim
    @shilheim 7 років тому +1

    thanks sensei

  • @sweet143mita
    @sweet143mita 7 років тому

    thank you so much

  • @mkhaliphimnguni4001
    @mkhaliphimnguni4001 7 років тому

    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...

    • @thesaadmirza
      @thesaadmirza  7 років тому

      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.

  • @PossibleTech
    @PossibleTech 8 років тому

    Thanks Buddy

  • @triannisa8118
    @triannisa8118 7 років тому +1

    thank you

  • @aditrustandi801
    @aditrustandi801 7 років тому

    how to insert background image as watermark?

    • @thesaadmirza
      @thesaadmirza  7 років тому +1

      www.roytuts.com/upload-and-watermarkoverlay-image-using-codeigniter/

  • @ChrisKeenanseven
    @ChrisKeenanseven 8 років тому

    ok so how do you pass custom data to the pdf ?

    • @thesaadmirza
      @thesaadmirza  8 років тому

      Same like ,How i send data through controller in the view

    • @ChrisKeenanseven
      @ChrisKeenanseven 8 років тому

      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. .

    • @thesaadmirza
      @thesaadmirza  8 років тому

      There will be some errors in the Code.
      Try with another option.Send data through get request.Mean Through Url Helper.

  • @joanamarierocacorba7787
    @joanamarierocacorba7787 6 років тому

    how to set two columns in wrte1Dbarcode

    • @thesaadmirza
      @thesaadmirza  6 років тому

      stackoverflow.com/questions/9248510/working-with-pdf-in-php
      see this