In our application we have a textarea html element that users input information into. If the user inputs any spacing or line breaks into this text area, it is reflected after the PDF is generated. However, after updating the aspose-words dependency from version 10.6 to version 23.7, this textarea is now wrapping all text within this textarea together. For instance, if a user inputs -
-Random Text 1
-Random Text 2
Then it will show up in the generated document as - “-Random Text 1 -Random Text 2”
Why would this be happening following a dependency update, and is there a way to fix it? Thank you.