Hi,
I am displaying a String value is PDF using PDF Template in mendix. I want to display the String in between next line characters. so this String is a concatination of some value then System.getProperty("line.separator") and then Some value etc. through Java Action Call.
I am able to see next line output in GUI. But when I generate pDF, next line is trimmed off and not able to see next line.
Any Advice on this?