You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Docx to PDF Converter
2
2
3
-
A simple and lightweight npm package for converting Word documents (docx) to PDF format using Node.js.
3
+
A lightweight npm package designed to convert Word documents (docx) to PDF format. While similar tools exist in Python, I found a gap in the JavaScript ecosystem and decided to fill it by creating this simple and efficient solution.
4
4
5
5
## Features
6
6
@@ -18,6 +18,8 @@ npm i docx2pdf-converter
18
18
19
19
## Usage
20
20
21
+
This line of code simply converts single docx file into pdf file
0 commit comments