We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77531ff commit d5c6cb6Copy full SHA for d5c6cb6
1 file changed
README.md
@@ -1 +1,18 @@
1
-# docx2pdf-converter
+# 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