Hi
I'm trying to convert an html document that looks as follows:-
- (1) Persons who are residents of the district.
- (2) Persons who are former residents of the district.
I am converting this html to word and then back to html. When I do so, all formatting and the
- tags are lost. Is there a way to preserve this information? I need to do this for a large number of documents where the
- tags are within other tags as well so a simple regex to replace after the fact is not going to work.
Thanks.
This message was posted using Aspose.Live 2 Forum
- tags are within other tags as well so a simple regex to replace after the fact is not going to work.