Django Course Part - 11 || Create Html To PDF With Dynamic Data Using Xhtml2Pdf Package

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Source Code: github.com/Gaz...

Комментарии • 41

  • @NiteshKumar-bz6no
    @NiteshKumar-bz6no 2 года назад +4

    " pip install reportlab==3.6.6" if you got the error of getstringio from reportlab . Thanks me later 🙂

    • @imadeekosatriawiguna6252
      @imadeekosatriawiguna6252 Год назад

      isn't that different package? is this xhtml2pdf use that ?

    • @strelok5661
      @strelok5661 Год назад

      @@imadeekosatriawiguna6252 yup, its a completely different package that doesnt support full css like pdfkit

  • @oduwaimade6037
    @oduwaimade6037 Год назад

    Hello Adib, i followed ur example but am getting this error:ValueError at /RecruitmentApp/createcvpdf
    with cell(0,0) containing
    ' size=x' data error - 23 rows in data but 22 row heights..Any advise on how to resolve this pls

  • @thebeastzone9136
    @thebeastzone9136 2 года назад +4

    Nice but externel css and bootstrap not working

  • @itsupportbyharshit6285
    @itsupportbyharshit6285 Год назад

    this is very use full. thanks

  • @what-the-code
    @what-the-code 2 года назад

    Gujarati language text become black boxes , i already use utf-8 but not solve. Help me please

  • @messMed
    @messMed Год назад

    Thank you brother it was very clear

  • @swamybittu9628
    @swamybittu9628 Год назад

    Thanks broo wonderfull tutorial

  • @nwawelairoume6797
    @nwawelairoume6797 2 года назад +1

    great! But the generated PDF has lost Bootstrap presentation as the original HTML file

    • @GreatAdib
      @GreatAdib  2 года назад

      Use inline css it will work

  • @wogayehugezahegn8917
    @wogayehugezahegn8917 3 года назад +1

    Thank you man You helped a lot!!!

  • @user-yr5bf6nu7w
    @user-yr5bf6nu7w 3 года назад

    Thank man, you helped me greatly! you are awesome!!!!

  • @luisvelasco400
    @luisvelasco400 3 года назад +1

    How can I make the Template_path and context dynamic? So I could create a PDF based in the template that I need.

  • @mozenrathzerksis174
    @mozenrathzerksis174 Год назад

    great but you generate data on pdf html page, i want to print what i searched on other page how do i transfer queered data from page to page

  • @kevcode7424
    @kevcode7424 2 года назад

    AMAZING SIMPLE VIDEO....the only problem Im having is that Bootstrap is not loading....I have done 100% the same as you sir.

  • @alijaffery7567
    @alijaffery7567 3 года назад +2

    how to create pdf of specific product instead of all

    • @MyPakistanilover
      @MyPakistanilover 3 года назад

      I`m also facing the same issue

    • @khelduenas
      @khelduenas 3 года назад

      @@MyPakistanilover same issue as me, how did you resolve this?

    • @MyPakistanilover
      @MyPakistanilover 3 года назад +1

      @@khelduenas working on it.

  • @shubhamjha5738
    @shubhamjha5738 2 года назад

    Can u tell me how to display content in proper format as, div { white-space: pre-wrap; } is not working for pdf

  • @smasalisheikh
    @smasalisheikh Год назад

    how to include bootstrap styling in pdf ?

  • @hasanabdiali8915
    @hasanabdiali8915 3 года назад

    Keep sir thank

  • @imadeekosatriawiguna6252
    @imadeekosatriawiguna6252 Год назад

    nice vid 👍

  • @Honeyxbuns
    @Honeyxbuns 2 года назад

    Thank you man

  • @xlsautomatizaciones9197
    @xlsautomatizaciones9197 3 года назад

    Great Adib! thanks for sharing. Whats is the way to attach the generated pdf to an email and send it? Regards

  • @itbnatal
    @itbnatal 3 года назад

    Thank You Man

  • @venkatrao235
    @venkatrao235 Год назад

    tq sir , how to generate detail page(individual data)

  • @manoharkumar9750
    @manoharkumar9750 3 года назад

    Bhai isse github pe upload krke description pe link bhi add kr do aur acha rhega

    • @GreatAdib
      @GreatAdib  3 года назад +1

      I am working on laravel now soon I will upload all the codes in all the video description my new course on Laravel is coming wait for that bro

    • @manoharkumar9750
      @manoharkumar9750 3 года назад

      @@GreatAdib Thanks bro

    • @GreatAdib
      @GreatAdib  3 года назад +1

      facebook.com/107779941536395/posts/107865354861187/
      Join my fb page I have linked all important code with GitHub here check that

    • @GreatAdib
      @GreatAdib  3 года назад +1

      Check description for code

    • @manoharkumar9750
      @manoharkumar9750 3 года назад

      @@GreatAdib Thanks buddy

  • @binileldhoroy2743
    @binileldhoroy2743 2 года назад

    ImportError: cannot import name 'getStringIO' from 'reportlab.lib.utils' Geting error

  • @ahoussimea7164
    @ahoussimea7164 2 года назад

    How to save pdf to folder?