I have a Document which has huge number of bookmarks, it fails To read bookmarks at some point. It reads like 120 bookmarks but fails To get a bookmark at 150. I am using very simple code To get these bookmarks
Document…...get these bookmarks Document doc = new Document(FileName); foreach...(Aspose.Words.Bookmark bm in doc.Range.Bookmarks) { Console.WriteLine("Bookmark...