Skip to content

mytchmasonn/SB-Capstone1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[HTML to PDF]

version

[HTML to PDF] is a resource built using Flask and Jinja2, with a whole lot of javascript. It's primary function is to convert entire webpages (via URL) to a simple and small PDF file.

Table of Contents

File Structure

Within the download you'll find the following directories and files:

SB-Capstone1
.
├── App.py
├── forms.py
├── models.py
├── requirements.txt
├── README.md
├── docs
│   ├── DatabaseDiagram.svg
│   └── PROPOSAL.md
├── static
│   ├── account.js
│   ├── home.js
│   └── main.css
└── templates
    ├── 404.html
    ├── base.html
    ├── home-anon.html
    ├── home.html
    └── users.html
        ├── account.html
        ├── login.html
        └── signup.html

Browser Support

At present, the aim is to support the last two versions of the following browsers: Chrome • Firefox • Edge • Safari • Opera

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker. Please adhere:

  1. Make sure that you are using the latest version.
  2. Providing reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published