Slides to ppt to a presentation stream

Hey,

You support guys are amazing when replying to the posts. I’ve a slide and I’m able to save the ppt to pdf using the following code:

presentation.Save(“C:\abc.pdf”, Aspose.Slides.Export.SaveFormat.Pdf);

this saves the pdf to a file. I’m trying to create a Powerpoint and then transform to pdf and write the pdf to stream instead saving to file. Can this be done in Aspose.Slides?

thanks!

I found the solution.

pres.Save(“abcd.pdf”, global::Aspose.Slides.Export.SaveFormat.Pdf,Response, false);

thanks!

Hi Sarath,

We really appreciate your efforts and growing interest in Aspose.Slides. Please feel free to share, if you feel any problem.

Thanks and Regards,