Commit ecf6e4a
authored
Add table support to nimPDF with comprehensive features (#49)
- Introduced a new `table.nim` module for handling table creation and rendering.
- Implemented various table features including:
- Auto-fitting and scaling of cell content.
- Support for merged cells and custom styling (background color, text color, borders).
- Automatic pagination with repeated headers for long tables.
- Text wrapping and smart font sizing to prevent overflow.
- Added example PDF documentation showcasing table functionalities.
- Updated `nimPDF.nim` and `page.nim` to integrate the new table module.1 parent df2f48e commit ecf6e4a
File tree
5 files changed
+1238
-2
lines changed- demo
- nimPDF
5 files changed
+1238
-2
lines changed
0 commit comments