I'm trying to convert an overleaf project to a .doc or .docx file. Does anybody know if this even possible?
55.2k 32 32 gold badges 167 167 silver badges 234 234 bronze badges asked Apr 26, 2020 at 16:32 Sanjani Gunathilaka Sanjani Gunathilaka 431 1 1 gold badge 4 4 silver badges 4 4 bronze badgesYes, see kodymirus.cz/overleaf-html-sample/main.html. you need to pass 'make4ht -f odt -d out main.tex'.
Commented Apr 26, 2020 at 16:48I'm new, so can't upvote yet, but llz1722 is correct! "You can use Microsoft word to open the pdf downloaded from overleaf. The pdf will be automatically converted to a normal word document (enable you to comment and everything)."
Commented Nov 24, 2021 at 14:35You can try using pandoc: https://pandoc.org/
Use the following command:
pandoc -o output.docx -t docx input.tex
answered Nov 26, 2020 at 7:58
Varad More Varad More
189 1 1 silver badge 4 4 bronze badges
Welcome to TeX.SE!
Commented Nov 26, 2020 at 8:21
not useful, getting errors in \bm and also figures aren't included in docx.
Commented Nov 3, 2022 at 4:30
You can use Microsoft word to open the pdf downloaded from overleaf.
The pdf will be automatically converted to a normal word document (enable you to comment and everything).
answered Nov 17, 2021 at 18:56 189 1 1 silver badge 2 2 bronze badgesWelcome to TeX.SX! This is indeed a feature of (newer versions of?) MS Word. But in contrast to the other cited software like make4ht or pandoc , which are open source, you cannot see how it exactly is working and, as far as I could find, it is documented far less detailed. For a quick conversion, however, this may still be sufficient.
Commented Nov 24, 2021 at 16:25I have actually had a lot of issues with pandoc when trying to convert a scientific paper, especially concerning resized/split images and missing references.
However I had very acceptable results that only needed minor polishing when using a free web conversion service (https://smallpdf.com/pdf-to-word) to convert the .pdf that I generated from Overleaf to a .docx file.
answered Jul 21, 2021 at 22:38 256 3 3 silver badges 9 9 bronze badges smallpfd.com website is not accessible Commented Jan 11 at 8:19 For me, the link works. Commented Jan 12 at 7:35Highly active question. Earn 10 reputation (not counting the association bonus) in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.