PDF Table with text wrapping using MultiCell (Custom Class) | PHP FPDF Tutorial #11

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

КОМЕНТАРІ • 50

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

    i am newbi and OH MY GOD, YOUR TUTORIAL WAS AMAZING!! very helpful, I'm very grateful. warmest regards from me in indonesia.

  • @brainiacmarco4014
    @brainiacmarco4014 Місяць тому

    Wow man! Incredible job! it's still working in 2024 with fpdf v1.86 (2023-06-25)

  • @isaacabed
    @isaacabed 2 роки тому +1

    Thank you very much, you saved me from a dilemma! ❤

  • @JW-bc1mf
    @JW-bc1mf 4 роки тому +1

    Your tutorials are very helpful for beginners thank you!

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

    This script helped me with my project, many thanks!

  • @masabamoses1452
    @masabamoses1452 4 роки тому +1

    Thanks so much. It has really saved my time. Best Regards

  • @haziqahjazmi7847
    @haziqahjazmi7847 7 місяців тому +1

    thank you sir. your tutorial is very clear and great :) hope you can share how to insert an image inside the wrapped multicell :)

  • @davidepalombo2141
    @davidepalombo2141 8 місяців тому

    very usefull video! can you tell what to do if you have an empty cell? and so you need the cell drawn but with no content?

  • @jumbohotdog2401
    @jumbohotdog2401 16 днів тому

    thank you, still working today 2024 wuhoo 🥳

  • @ΓΙΑΝΝΗΣΧΑΤΖΗΧΡΗΣΤΙΔΗΣ-μ4δ

    in fucntion nbLines() i get the following error Uncaught TypeError: Unsupported operand types: int + string for this part $l+=$cw[$c];
    any suggestions for the moment i commented the line and seems to work

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

    Thanks a lot.......... nice searched everywhere but this one does the job ........:):):):):):)

  • @pmrakibulhasan635
    @pmrakibulhasan635 3 роки тому

    thank you. amazing tutorial and well documented

    • @GemaCode
      @GemaCode  3 роки тому

      Thank you very much for the feedback. :)

  • @bhartikumawat4800
    @bhartikumawat4800 2 роки тому

    hi, thank you for writing custom code, it is beneficial, I am trying to set the background color in the first row, however, it's just applying the colors behind the text, not in the complete cell.
    Can you please help me solve this?

  • @straydwag
    @straydwag 3 роки тому +1

    You are a life saver, thanks alottttttt!

    • @GemaCode
      @GemaCode  3 роки тому

      Thank you very much for the feedback. Glad it could help. :)

  • @demondark189
    @demondark189 3 роки тому

    thank u my friend , greetings from mexico

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

    mate how can you add a distinct function there? for example the first name and lastname is the same in the next three rows and the gmail gender and address is different? we want to skip the same lastname and first name if it is dulpicated. How can we do that?

  • @eduazul29
    @eduazul29 2 роки тому

    gracias me acabas de salvar de un apuro

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

    Awesome, worked like a charm! Thanks a lot, u saved me a lot o time

  • @desarrolladorwebymovil4374
    @desarrolladorwebymovil4374 3 роки тому

    Hello Gemul Channel,
    Sorry how can I color each row an alternate color, I have tried to color the cell but I can't find how to apply the True attribute using the PDF_MC_Table library. In the normal FPDF library it is put at the end of the cell example $ pdf-> Cell (100,10, utf8_decode ("text"), 1,0, 'L', True);
    Thanks a lot.

  • @ralphdelcastillo8698
    @ralphdelcastillo8698 3 роки тому

    Nice work! Thanks for sharing....

  • @eudreihermoso8871
    @eudreihermoso8871 3 роки тому

    daaaaammnnn!!!! this vid is really helpful!!!

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

    hi,
    how im going to put this in laravel5 ? btw, im using crabbly/fpdf through composer.

  • @sokhibabdurasulov3323
    @sokhibabdurasulov3323 2 роки тому

    But how do you make cell vertically centered?

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

    Excellent code.
    Thank you very much.

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

    Excelente aporte,
    Muchas gracias

  • @carlomolina117
    @carlomolina117 3 роки тому +1

    Can you help me? How can I work with header and footer with this library?
    It's working fine before I used this, but anyway this tutorial is a great help for me, thank you so much!

    • @khalidbammou2155
      @khalidbammou2155 3 роки тому

      if you find the solution plz tell me

    • @haziqahjazmi7847
      @haziqahjazmi7847 7 місяців тому

      i put the header and footer function inside the pdf_mc_table.php. hope its help :)

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

    nice tutorial and code. really usefull. Thank you :)

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

    can you make some tutorial on how to escape data that is repeatable? and just print the data that is not the same

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

    Hello;
    your videos are very interesting and of good quality.
    I wonder, if you provide, we make a video on the electronic signature with PHP, in a PDF.
    how each user creates his own electronic signature and the insert in a pdf (-> records).

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

    Love from Malaysia

  • @kotoo-1502
    @kotoo-1502 4 роки тому

    Hey Gemul. Your library is very usefull to me. Thank you very much. Let me ask u something. There is a easy way using your library to make the column header appear in all pages? Btw, to make a use of usefull things in this video, I set the header as a Row too, so it will go to the next line and do not oveflow.

    • @kotoo-1502
      @kotoo-1502 4 роки тому

      @@GemaCode Thx. I did with the header function.

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

    Hey really your code works fine.. thanks.... God bless you... Pls confirm me one thing if I have any modifications in your code you will help me.. thanks in advance.🙏🙏👍👍

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

    Thank you. greate library.

  • @mohdimrancyrinus6279
    @mohdimrancyrinus6279 3 роки тому

    bro how to change the script accordingly on 3:07

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

    Thank you!!! You keep helping in 2020 :D

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

    thank you so much for your code. god bless you

  • @brainiacmarco4014
    @brainiacmarco4014 Місяць тому

    Did someone find a way to print header?

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

    how do you modify the page size and orientation? thanks

  • @ekadalaspangestu8429
    @ekadalaspangestu8429 2 роки тому

    not working in php 4 ?

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

    Hi
    How to download source code ??

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

    great video tuto. thank you.
    can you tell us how can we change the page orientation ($this->AddPage('L','A3',0);) ??

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

      Solved by changing $pdf = new PDF_MC_Table() to $pdf = new PDF_MC_Table('L','mm','A3');
      your tutorial is very useful. thank you.

  • @dualipyah2221
    @dualipyah2221 3 роки тому

    thank you. amazing tutorial and well documented