Any way to hide overflow text in an advanced PDF template? I need to cap a paragraph tag (within a td) at two lines.
c
Clay Roper
04/01/2024, 9:55 PM
Could you accept the hack of something like`${paragraph_content?truncate(100)}`?
t
Troy
04/01/2024, 10:17 PM
might be handy. I was able to hide it per se with a shape element but the space behind is still being held, perhaps the text section needs to be absolutely positioned