https://issues.apache.org/bugzilla/show_bug.cgi?id=53189

          Priority: P2
            Bug ID: 53189
          Assignee: [email protected]
           Summary: Shapes drawn wrongly when ppt file converted to image
          Severity: normal
    Classification: Unclassified
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 3.8
         Component: HSLF
           Product: POI

Created attachment 28723
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28723&action=edit
Source ppt file

There is some problems with shapes, when convering ppt 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.

Reply via email to