This is a simple web application built with React.js, Node.js, and Vite that allows users to convert DOCX files to PDF format. The app utilizes the Multer middleware for file uploads, Docx to Pdf npm library for efficient conversion, and Tailwind CSS for styling.
Before you begin, ensure you have met the following requirements:
git clone https://github.com/hallowshaw/PDF-Converter/.git
cd docx-to-pdf-converter
npm install
oryarn
npm run dev
oryarn dev
http://localhost:3000
Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any bugs or have any suggestions for improvements.