Re: Creating pdf in python

2019-06-27 Thread Peter van der Does
wkhtmltopdf is pretty good. If you are designing for PDF I recommend using mm instead of px, 0 margins, and disable smart shrinking. It will make the design process smoother. On 6/27/19 10:45 AM, Django Dojo wrote: > Hello everyone, > > I have a pdf template and I need different Individuals(s)

Re: Creating pdf in python

2019-06-27 Thread Jani Tiainen
I've been also very succesful with wkhtmltopdf. to 27. kesäk. 2019 klo 18.44 Larry Martell kirjoitti: > On Thu, Jun 27, 2019 at 10:45 AM Django Dojo > wrote: > > > > Hello everyone, > > > > I have a pdf template and I need different Individuals(s) to fill out > different sections of the

Re: Creating pdf in python

2019-06-27 Thread Larry Martell
On Thu, Jun 27, 2019 at 10:45 AM Django Dojo wrote: > > Hello everyone, > > I have a pdf template and I need different Individuals(s) to fill out > different sections of the document on the web using online form(s). Is there > an Django package that will allow me to do this? > > Ex: end user

Re: Creating pdf in python

2019-06-27 Thread Irfan Khan
I have used *xhtml2pdf* library. Here https://djangopackages.org/grids/g/pdf/ This one can help you which is suitable for Requiremnt On Thu, 27 Jun 2019 at 8:16 PM, Django Dojo wrote: > Hello everyone, > > I have a pdf template and I need different Individuals(s) to fill out > different

Creating pdf in python

2019-06-27 Thread Django Dojo
Hello everyone, I have a pdf template and I need different Individuals(s) to fill out different sections of the document on the web using online form(s). Is there an Django package that will allow me to do this? Ex: end user will go to a web form and fill out information which will be