Re: ReportLab or Xhtml2pdf Please can any one guide me to convert the rendered in html to pdf

2019-04-20 Thread Iuli Hardt
Em sexta-feira, 19 de abril de 2019 15:10:31 UTC-3, Irfan Khan escreveu: > > hi, > i stucked in converting the pdf file from html > can an one suggest me even any other possibility instead of using python > library > > Try to use weasyprint, put css in the pdf html using ... "style page to prin

Re: ReportLab or Xhtml2pdf Please can any one guide me to convert the rendered in html to pdf

2019-04-19 Thread Jani Tiainen
Hi. I've had pretty good success with wkthtmltopdf. pe 19. huhtik. 2019 klo 21.11 Irfan Khan kirjoitti: > hi, > i stucked in converting the pdf file from html > can an one suggest me even any other possibility instead of using python > library > > -- > You received this message because you are

Re: ReportLab or Xhtml2pdf Please can any one guide me to convert the rendered in html to pdf

2019-04-19 Thread Sam W
Use java then use py4j or Jython to call java method... https://www.baeldung.com/pdf-conversions-java On Fri, Apr 19, 2019, 1:11 PM Irfan Khan wrote: > hi, > i stucked in converting the pdf file from html > can an one suggest me even any other possibility instead of using python > library

Re: ReportLab or Xhtml2pdf Please can any one guide me to convert the rendered in html to pdf

2019-04-19 Thread acheraime
ReportLab is better then Xhtml2pdf but the former has a considerable learning curve the latter is easy to use but css get messy. Specifically css3. Did you try weasyprint? — Adolphe Sent from my iPhone > On Apr 19, 2019, at 2:10 PM, Irfan Khan wrote: > > hi, > i stucked in converting the pdf

ReportLab or Xhtml2pdf Please can any one guide me to convert the rendered in html to pdf

2019-04-19 Thread Irfan Khan
hi, i stucked in converting the pdf file from html can an one suggest me even any other possibility instead of using python library -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from i

Re: Convertingg rendered Model Data in HTML to PDF USING XHTML2PDF

2019-04-18 Thread Irfan Khan
thanks for your response Matthew Pava Not Exactly getting using xhtml2pdf for converting model data rendered in html to pdf i have browsed but not exactly getting, can any one please guide me, On Thursday, 18 April 2019 20:18:59 UTC+5:30, Irfan Khan wrote: > > hi, all > ca

RE: Convertingg rendered Model Data in HTML to PDF USING XHTML2PDF

2019-04-18 Thread Matthew Pava
print the PDF to a printer close by to them on the network. From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Irfan Khan Sent: Thursday, April 18, 2019 9:49 AM To: Django users Subject: Convertingg rendered Model Data in HTML to PDF USING XHTML2PDF hi, all

Convertingg rendered Model Data in HTML to PDF USING XHTML2PDF

2019-04-18 Thread Irfan Khan
hi, all can any one please guide me how to covert the rendered data from models in html to pdf for example i have developed application and in that implemented search field to get the data from the database,till now it now fine but i have used xhtml2pdf library to convert i can see there

Re: export html to pdf

2016-09-16 Thread Michael Macdonald
Excellent article. I played with a couple of the specific tools mentioned there but in my little application it wound up being more efficient and sufficient to format a printed page in HTML. On Thursday, September 15, 2016 at 6:49:18 AM UTC-7, Derek wrote: > > There is a useful overview of di

Re: export html to pdf

2016-09-15 Thread Derek
There is a useful overview of different tools here: https://spapas.github.io/2015/11/27/pdf-in-django/ On Wednesday, 14 September 2016 16:46:57 UTC+2, Saeon Tao wrote: > > Hi guys, > > Does someone have a great suggestion for exporting an html div and save to > pdf? i have found many options, on

Re: export html to pdf

2016-09-14 Thread 06userit
Hello, To generate pdf document from html pages, I use weasyprint http://weasyprint.org/ for my project . Hope this helps. Cheers. > > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

export html to pdf

2016-09-14 Thread Saeon Tao
Hi guys, Does someone have a great suggestion for exporting an html div and save to pdf? i have found many options, only some of which are integrated with django. In your experience, which is the best one to use for django==1.6.2 ? should i choose an integrated one? or is it possible to use jqu

Re: html to pdf

2013-07-28 Thread Victor Rocha
Can you post the traceback? On Sunday, July 28, 2013 3:50:41 AM UTC-4, Harjot Mann wrote: > > Hello Everyone > > I am using Reportlaba nd pisa to convert the html template to pdf and > it is working but my question is that I want to convert the html > template directly to pdf. Right now it is r

Re: html to pdf

2013-07-28 Thread Harjot Mann
On Sun, Jul 28, 2013 at 6:46 PM, Victor Rocha wrote: > https://github.com/rochapps/django-pdf Tried to implement it as given in readme.txt Giving internal server error. -- Harjot Kaur Mann Blog: http://harjotmann.wordpress.com/ -- You received this message because you are subscribed to the

Re: html to pdf

2013-07-28 Thread Harjot Mann
On Sun, Jul 28, 2013 at 6:52 PM, Gladson Simplício Brito wrote: > use this: > http://weasyprint.org/ Tried it. Getting an error. Traceback (most recent call last): File "/usr/local/bin/weasyprint", line 5, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-pack

Re: html to pdf

2013-07-28 Thread Gladson Simplício Brito
use this: http://weasyprint.org/ 2013/7/28 Victor Rocha > Shameless plug but you could use this: > https://github.com/rochapps/django-pdf > > -victor > > On Sunday, July 28, 2013 3:50:41 AM UTC-4, Harjot Mann wrote: >> >> Hello Everyone >> >> I am using Reportlaba nd pisa to convert the html te

Re: html to pdf

2013-07-28 Thread Victor Rocha
Shameless plug but you could use this: https://github.com/rochapps/django-pdf -victor On Sunday, July 28, 2013 3:50:41 AM UTC-4, Harjot Mann wrote: > > Hello Everyone > > I am using Reportlaba nd pisa to convert the html template to pdf and > it is working but my question is that I want to con

html to pdf

2013-07-28 Thread Harjot Mann
Hello Everyone I am using Reportlaba nd pisa to convert the html template to pdf and it is working but my question is that I want to convert the html template directly to pdf. Right now it is retrieving data from database but I dont want this thing. Cant we create it directly form the templates by