I try to build up a PDF by using HTML, and it include a TextBox(Subject) which is input by user.
For example, the user input "<< helloooo >> worldddd" in the TextBox but the pdf finally only show " > worldddd "
I already try plaintext() / text() but it still not work 😞
