Hi,
We’re generating DOCX reports programmatically (using Go to build the WordprocessingML XML) and then passing them through Aspose.Words for Python to resolve field codes. The TOC uses PAGEREF fields referencing bookm…...words as aw doc = aw.Document(file_stream) doc...update_fields() doc.save(output, aw.SaveFormat.DOCX) How the TOC...