Some times the words are running into each other while creating PDF

Some times while creating the PDF the words are running inot each other like

"favoured route" is displayed as "favouredroute" in the same way "in a" is displayed as "ina".

Aspose.Pdf.Pdf pdf = new Aspose.Pdf.Pdf();

pdf.BindXML(filePathXml, null);

pdf.IsImagesInXmlDeleteNeeded = true;

pdf.Save(filePathPdf);

Please let me know if this is known issue or we are missing something in the code.

Hello Pankaj,

Thanks for considering Aspose.

As per our discussion over Live Chat, you mentioned that you are converting a word document in to PDF format and facing this problem. Can you please share the resource word file so that we can test the scenario at our end.

We apologize for your inconvenience.