Re: PDF generation with xhtml2Pdf in Django

2023-05-11 Thread Oduwa Imade
Ok, I will try this also...thanks! On Thursday, May 11, 2023 at 9:57:15 PM UTC+1 Vishesh Mangla wrote: > why don't you just use weasyprint? > > On Thu, May 11, 2023 at 11:48 PM Oduwa Imade wrote: > >> Hello everyone, I would like to thank you for your concern and support >> regarding the issue

Re: PDF generation with xhtml2Pdf in Django

2023-05-11 Thread Moussa Mallé
I think you must replace *requst* by *request* on the parameters of your function createPdf Le jeu. 11 mai 2023, 18:18, Oduwa Imade a écrit : > Hello everyone, I would like to thank you for your concern and support > regarding the issue I faced earlier. I am happy to inform you that I was > able

Re: PDF generation with xhtml2Pdf in Django

2023-05-11 Thread Vishesh Mangla
why don't you just use weasyprint? On Thu, May 11, 2023 at 11:48 PM Oduwa Imade wrote: > Hello everyone, I would like to thank you for your concern and support > regarding the issue I faced earlier. I am happy to inform you that I was > able to resolve the error. I discovered that the xhtml2pdf

Re: PDF generation with xhtml2Pdf in Django

2023-05-11 Thread Oduwa Imade
Hello everyone, I would like to thank you for your concern and support regarding the issue I faced earlier. I am happy to inform you that I was able to resolve the error. I discovered that the xhtml2pdf library was unable to process or parse an HTML file that contained a table. I'm not exactly

Re: PDF generation with xhtml2Pdf in Django

2023-05-11 Thread Abdulrahman Abbas
Send the error details On Thu, May 11, 2023, 14:41 Michael Edet wrote: > How??? > > On Thu, 11 May 2023, 14:25 Vishesh Mangla, > wrote: > >> Try weasyprint >> >> On Thu, 11 May, 2023, 18:38 Oduwa Imade, wrote: >> >>> Hello Guys! I am trying to generate a Pdf doc(reading data from a >>> databas

Re: PDF generation with xhtml2Pdf in Django

2023-05-11 Thread Michael Edet
How??? On Thu, 11 May 2023, 14:25 Vishesh Mangla, wrote: > Try weasyprint > > On Thu, 11 May, 2023, 18:38 Oduwa Imade, wrote: > >> Hello Guys! I am trying to generate a Pdf doc(reading data from a >> database) on Django with xhtml2pdf library. but i encounter this error when >> i hit the 'Creat

Re: PDF generation with xhtml2Pdf in Django

2023-05-11 Thread Vishesh Mangla
Try weasyprint On Thu, 11 May, 2023, 18:38 Oduwa Imade, wrote: > Hello Guys! I am trying to generate a Pdf doc(reading data from a > database) on Django with xhtml2pdf library. but i encounter this error when > i hit the 'Create PDF' button: > > ValueError at /RecruitmentApp/createcvpdf > with