From d78a3fc2d1c3e3fd66d7d3d865f29613f8770009 Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Sun, 23 Nov 2025 12:57:49 +0100 Subject: [PATCH] docs(README): add link to the parent html2pdf4doc repo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ec99b0..a99af17 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # html2pdf4doc_python -html2pdf4doc_python is the Python wrapper/CLI for the HTML2PDF4Doc JavaScript -library that drives Chrome/Chromedriver to render HTML pages into PDFs. +html2pdf4doc_python is the Python wrapper/CLI for the +[html2pdf4doc](https://github.com/mettta/html2pdf) JavaScript +library that prints HTML pages into PDFs using Chrome/Chromedriver. This repository focuses strictly on the Python-side automation layer. The rendering logic remains in the JS core.