Portable HTML to PDF Converter
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....