Skip to content

Python code for converting HTML files into pdf with necessary header and footer information

Notifications You must be signed in to change notification settings

burcel/html2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html2pdf

Python code for converting HTML files into pdf with necessary header and footer information (with page numbers)

Requirements

wkhtmltopdf needs to be installed in order for pdfkit to work.

$ wkhtmltopdf -V 
wkhtmltopdf 0.12.6 (with patched qt)

HTML is prepared with Bootstrap v4.0.0

  • Rendering engine of pdfkit acts weird when it comes to bootstrap grids; ergo, one of the old versions is used

About

Python code for converting HTML files into pdf with necessary header and footer information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published