I'd like to generate a pdf file with a header. In this header I'd like to write a lot of stuff like this :
Name : John
Tel : 04 60 25 19 23
City : Perpignan
What is the correct process?
Do I have to put a TextAdder+PDFStyler for each line? So there will be the same number of input into the PDFPageFormatter.
Is there a transformer allowing to add a table?