Created attachment 28727 [details] source ppt file There is error with some image - it has wrong width after converting ppt file 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 28728 [details] result of converting
Does the problem happen only with .ppt files or with .pptx too? Save the attached file as .pptx and render. Does the result look OK ? Yegor
Created attachment 28779 [details] Render pptx With pptx render, result is much better, but the problem with image widht is remains (see the top picture).
Most of the mentioned issue was already fixed, but there was a problem with line breaks in the source ppt which I've fixed with r1713332