Aspose Slides and Classic ASP

Can Slides be accessed from Classic ASP like Aspose Word and PDF? If so, are there any examples of the createobject syntax?

Thanks,

Joel

In theory you can use Aspose.Slides with classic ASP of course but we don’t support it on practice.
Aspose.Words’s and Aspose.PDF’s classes have constructors without parameters so objects can be created in Classic ASP.
Aspose.Slides doesn’t have such constructors and to use it you have to write special .Net wrappers.
They will do main work and you should only call it from ASP.