We can't resolve above issues but found the alternative solution for Word processing the read and write the files.
I used the OpenXML library - DocumentFormat.OpenXml.
refer the below references -
- using DocumentFormat.OpenXml;
- using DocumentFormat.OpenXml.Packaging;
- using DocumentFormat.OpenXml.Wordprocessing;
You can build your own components.
Refer the word document utility - https://www.outsystems.com/forge/component-overview/10745/word-document-utility
Regards,
Shahaji