Is it possibile to make
pdf.cell(0,0,"Table with extra controls", align = "C")
visible at the begining of every new pages by using fpdf python library, but not as header.
Data in tables are taken from:
with pdf.table(datawalidacja, col_widths=(40,12,40,88), first_row_as_headings = False, text_align = "L", padding = (1)):
pass