PDFFilter always align text to the base of the bounding box, instead to the top of the bounding box. So a text that looks like this in a report:
----------------
ABCDEFG
----------------
Is rendered by the PDF filter as:
----------------
ABCDEFG
----------------
The attached patch fixes it.
Fix PDF text vertical position
I will do a research to see the best option to handle all alignment options