Hi,
right now we are using java aspose-slides 22.9 and trying to parse uploaded pptx file(Charts.pptx) and export slides to images. Slide has two charts which are not parsed correctly. Problems are shown ir red color.
One problem is that after converting slide to image chart is displayed more on the left side than in original pptx.
Another problem is that lines pointing to the text is changed from the original.
Example of result image charts_after.png
Image created:
slide.getThumbnail(new Dimension(IMAGE_WIDTH, height));
Can you take a look why this is happening and how we could fix that?
P. s. I have added IWarningCallback and no fonts are missing in this slide.
Charts.zip (567.5 KB)