Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thetentomushi/docx2pdf

A command-line tool for converting DOCX files to PDF
https://github.com/thetentomushi/docx2pdf

Last synced: about 1 month ago
JSON representation

A command-line tool for converting DOCX files to PDF

Awesome Lists containing this project

README

        

## docx2pdf

Convert docx to PDF

### Dependencies
- docx-pdf

### Install dependencies
```sh
npm install docx-pdf
```

### Usage
```sh
npm run convert input.docx output.pdf
```