Creating a pptx file using aspose slides and php/java bridge

Hi Anup,

You are always welcome.

I have observed your requirement and like to share that by default every content inside a slide is shape. If the shape is presenting a chart then it is of IChart type. You need to access the chart by typecasting desired shape to IChart. The chart.getChartData() is a valid method and get the chart data. I hope this will clarify the concept.

Many Thanks,

Hi Mudassir,

I was accessing wrong slide, now everything is working fine.

Thank you for your Help :slight_smile:

Hi Anup,

Its good to know that things are back on track on your end. Please share, if I may help you further in this regard.

Many Thanks,