Formatting tags in DynaPDF tables

Hi,

Formatting tags (like \FS[float] to change the size of a font inside a cell) seem not to work in tables (SetCellText). However, the doc indicates that tags can be used in tables. Has anyone tried?

I changed the text for the example project “Table Text” to this:

dim text as string = “The cell alignment can be set for \FS[10]text, \FS[15]images, and \FS[20]templates…\FS[12]”

run it and got a nice table with text in various sizes.
So it works fine here. What are you doing?

That’s what I did. Maybe my version of dynaPdf is too old. I have to do the update anyway, I’ll check it out, thank you Christian!