Font Save Issues in PDF

Hi Aspose Team,



My app composes several slides and sets the font over to Arial Narrow.



When it’s saving over to PPTX then it saves the font’s perfectly fine. The problem is when it’s saved over to PDF it changes the font from Arial Narrow over to ArialMIT.



It distorts the all the cells due to that change. It shouldn’t have anything to do with the save procedure but here is the code for it.





switch (Export){

case “Pptx”:

pres.Save(stream, Aspose.Slides.Export.SaveFormat.Pptx);

break;

case “Pdf”:

pres.Save(stream, Aspose.Slides.Export.SaveFormat.Pdf);

break;

}

Hi Gilbert,

I have observed the issue shared by you and request you to please share the sample application, source presentation and generated PDF with us. I also request you to please try using the latest version of Aspose.Slides on your end first as well. If the issue is still incurring then please share the requested information with us for further investigation.

Many Thanks,