https://issues.apache.org/bugzilla/show_bug.cgi?id=53195
Priority: P2
Bug ID: 53195
Assignee: [email protected]
Summary: "Numbering" transforms to "bullets" after converting
ppt file to png
Severity: normal
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 3.8
Component: HSLF
Product: POI
Created attachment 28733
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28733&action=edit
source ppt file
I use PPT2PNG utility to convert ppt file to image. There is a bug with
numbering. In result image, it draws as a bullets.
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.