I'm not familiar with the XSLF code at all, but charts are common between Excel and PowerPoint files - the same XML elements in both, I think, so a common codebase for rendering as an image would likely be appropriate. Others may have more/better ideas on how best to organize it.
On Fri, Jun 16, 2017 at 7:12 AM Anil pawar <[email protected]> wrote: > > > On 2017-06-16 21:48 (+0530), Greg Woolsey <[email protected]> wrote: > > Charts are stored as a definition, not an image, and poi doesn't > currently > > have support for rendering them. > > > > On Fri, Jun 16, 2017, 05:10 Anil pawar <[email protected]> wrote: > > > > > I am using xslf to convert pptx to images but unable to convert slides > > > which contain charts. > > > After conversion i can see taht all charts are discarded. > > > I had added a question on https://stackoverflow.com/ also. > > > please help. > > > > > > link: > > > > > > > https://stackoverflow.com/questions/44152261/extracting-images-from-pptx-with-apache-poi-discarding-charts > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > So if i want to add this feature then where should i concentrate in code. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
