Hi,
When running UpdateFields() on a document, I noticed the field text in the footer was refreshed in bold even if the field was not in bold and the field style is set to be preserved.
Code:
var document = new Document(“test.docx”);
document.UpdateFields();
document.Save(“testout.docx”);
I’ve attached the test and output file for your reference. You can see the field in the footer of original document is not in bold but in the output document it is bold.
Could you please take a look into this?
Thanks,
test.zip (23.4 KB)