Missing bold text when converting from word to pdf


as i have problems when i am converting Word document to PDF format by saving as a PDF.

If you look at the original document and compares this with converted so they do not look alike, there is no "bold" in the text.

See attached document in the zip-arhive.

I am using this code...

Aspose.Words.LoadOptions mlo = new Aspose.Words.LoadOptions();
mlo.LoadFormat = Aspose.Words.LoadFormat.Docx;

Aspose.Words.Document mDocument = new Aspose.Words.Document(fileName, mlo);
mDocument.Save(@mTempPath + mFileName + ".pdf", Aspose.Words.SaveFormat.Pdf);

mDocument = null;
Hi Toivo,

Thanks for your inquiry. Perhaps, you are using an older version of Aspose.Words; as with Aspose.Words v11.11.0, I am unable to reproduce this problem on my side. I would suggest you please upgrade to the latest version of Aspose.Words i.e. v11.11.0 and let us know how it goes on your side. I hope, this will help. I have attached the output PDF file with this post.