Using text-align: justify in document template

1
Is it posible to use text-align: justify in a document template? Using a document template i've created a PDF document with variable text. I want to have these text streched in their cells (from left to right).
asked
1 answers
1

Hi Aswin - I think you should be able to do this. If you have the text field in a table cell, you'll need to set styling on that cell to Center. Then select the text field and in properties, set RenderHTML to true. Finally, for the text field, you can set the Style property to text-align: justify; This should work. Let us know if it does. Mike

answered