...It provides a clean and predictable API to construct HTML tables for TCPDF::writeHTML() using explicit, cell-owned borders and late-stage layout computation. The library is built for programmatic table generation where precise control over rows, columns, colspans, borders, and serial numbering is essential.
Building complex tables directly in TCPDF becomes difficult once HTML is rendered. CandidPDFTable solves this by adopting a cell-centric model where each cell independently owns its borders and styles. It supports colspan-aware addressing, avoids implicit or shared borders, computes widths and layout only at render time, and ensures fully deterministic and predictable behavior.
...