how can i convert a doc to docx file using python. My code runs but it finds pattern in doc such as 1, 11, 111, 1111 and so on and it strucks. Is there any way to convert a doc to docx file?
Asked
Active
Viewed 3,174 times
0
-
look at this please https://stackoverflow.com/questions/38468442/multiple-doc-to-docx-file-conversion-using-python – theletz Jun 28 '18 at 05:42
-
Are you using Windows? – Sven-Eric Krüger Jun 28 '18 at 05:44
-
3Possible duplicate of [multiple .doc to .docx file conversion using python](https://stackoverflow.com/questions/38468442/multiple-doc-to-docx-file-conversion-using-python) – mihir shanvir Jun 28 '18 at 05:45