Bug 53194 - Broken word wrap (converting ppt to png)
Summary: Broken word wrap (converting ppt to png)
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSLF (show other bugs)
Version: 3.8-FINAL
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 12:34 UTC by Dmitry Zamula
Modified: 2015-11-09 21:38 UTC (History)
0 users



Attachments
source ppt file (124.50 KB, application/vnd.ms-powerpoint)
2012-05-04 12:34 UTC, Dmitry Zamula
Details
result of converting (40.81 KB, image/png)
2012-05-04 12:35 UTC, Dmitry Zamula
Details

Note You need to log in before you can comment on or make changes to this bug.
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