Hi,
When running the following code:
var doc = new Document("Broken.docx");
doc.Save("Broken.pdf");
The pdf has no spacing around the Japanese punction mark ‘。’.
In fact, the characters overlap each other.
Please see the attached documents:
Bad_Punct.zip (37.7 KB)