From cdb016de154fd4c48a2c7fb96b5237a16b76ab62 Mon Sep 17 00:00:00 2001 From: Song Date: Thu, 22 Feb 2024 13:31:26 +0800 Subject: [PATCH] Add a lib: convert html to pdf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5770417..0cc08d75 100644 --- a/README.md +++ b/README.md @@ -729,6 +729,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [WeasyPrint](http://weasyprint.org) - A visual rendering engine for HTML and CSS that can export to PDF. * [xmldataset](https://xmldataset.readthedocs.io/en/latest/) - Simple XML Parsing. * [xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON. +* [pdfkit](https://github.com/JazzCore/python-pdfkit) - Wkhtmltopdf python wrapper to convert html to pdf. ## HTTP Clients