Created attachment 28723 [details] Source ppt file There is some problems with shapes, when convering ppt to png. public class Main { public static void main(String[] args) { String input[] = {"D:\\Test.ppt"}; try { PPT2PNG.main(input); } catch (Exception ex) { ex.printStackTrace(); } } }
Created attachment 28724 [details] result of converting
Does XSLF render the file OK ? Yegor
As of common sl the shapes were already correct rendered. The rendering still lacks support for wmf pictures, hence they aren't displayed. Apart of that, I've changed two issues as part of r1714290 - the default alignment of text is now top - the old flipping code contained an unnecessary rotation, instead of it the code now traverses the parent group for flipping and supports text rotation, i.e. an additional rotation to the shape rotation