https://github.com/verlorengest/html-to-pdf
.HTML file to PDF. It can process thousands of html files and can put them into single pdf file.
https://github.com/verlorengest/html-to-pdf
html html-to-pdf htmltopdf pdf python
Last synced: 11 months ago
JSON representation
.HTML file to PDF. It can process thousands of html files and can put them into single pdf file.
- Host: GitHub
- URL: https://github.com/verlorengest/html-to-pdf
- Owner: verlorengest
- Created: 2025-05-23T07:15:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-23T07:21:09.000Z (about 1 year ago)
- Last Synced: 2025-05-23T08:59:58.516Z (about 1 year ago)
- Topics: html, html-to-pdf, htmltopdf, pdf, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

html to pdf converter v4
a gui tool for converting .html files to .pdf format using either:
- raw text extraction (reportlab)
- pretty conversion via wkhtmltopdf (pdfkit)
features:
- drag & drop or directory scan for html input
- scan entire directory and process all the html files in it
- select separate or single merged pdf output
- supports wkhtmltopdf auto-detection and manual config
- dark-themed customtkinter interface
- progress feedback and error handling
requirements:
- python 3.x
- customtkinter
- tkinterdnd2
- pdfkit
- wkhtmltopdf (optional for pretty mode)
- bs4, reportlab, pypdf
run with:
python htmlizer.py