This Flask web application converts XLSX and DOCX files to PDF using LibreOffice.
- Clone the repository:
git clone https://github.com/inovus-labs/file-conversion cd file-conversion
- Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # For Unix/Linux venv\Scripts\activate # For Windows
- Install dependencies:
pip install -r requirements.txt
4.Run the application: ```bash python server.py