SVG image support in XSLF

2018-05-06 Thread Ritesh Sood
Office 365 has added support for SVG images. This is very useful to me as I need to create slidedecks with ~100 slides with plots of simulation data. Its highly desirable to have vector graphics. The simulation data is generated on linux where I can produce eps, or svg files. XSLF has support of ep

Re: SVG image support in XSLF

2018-05-06 Thread Ritesh Sood
Hi Andi, thanks for your input. I have looked at the code you've pointed to for including extension elements. However, given my limited fluency with xml/xsd, and even java, I really couldn't figure out how to go about this. I earlier breakpointed at https://svn.apache.org/viewvc/poi/trunk/src/ooxm

Re: SVG image support in XSLF

2018-05-09 Thread Ritesh Sood
Hi Andi, created a bug report and attached a simple program to add figure slides and supporting files: https://bz.apache.org/bugzilla/show_bug.cgi?id=62365 Thanks, Ritesh On Wed, May 9, 2018 at 12:10 PM Andreas Beeker wrote: > Hi Ritesh, > > I only have an Office 365 installation at work - ple

Re: SVG image support in XSLF

2018-05-13 Thread Ritesh Sood
ed, and on linux and MacOS where the PNG is displayed. The code I've added is really a hack and is far from production quality. I'll add a patch to bugzilla just in case its useful to someone doing real development on this feature. Thanks! Ritesh On Wed, May 9, 2018 at 10:32 PM Ritesh Soo