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