Quoting Niketan Mourya <[EMAIL PROTECTED]>: > Hi, > > I am using IText to generate PDF files. Previously I was generating PDF > for the text contents only. Now I required to insert RTF contents in > between the text > controls. I know that RTF files can be generated through iText. I would > appreciate if any body let me know whether my requirement can be > fulfilled by iText or not. If yes how it can be achieved ...
No, you can't insert RTF into PDF. It are two completely different formats. iText only generates RTF, you would need some library that is able to parse RTF. br, Bruno ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
