TextParagraph line wrap hyphen between Chinese characters

Hello,

I’m trying to create a TextParagraph object on pdf page. I noticed there are unnecessary hyphens between Chinese characters at every line end. Code as below:

var paragraph = new TextParagraph();
paragraph.Rectangle = new Rectangle(200, 600, 400, 700);
paragraph.FormattingOptions.WrapMode = TextFormattingOptions.WordWrapMode.ByWords;
paragraph.AppendLine(“阿阿阿阿阿阿阿阿阿阿阿阿阿阿阿阿阿阿阿阿”);

var textBuilder = new TextBuilder(page);
textBuilder.AppendParagraph(paragraph);

How to hide the hyphens?

I tried all 3 WordWrapMode, all look same.

I also tried to set the hyphen symbol to empty string as below, but nothing worked:

paragraph.FormattingOptions.HyphenSymbol = string.Empty;

@thomasender

We were able to notice the similar behavior by the API while using its 22.5 version in our environment. Therefore, an investigation ticket as PDFNET-51886 has been logged in our issue tracking system. We will further look into its details and keep you posted with the status of its rectification. Please be patient and spare us some time.

We are sorry for the inconvenience.

Is this problem solved?
I’m having a similar problem with the latest version
The link to the question I asked is
my same question

@xiaobaobao

Regretfully, the issue has not been yet resolved. However, we have responded to your original post. You can please follow up there.