PDFly is a web application for converting DOC files into secure PDFs, leveraging modern web technologies. Easily upload DOC files, convert them into PDFs, and apply password protection.

- Upload and Convert: Transform
.docor.docxfiles into PDF format. - Secure Your PDF: Add password protection to your converted PDF.
- Download with Ease: Save the secure PDF to your local machine.
Ensure the following are installed:
- Git
- Node.js (v16+)
- Libreoffice
- Clone the repository:
git clone https://github.com/TINOREJI/PDFly.git cd PDFly cd client
- Install dependencies for client and server:
npm install cd ../server npm install - Start the application:
Start the client:
Start the server:
cd ../client npm run devcd ../server npm start - Access the app: Open your browser and go to http://localhost:3000.
- Upload a Document:
-
Go to http://localhost:3000.
-
Use the Choose File button to upload your .doc or .docx file you can also view the .doc file on right side.

- Convert to PDF:
- Click the Convert button to process your document.
- If there is any error from the Backend

- If the File Uploads successfully

- Download PDF:

