Flask-PDF-to-Word-app

This is a Flask app that allows users to convert PDF files to Word documents and download the converted files.
The app uses the PyPDF2 library to perform the PDF to Word conversion.

Features

  • Convert PDF files to Word documents

  • Download the converted Word documents

Requirements

Python 3.6 or higher

Flask

PyPDF2

Installation

Clone the repository: git clone https://github.com/Aman0307/Flask-PDF-to-Word-app.git

Usage

  1. Run the Flask app: flask run

  2. Open a web browser and go to the following URL: http://localhost:5000

  3. Choose a PDF file to convert and click the "Convert" button.

  4. The app will convert the PDF file to a Word document and the converted file will be automatically downloaded on your device.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

PyPDF2 library for PDF to Word conversion.