1

I am using mammoth npm package to convert docx to html, but it is not usable for doc files.
So which package to use to convert doc files? I have searched many but not found.

I am using nodejs.

CKE
  • 1,533
  • 19
  • 18
  • 29

1 Answers1

0

I don't think you could find a package allowing you to convert doc files (and if you ever find one, I doubt it will have a good accuracy).

DOCX is an open file format (it's just XML : DOCX), whereas the DOC format is proprietary, so it will be way harder to get the wanted informations, if even possible.

Seblor
  • 6,947
  • 1
  • 25
  • 46