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) 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 
> imported into the pdf document.
>
> Thank you
>
-- 
*Peter van der Does
o: ***410-584-2500
m: 732-425-3102
*ONeil Interactive, Inc *
oneilinteractive.com 
**

-- 
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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/daf5e934-0a45-b2dc-7f33-554332124171%40oneilinteractive.com.
For more options, visit https://groups.google.com/d/optout.


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 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 imported into the pdf document.
>
> I have used this: https://wkhtmltopdf.org/
>
> --
> 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 it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CACwCsY5%3DXjs5xQoXz1K4uUcz1jy_obD%3DswpXuD98nxYaMNF4VQ%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHn91ocaMkzS9aP_cj268FeAdzwENwkHjt0bh0vZacK440iihA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 will go to a web form and fill out information which will be 
> imported into the pdf document.

I have used this: https://wkhtmltopdf.org/

-- 
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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACwCsY5%3DXjs5xQoXz1K4uUcz1jy_obD%3DswpXuD98nxYaMNF4VQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 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
> imported into the pdf document.
>
> Thank you
>
> --
> 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 it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/8ba9b35f-4d64-40e3-a30c-19cb473656f6%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALKGViq18CDy1vMG7fLiscti3NMMaFxXQVPoqEauM9dUEOUbcA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.