Welcome to fpdf-table documentation!

fpdf-table is a fast, framework-agnostic library for generating PDF reports in a similar way as HTML tables are created, everything you draw is inside a table ( container with a border ), it also allows you to create reports in a more elegant and DRY way.

What is fpdf-table

fpdf-table is built on top of fpdf2, is somewhat inspired by HTML tables and jspdf-autotable, provides abstraction to manipulate everything in the form of tables, provides unique features and several utilities.

Note

This library does not parse HTML tables to PDF, you can do it through fpdf2 but only in a very limited way.

Main features

  • Make tables fast

  • Make tables with fixed height rows

  • Everything that fpdf2 does.

Indices and tables