I have inserted a multiline text box into a PDF using FormEditor AddField.
How can I limit the number of lines allowed in this textbox so that the text input stops when the cursor reaches the end of the texbox?
I have set the fontSize to something other than auto so at present the user may continue to type and scrollbars are displayed.
The PDF is to be printed and obviously when the scrollbars are showing the hidden text is not printed.
Thanks