Hallo,
I have discovered two issues regarding Aspose.Slides SVG export (Java-Version).
Please see the attached image for details.
I would appreciate if you could fix those issues in the near future.
Best regards,
p.p. Michael
1.Text Position problem
This occurs when building up a PPT presentation with Aspose.Slides onboard tools and calling the slide.saveToSVG() method. The text elements of the SVG do not match the position of those in the PPT file.
To avoid it, I discovered that you first have to save it as a PPT file, read it again into a Presentation object before converting it into a SVG file.
I assume that you can work around the file export by holding the byte code in some buffered array object.
2.Individual shapes problem
All individual shapes (collection of connected points) will not be renderer in SVG when using a PPT modified by Microsoft Power Point. Instead a ballon shape appears.
When building up those shapes using Aspose.Slides, the shapes are rendered correctly when exporting to SVG (first of course export to PPT as mentioned above).