Hello!
I am novice django user, and now i want to create pdf documents.
Following the official docs at 
https://docs.djangoproject.com/en/dev/howto/outputting-pdf/
it seems the reportlab is suggested to be used.
The problem is that the installer does not work for python 2.7.2, for
windows. I have succesfully installed the reportlab on my ubuntu
virtualbox, but if it is possible i would like to continue development
on windows.
Are there any way to install reportlab on windows?
On the same page other options are listed:
pdflib
pisa

On pip there is a pypdflib. Is this the same as pdflib?

In anycase, what is the suggested way to generate simple pdf files
(invoices with a logo and some text). Any example?

Thanks
Nenad

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to