[iText-questions] RTF footer using xml and xsl

2004-02-12 Thread Rajnish Joseph
I am using itext api to create a rtf document. The data is contained in an xml file and the format for output is in xsl. The xml and xsl is merged and then it is passed to rtf writer. I was trying to set 'header' & 'footer' in the rtf document but i am unable to do it. Any help in this regard.

[iText-questions] Rtf generation using xml xsl

2004-02-03 Thread Rajnish Joseph
i am using itext api to create a rtf document. The data is contained in a xml file and the format for output is in xsl. The xml and xsl is merged and then it is passed to rtf writer. I was trying to set 'header' & 'footer' in the document but i am unable to do it. Can u help in this regard. Re