We just released Portable HTML to PDF Converter — convert html files and urls to pdfs from the command line or python scripts.
What it does
A standalone Python tool that generates PDFs from HTML files or live webpages. It's for developers who need to automate report generation or document archiving without external services. The key benefit is a single, dependency-free executable that works anywhere.
Features
- Convert local HTML files to PDF
- Fetch and convert live URLs to PDF
- Set custom page size and margins
- Add headers and footers with page numbers
- Run as a CLI tool or import as a Python library
Usage
html_to_pdf convert --input report.html --output report.pdf --format A4
Requirements
Python 3.8+. Install dependencies:
pip install -r requirements.txt
Get it
Download Portable HTML to PDF Converter for $29 →
Buy once, use anywhere. ZIP includes the full script, README, and usage examples.
Originally published at oddshop.work
Built by OddShop — Python automation tools, one new release every week.
Top comments (0)