hi,
In my application i am storing the data from richtextbox in which user has the facility to store formatted data into the database. ie. we store
tags with the data. now user can export the report into wordfile(which is in tabular form) .with formatting .
my problem is i am again reading the word file report using aspose and compare the data stored in the database and in the word file. if data is changed application inserts the updated record.but when i pick the data from the word file i am not able to pick the formatting so its considered as modified(which is not actually).eg. when i compare two string faraz and
faraz its condidered as different.
please can you help me . if it is possible to pick the text with formatting.
i am using vb.net
(2005)