From a936fd1d2db54372252f48adc48e5001496e50fc Mon Sep 17 00:00:00 2001 From: Yaroslav Ilin Date: Sun, 11 Sep 2016 12:18:25 +0300 Subject: [PATCH] xhtml2pdf is officially deprecated in favor of WeasyPrint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcf7c395..4739037e 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [MarkupSafe](https://github.com/pallets/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python. * [pyquery](https://github.com/gawel/pyquery) - A jQuery-like library for parsing HTML. * [untangle](https://github.com/stchris/untangle) - Converts XML documents to Python objects for easy access. -* [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf) - HTML/CSS to PDF converter. +* [WeasyPrint](http://weasyprint.org) - A visual rendering engine for HTML and CSS that can export to PDF. * [xmldataset](https://xmldataset.readthedocs.io) - Simple XML Parsing. * [xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON.