docxtract
v1.0.3
Published
From the cli, extract docx files in a folder and convert to text or html
Downloads
7
Readme
Docxtract
Extract docx files into text or html, right from the terminal
Table of Contents
Requirements:
Node.js
Usage
From a terminal, type:
npx docxtract
Use the arrow keys to choose whether you want to convert the docx files to text or html
Enter the path of the folder which contain the files you want to convert
Enter the path of the folder where you want to save the converted files
Upon success, the text or html files will be saved to the output folder. The original docx files in the input folder will not be changed. Upon error, such as with the paths entered being invalid paths, the program will exit with an error message:
Please note this code has only been tested on Windows.
Technologies Used
- Node
- JavaScript
Author
- Raphael
Feel free to report issues and provide feedback!