Web application that allows users to upload PDF files, convert them to HTML/CSS, and then provide a downloadable ZIP file containing the HTML and CSS files.
- Clone the repository using
git clone https://github.com/bugemarvin/html_css_generator_from_pdf.git
and navigate to the project directory
cd html_css_generator_from_pdf
create a virtual environment using
python3 -m venv venv
and activate it using
source venv/bin/activate
- Install the required packages using
pip install -r requirements.txt
- Run the application using
python app.py
or
flask run
(if you have Flask installed) 4. Navigate to
http://localhost:5000`
in your browser to use the application
- Upload a PDF file using the file input
- Click the "Upload" button
- Wait for the conversion to complete
- Check the downloads folder for the ZIP file containing the HTML and CSS files generated from the PDF
This project is licensed under the MIT License - see the LICENSE file for details
- MIT License
- fork the repository
- create a new branch (
git checkout -b improve-feature
) - make the appropriate changes in the files and add comments where necessary (
git add <filename>
orgit add .
) - commit changes (
git commit -m 'Improve feature'
) - push changes to the branch (
git push origin improve-feature
) - create a Pull Request
if you have any questions, feel free to contact me at bugemarvin@outlook.com
Save this as README.md
in the root directory of your project. This file will be used to display the project description on the repository page.