I am trying to convert from ppt to Pdf, But whole file can’t be converted into Pdf, its convert only partially.
I am using following code to convert and save ppt file to pdf.
Presentation pre = new Presentation(PptFilePath);
pre.Save(PdfFilePath, Aspose.Slides.Export.SaveFormat.Pdf);
Please download both file from following link :
- Converted Pdf File
- Original Ppt file:
Please give me proper solution for fully convert ppt file to pdf.