Metadata-Version: 2.4
Name: gmakepdf
Version: 0.1.0
Summary: Fast HTML to PDF conversion using Playwright
Home-page: https://github.com/ganeshkandu/gmakepdf
Author: Ganesh Kandu
Author-email: Ganesh Kandu <kanduganesh@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/gmakepdf
Keywords: html,pdf,playwright,html-to-pdf
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: playwright>=1.40
Dynamic: license-file

# html2pdf

🚀 **Fast, modern HTML → PDF conversion for Python**  
Built on **Playwright (Chromium)** for perfect rendering of:

- ✅ Unicode
- ✅ Emojis 😄🔥
- ✅ Hindi / Arabic / RTL languages
- ✅ Modern CSS & web fonts
- ✅ Tables, layouts, and page breaks

Designed to work **reliably on Windows** without GTK / Pango / system DLL headaches.

---

## ✨ Features

- 📄 Convert HTML files to PDF
- 🧠 Convert HTML strings to PDF (in-memory)
- ⚡ Reuses Chromium for high performance
- 🖥️ CLI support (`html2pdf demo.html out.pdf`)
- 🐍 Python import support
- 🌍 Multi-language & emoji safe
- ❌ No WeasyPrint / GTK dependencies

---

## 📦 Installation (local / development)

```bash
pip install .
