From bc153d85a07c198d1d534e613f6b3ca133398002 Mon Sep 17 00:00:00 2001 From: Gregory Brown Date: Tue, 7 Jan 2025 12:28:41 -0500 Subject: [PATCH] Link to Ferrum rather than outdated HTML to PDF generators --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dcfe7c66d..f710e9735 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,7 @@ might be the tool for you. It is not a reporting tool or a publishing toolchain, though it could be fairly easily used to build those things. One thing Prawn is not, and will never be, is an HTML to PDF generator. For -those needs, consider looking into FlyingSaucer via JRuby, or one of the WebKit -based tools, like Wicked or PDFKit. We do have basic support for inline styling +those needs, consider looking into [Ferrum](https://github.com/excid3/ferrum_pdf). We do have basic support for inline styling but it is limited to a very small subset of functionality and is not suitable for rendering rich HTML documents.