Hi,
I am evaluating Aspose slides for a customer and when I run the saveToPDF method i get the following error:
Method 'ᙓ' in type 'ᗺ.ᢡ' from assembly 'Aspose.Slides, Version=2.7.9.0, Culture=neutral, PublicKeyToken=716fcc553a201e56' does not have an implementation.
Is this due to it being and evaluation edition or am i doing something wrong. My code is:
Presentation pres = new Presentation(@"D:\hello.ppt");
pres.SaveToPdf(@"D:\PPT2PDF.pdf");
Thanks
Andy