Skip to content

TINOREJI/PDFly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDFly - Convert DOC to PDF

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. image

Features

  • Upload and Convert: Transform .doc or .docx files into PDF format.
  • Secure Your PDF: Add password protection to your converted PDF.
  • Download with Ease: Save the secure PDF to your local machine.

Installation

Prerequisites

Ensure the following are installed:

  • Git
  • Node.js (v16+)
  • Libreoffice

Running Locally

  1. Clone the repository:
    git clone https://github.com/TINOREJI/PDFly.git
    cd PDFly
    cd client
  2. Install dependencies for client and server:
    npm install
    cd ../server
    npm install
  3. Start the application: Start the client:
    cd ../client
    npm run dev
    Start the server:
    cd ../server
    npm start
  4. Access the app: Open your browser and go to http://localhost:3000.

Using

  1. 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. image

  • If the File is of other Format image

  1. Convert to PDF:
  • Click the Convert button to process your document.
  • If there is any error from the Backend image
  • If the File Uploads successfully image
  1. Download PDF:
  • Allow Pop-ups image
  • After conversion, click the Download button to save your file.

About

A Webapp to Convert .doc .docx to PDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors