In fact, I wrote an application in Python which can read and process paragraph text, styles and cross-reference in DOC/DOCX files. However, none of py2exe, pyinstaller, and cxfreeze can release standalone exefile for both win7 64 bits and win10 64 bits. I googled but still failed. So I turn to nim.
I know https://github.com/khchen/winim , but it does not works with current nim version as I have reported as https://github.com/khchen/winim/issues/10
So my question is, is there an up-to-date win32com solution?
Thanks