[BangPypers] Python Reportlan Platypus issue

Asif Jamadar asif.jamadar at rezayat.net
Tue Nov 29 07:40:21 CET 2011


Sorry yesterday I was in hurry so didn't asked question properly.

I'm using Reportlab tool to generate PDF report. In my source code I'm using reportlab.platypus.Paragraph class which supports some of basic html tags (like <br/>, <b> <font> etc...)

So my problem is using special characters with this Paragraph class with html tag <font>.

Suppose I want to display the characters '<' and '>' in my report then I will use Paragraph('<font> < </font>' ), but my generated PDF report not showing those characters. Why this is happening? What is the problem here?


Regards

Asif 


More information about the BangPypers mailing list