I am trying to add an image with the Node.js SDK following the example here: https://docs.aspose.cloud/slides/adding-a-picture-to-a-presentation-slide/.
However, when I hit the endpoint, I get an internal error saying index is out of range. This doesn’t seem like a valid error because I know the index I am passing is correct.
My PPT file has 13 slides, and when I pass 0, this is the response:
Screenshot 2023-06-09 at 3.36.33 PM.png (183.3 KB)
When I try with any number between 1 and 13, it returns this:
Screenshot 2023-06-09 at 3.37.28 PM.png (208.6 KB)
Is this some bug that has not been caught, or am I doing something wrong here?