I'm using aspose cells, word to treat a csv file and copy it into a Word template and finally convert it to Pdf. On dev env it works like a charm, how ever in production I have some letter like ö which does not appear only in production env. I suspected substituon or fallback issue as as there is diffrence between fonts in both pdf files, the diffrence is times new roman font, in one file it is true type Cid with encodage identity h versus true type with encodage ANSI. Is reinstalling the font will help? If not any alternatives?
Thanks for your helps.