Bug 53194

Summary: Broken word wrap (converting ppt to png)
Product: POI Reporter: Dmitry Zamula <club.brantner>
Component: HSLFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.8-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: source ppt file
result of converting

Description Dmitry Zamula 2012-05-04 12:34:58 UTC
Created attachment 28731 [details]
source ppt file

Sometimes, there is a bug with word wrap - wrap simply don't work. Unfortunately, I could not find dependency of the origin of the bug, so I provide the source file (ppt) and result file (png).

public class Main {

    public static void main(String[] args) {
        String input[] = {"D:\\Test.ppt"};
        try {
            PPT2PNG.main(input);
        } catch (Exception ex) {
            ex.printStackTrace();
        }
    }
}
Comment 1 Dmitry Zamula 2012-05-04 12:35:15 UTC
Created attachment 28732 [details]
result of converting
Comment 2 Andreas Beeker 2015-11-09 21:38:32 UTC
There was a off-by-one-error which was fixed in r1713546
Now the slide renders correct