This project is a DOCX to PDF Converter built using Node.js and Express.js. It allows users to upload a .docx
file, convert it into a .pdf
format, and download the converted file.
- Upload
.docx
files using Multer (file upload middleware). - Convert files to
.pdf
using docx-pdf. - Download the converted file after successful conversion.
- Uses Express.js to handle requests.
- Supports CORS for cross-origin requests.
- Backend: Node.js, Express.js
- File Upload: Multer
- File Conversion: docx-pdf
- Server: Express with REST endpoints
This project provides a simple and efficient way to convert documents on the go! 🚀