Hi, i’m trying to upgrade my aspose.pdf .net library from an an older version to a new one.
It seems that something has changed to insert multiples blank lines in a RichTextBoxField
In my older version rtb.value = “-html–body-line1,-br–br–br–br-line2-/body–/html-”’
gives as result
line1
Line2
now after upgrading my library i only get 1 carriage return without any blank line so it gives
line1
line2
without the empty lines
when i try the oldest nugets packages, it seems that the behavior has changed between version 17.8 et 17.9 (wich is the version were i seems to lose my old behavior)
I see in version 17.9 releases notes that PDFNET-42933 has been fixed so maybe something as changed please help me on having the right syntax or the proper way to do what i need to
thanks !
ps. sorry in my example i replaced the br tags with -br- to not have blank line after saving my post