Skip to content

inovus-labs/pdf-transcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Converter Web App

This Flask web application converts XLSX and DOCX files to PDF using LibreOffice.

Installation

  1. Clone the repository:
    git clone https://github.com/inovus-labs/file-conversion
    cd file-conversion
  2. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate  # For Unix/Linux
    venv\Scripts\activate      # For Windows
    
  3. Install dependencies:
    pip install -r requirements.txt
    

4.Run the application: ```bash python server.py

About

A micro-service to transcode xlsx & html files to pdf

Resources

Stars

Watchers

Forks