hi,
I am just trying to get the Fields update method working on your new release of 7.0 (which if I can get it working is a godsend for us). I have a document which I have attached that has a table of contents that needs updating. The code I am using is below
Document doc = new Document(@"TOC.docx");
doc.UpdateFields();
doc.Save(@"Output.docx", SaveFormat.Docx);
When I open Output.docx the TOC remains un-updated. And displays the full hyperlink description. If I run update fields using Word then the TOC is rebuilt.
Am I using this method correctly?
Regards Bruce