Hi Team,
Able to read all data between bookmark and tag. But one of bookmark data is not able to read
Document doc = new Document(fname);
DocumentBuilder builder = new DocumentBuilder(doc);
builder.MoveToDocumentEnd();…...Replace("\r", ""); plainText = plainText.Replace("\n",...plainText.Replace("\t", ""); plainText = plainText.Replace(" "...