Hello,
we use aspose pdf v 10.0.1.0.
Sometimes, instead of going to the next line, a segment is truncated.
I've attached the pdf and zip to reproduce the issue.
Is it a bug or something wrong in our code?
here is the template file:
<?xml version="1.0" encoding="utf-8" ?>
<Pdf xmlns="Aspose.Pdf" IsLandscape="false" Title="Bug" FontSize="11.04" FontName="Arial" >
<Section PageMarginLeft="30" PageMarginRight="30" PageMarginTop="60" PageMarginBottom="60">
<Text>
<Segment IsTrueTypeFontBold="true" ID="name">azertyuio , qsdfq</Segment>
<Segment>, hereafter referred to as "the contractor" represented, for the purposes of this contract, by </Segment>
<Segment IsTrueTypeFontBold="true" ID="legalrepresentative" >Last Name , First Name, Second Name, Third Name</Segment>
<Segment>.</Segment>
</Text>
</Section>
</Pdf>
Thanks