https://issues.apache.org/bugzilla/show_bug.cgi?id=53194
Priority: P2
Bug ID: 53194
Assignee: [email protected]
Summary: Broken word wrap (converting ppt to png)
Severity: normal
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 3.8
Component: HSLF
Product: POI
Created attachment 28731
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28731&action=edit
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();
}
}
}
--
You are receiving this mail because:
You are the assignee for the bug.