You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a *.doc file, then if i use IOFactory::load($filename, 'MsDoc') to read the file, it's always show Notice: Uninitilized index..... So i want to convert the file to *.docx before read the file to avoid the problem. But how can i do that?