Skip to content

Commit d5c6cb6

Browse files
modified readme file
1 parent 77531ff commit d5c6cb6

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# docx2pdf-converter
1+
# Docx to PDF Converter
2+
3+
A simple and lightweight npm package for converting Word documents (docx) to PDF format using Node.js.
4+
5+
## Features
6+
7+
- Cross-platform compatibility: Supports both Windows and macOS.
8+
- Easy-to-use API: Convert docx files to PDF with just a few lines of code.
9+
- Batch conversion: Convert entire directories of docx files to PDF.
10+
11+
<!-- ## Installation
12+
13+
Install the package via npm:
14+
15+
```bash
16+
npm install docx-to-pdf-converter -->
17+
18+

0 commit comments

Comments
 (0)