Hi,
I have used aspose to open a presentation and save the it as pdf. But the pages in the pdf are distorted and therefore the further results are not coming correct. Below is the code snippets that I am using
FileStream fis = new FileStream("e:/sample presentation.ppt", FileMode.Open, FileAccess.Read);
Presentation pres = new Presentation(fis);
fis.Close();
pres.SaveToPdf("e:/sample presentation.pdf");
The sample presentation.pdf is attached. please suggest...???
Thanks,