Skip to content

This is a simple flask app that enables the user to convert their word document to pdf.

Notifications You must be signed in to change notification settings

lweyajoe/word-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folder structure

your_app_folder/
│
├── app.py            # Python Flask application code
├── requirements.txt  # File listing Python dependencies
│
├── templates/        # Folder containing HTML templates
│   └── index.html    # HTML template for the upload page
│
├── static/           # Folder containing static files
│   └── dist/         # Distribution folder for CSS, JS, images, etc.
│       ├── css/     # Compiled CSS files
│       ├── js/      # Compiled JavaScript files
│       └── images/  # Image files
│
└── uploads/          # Folder where uploaded files will be stored temporarily

About

This is a simple flask app that enables the user to convert their word document to pdf.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages