Posted By:
learner_always
Posted On:
Monday, December 18, 2006 09:43 AM
I have written a document which has table and the cells have image and text as info.
Now i want to append more data in the same file but it does not allow me to do.It simply does nothing even if u have used FileOutputStream(filename,true).This works fine with ".txt" file created normally,But when u create a file using RTFWriter2,u r not able to edit/append data to it.
Is there any other way to it.