Add a lib: convert html to pdf

This commit is contained in:
Song 2024-02-22 13:31:26 +08:00 committed by GitHub
parent c52dba9b29
commit cdb016de15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. * [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. * [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. * [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 ## HTTP Clients