Hi, I want to export slides of ppt/pptx file as a png file. For this i am using
Slide.Export("Image_name", "PNG");
It works properly but for some files it gives me wrong images than original file
Same thing if i save a point slide as png it works properly. So i have a question what is wrong in using Export method.
Issue in image i am getting is font type in png file is different from original ppt/pptx file.