From b250c8d39227d0f1be8bcd3cb758b18c73403b18 Mon Sep 17 00:00:00 2001 From: orest132 Date: Mon, 3 Aug 2026 20:41:50 +0200 Subject: [PATCH] Add dynamic-pdf-tables to the layout libraries list in the 3.0 FAQ Co-Authored-By: Claude Fable 5 --- content/3.0/faq.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/3.0/faq.md b/content/3.0/faq.md index a4cf61d3..d738e922 100644 --- a/content/3.0/faq.md +++ b/content/3.0/faq.md @@ -164,6 +164,7 @@ PDFBox being a low level PDF library provides the APIs to create page content su But PDFBox is the foundation of some projects which might help in that case. This includes projects such as - [Boxable](http://dhorions.github.io/boxable/) - [BoxTable](https://github.com/errt/BoxTable) +- [dynamic-pdf-tables](https://github.com/the13thclown/dynamic-pdf-tables) - [easytable](https://github.com/vandeseer/easytable) - [pdfbox-layout](https://github.com/ralfstuckert/pdfbox-layout) - [PdfLayoutManager](https://github.com/GlenKPeterson/PdfLayoutManager)