Skip to content

ShreehariVaasishta/htmdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmdf

Converts html to pdf with support for variables using fastApi.

Installation

  1. Clone this repository.
git clone https://github.com/ShreehariVaasishta/htmdf.git
  1. Go to the root directory of this project and install the dependencies using pip. Activate virtual environment if you use one.
pip3 install -r requirements.txt
  1. Run the app
uvicorn main:app --reload

Usage

  1. Here we created a html template for certificates.
  2. Added csv with columns which needs to be replaced in the html template.

Sample

Input Form

image

Output PDF

image

About

html to pdf with support for dynamic variables using fastApi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published