I am writing a normal document with images and data stored in a tabular manner and write this document to a file using RtfWriter2.All is fine till here,now i append this file with new data(Image and Text in tabular format) using "importRtfDocument(reader)".I read the existing file using FileReader class.This also works but now i want to edit the data that is there in existing file prior to adding new data to it.The data in my file has count of number of images added in the file .This count is stored in a table and also the images in separate table.
Is there an way i can access this table within the document of already existing file,to which i am trying to append new data. Suggestions i received from Mark M.Hall says,iText provides no feature to read Rtf file ,i will have to parse the document data that i wish to access. But i give the file which contains the document having data(Image+Text) extension as ".doc".This document is then written to the file specified by the RtfWriter2. More suggestions will be welcomed,for futher path on this. regards, Jigar. ____________________________________________________________________________________ Have a burning question? Go to www.Answers.yahoo.com and get answers from real people who know. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
