Hi, I have a user that enters some formatted text in a html textarea. I would like to use reportlab to display that and other fields in a PDF. However when I wrap the text in a Paragraph type it alters the formatting. Can anyone suggest how to keep the formatting that the user enters into the textarea such as spaces and new lines etc.
Example: objectives: Hi My name is blah etc.. endcontent PythonCode: Story.append(Paragraph("%s" % objectives,styles['NormalIndent'])) However the pdf outputs this as all clumped together like: "Hi My name is blah etc.. endcontent" Any thoughts? Cheers, Nathan. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.