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 
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to