On 04/08/2013, navnath gadakh wrote:
> Which is best tool to generate PDF in python django

I sucessfully used django-appypod before. It uses a rather strange
library called appy.pod that uses openoffice odt files as a template.

If you have an openoffice server running you can generate a pdf out of
the generated template.

It's rather verbose and heavy weight but you don't have to fiddle with
pixel placement and such like you have to do with the reportlab pdf
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 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 http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 

-- 
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 http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to