Microsoft.Office.Interop.Word Unity and iOS development

Has anyone had any luck getting Microsoft.Office.Interop.Word working in Unity.
And if so do you know if it will work with iPhone

I can read a DOCX file fine parsing the document.xml file, but just trying to get exact page numbers for each paragraph.

LastRenderedPageBreak is just not accurate enough in some instances

It won’t work with iPhone. Microsoft.Office.Interop is COM based, and COM is not supported with iOS.

Thanks for that, saved me a few hours of headaches