Hello I am trying to use the Apache Poi framework to convert each slide of a ppt to an individual png. The problem is that some slides are deformed. For instance there is a
For this to work we don't have to use:
graphics.setPaint(Color.white);
Instead use :
graphics.setPaint( slideShow.getSlides()[0].getBackground().getFill().getForegroundColor() );