Summary
Text size becoming too small when image cell has both image and text
Content
I have a report in which a column has cells that have both image and text. The text size is getting too small and not visible(1px) when images are present. I have used the same definition for pdf xslfo and it is working fine.
XSLFO has FO_TABLE_CELL
inside FO_TABLE_CELL we are creating FO_BLOCK
inside FO_BLOCK we have FO_INLINE
inside FO_INLINE First we insert image then text(order may vary according to alignment required)
I have attached a sample use case. The second row should contain the image followed by the number 2. But it is becoming too small to be visible