Convert .docx file to .pdf
npm install docxtopdf-cli  
Convert .docx file to .pdf
Module available through the npm registry. It can be installed using the npm or yarn command line tools.
``sh`NPM
npm install docxtopdf-cli --globalOr Using Yarn
yarn global add docxtopdf-cli
`sh`
docxtopdf-cli --docx='file.docx' --pdf='file.pdf'
To run the test suite, first install the dependencies, then run test:
`sh``NPM
npm testOr Using Yarn
yarn test
- docx-pdf: Package to convert docx file to pdf
- yargs: yargs the modern, pirate-themed, successor to optimist.
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.