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