My current use for Aspose.Word is in reading Word files and extracting pieces of information from them. I can not send you a copy of the documents I am dealing with but they will have contents like this:
Field1: AB1111-11
Field2: AB-11111;something something something
Field3: 01/01/1001
Field4:
Some data
Some More data
The idea is that I know what the field names are but the structure of the document is not standard. I need to be able to search through the document looking for the field names. I know how to do this using Range.Replace and using a ReplaceEvaluator. Where I need the advice is how I can get the line of text that follows the field, which is what I really need. Most fields are organized like my sample fields 1-3. Occassionaly I will run into fields like #4 where the text I want are the lines following the field.
If it helps limiting the results and helps you provide the advice I need, the fields are all part of a single cell in a table.
I have been a developer for a long time so you should only need to point me in the correct direction before I get the idea. This is a very urgent matter and any advice you can offer would be greatly appreciated.
Thanks,
Todd