Rahul Soni wrote: > This all things works fine with couple of textfields, but problem when I > am applying the same code with the rich textfield the value I have set > in the richtextfield is not set and it disappers. but if i am using > setFormflattening(true) which i dont want to do. The richTextfield > value appears.I dont know what I am missing but weather I want to set > any other flag for that richtextField or anything else. May be > richTextField format is creating the issue which is XHTML. I dont know > what is the issue.
Rich Text fields aren't supported in iText (yet). The field shows up when you flatten the form because in that case the form (and the rich text field) is thrown away. iText draws the content on the positions retrieved from the field; in that case it doesn't matter if the field is a rich text field or not. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
