Skip to content

vaishnavgupta/PDFix-PDF-to-DOCX-Convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ PDF to DOCX Converter (React + Spring Boot)

This project is a PDF to DOCX Converter Web App that allows users to upload a PDF file, send it to a backend (Spring Boot API), and download the converted .docx file.
The frontend is built with React and interacts with a Java Spring Boot backend that handles file processing and conversion.


πŸš€ Features

  • Upload PDF files directly from the browser
  • Validate file type (.pdf only) and size
  • Send the file to the backend for conversion
  • Download the converted .docx file
  • Clean modular component structure in React

βš™οΈ Tech Stack

Frontend:

  • React 18+
  • Axios for API calls
  • Tailwind CSS (optional for styling)

Backend (Example):

  • Java Spring Boot
  • Apache PDFBox
  • Apache POI

🧩 Example Workflow

  1. Upload a .pdf file (under 5 pages and within size limit).
  2. Click Convert to DOCX.
  3. The backend processes the file and returns a .docx.
  4. The file is automatically downloaded to your computer.

πŸ‘¨β€πŸ’» Author

Vaishnav Gupta
πŸ’Ό Full Stack Developer

About

A PDF to DOCX Convertor using Apache POI library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published