docxtopdf-cli

1.1.0 • Public • Published

DocxToPdf CLI

Node Version Downloads

Convert .docx file to .pdf

Installation

Module available through the npm registry. It can be installed using the npm or yarn command line tools.

# NPM 
npm install docxtopdf-cli --global
# Or Using Yarn 
yarn global add docxtopdf-cli

Usage

docxtopdf-cli --docx='file.docx' --pdf='file.pdf'

Tests

To run the test suite, first install the dependencies, then run test:

# NPM 
npm test
# Or Using Yarn 
yarn test

Dependencies

  • docx-pdf: Package to convert docx file to pdf
  • yargs: yargs the modern, pirate-themed, successor to optimist.

Contributors

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.

License

MIT © TiagoDanin

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i docxtopdf-cli

    Weekly Downloads

    1

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    3.99 kB

    Total Files

    5

    Last publish

    Collaborators

    • tiagodanin