I have installed the package via npm install aspose.slides.via.net
.
How can I get the types so I can use aspose using typescript?
I have installed the package via npm install aspose.slides.via.net
.
How can I get the types so I can use aspose using typescript?
Can you please clarify if you are looking for TypeScript definitions for the Aspose.Slides .NET library or if you are asking about using Aspose.Slides in a TypeScript project with Node.js?
Hi!
I am asking about using Aspose.Slides for Node.js via .NET in my typescript project.
Basically I want to write typed Aspose slides code.
@marksmithit,
Thank you for posting the question.
We have opened the following new ticket(s) in our internal issue tracking system and will consider your request according to the terms mentioned in Free Support Policies.
Issue ID(s): SLIDESNODEJSNET-9
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Hi, any update on this?
@marksmithit,
Unfortunately, the ticket is still open. Since it’s unclear whether Aspose.Slides for Node.js via .NET will support TypeScript, we recommend using the Java version.
Typescript support is already implemented in the Java version: TypeScript Support
To install it, use the following command:
$ npm install aspose.slides.via.java
For more detailed installation instructions, see the article: Installation
That’s awesome!
Is there a page that lists the difference in features between Aspose Slides .NET vs Aspose Slides Java?
@marksmithit,
Functionally, Aspose.Slides for Node.js via .NET and Java are completely equivalent—every feature available in one API is available in the other. Consequently, there isn’t a separate feature-comparison page between them.