Any way to hide overflow text in an advanced PDF t...
# suitescript
t
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
Could you accept the hack of something like`${paragraph_content?truncate(100)}`?
t
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