totravel / minidocx

Fast and easy to use C++ library that creates or modifies Microsoft Word files without installing Word.
MIT License
83 stars 26 forks source link

How to convert .doc to .docx? #23

Open GermanAizek opened 7 months ago

GermanAizek commented 7 months ago

@totravel, Is there conversion library function? Maybe it's about WinAPI, but I'm not sure. The situation is this: user can specify (.doc, .docx) files, parser is only .docx

totravel commented 7 months ago

.doc and .docx are two completely different formats. To convert a document from .doc to .docx, you need a .doc library. But I'm not sure if there is a reliable .doc library.