Hi,
I’m working with Aspose lib to test some files, then I’ve met a strange case. When I load a PPT file and save it to PDF format, the content is removed all.
My samples code:
FileStream fileStream = new FileStream(@"D:\TEST\problem_sample.ppt", FileMode.Open, FileAccess.Read, FileShare.ReadWrite);
Presentation presentation = new Presentation(fileStream);
presentation.Save(@"D:\TEST\output.pdf", SaveFormat.Pdf);
I’m using lastest version of Aspose Slides 19.4.0.
Here is my sample: TEST.zip (185.6 KB)
Please take a look and give some advise.
Thanks you,
Dung H.Nguyen