From 22678fe1fbebc47e7f2eae33e8e8a242191cbb78 Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Tue, 5 Dec 2023 13:45:25 +0700 Subject: python/python3-weasyprint: Added (The Awesome Document Factory). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-weasyprint/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 python/python3-weasyprint/README (limited to 'python/python3-weasyprint/README') diff --git a/python/python3-weasyprint/README b/python/python3-weasyprint/README new file mode 100644 index 0000000000..67b8db4685 --- /dev/null +++ b/python/python3-weasyprint/README @@ -0,0 +1,12 @@ +WeasyPrint is a smart solution helping web developers to create PDF +documents. It turns simple HTML pages into gorgeous statistical reports, +invoices, tickets… + +From a technical point of view, WeasyPrint is a visual rendering engine +for HTML and CSS that can export to PDF. It aims to support web +standards for printing. WeasyPrint is free software made available under +a BSD license. + +It is based on various libraries but not on a full rendering engine like +WebKit or Gecko. The CSS layout engine is written in Python, designed +for pagination, and meant to be easy to hack on. -- cgit v1.2.3