Closed RangerMak closed 4 years ago
Hi @RangerMak the problem is the trailing "\n\n". If you remove them (or .trim()
) than the last line should be fine.
Thanks. It works.
It's pity there is no internal newLine element. It can be helpful for creating new paragraph.
Thanks for confirming this. Well there is the PLSpacerY
element to add a vertical space.... hth
I'm using ph-pdf-layout4 v5.0.9.
Next code still justify the last line of text:
Screen fragment: https://ibb.co/GtKNw4g
Is something wrong in my code? Or it's bug/feature?