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

          Priority: P2
            Bug ID: 53191
          Assignee: [email protected]
           Summary: Problems with line style 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 28725
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28725&action=edit
source ppt file

Line has non-standart "end type" (schematic example: ----o) (can switch in
Microsoft PowerPoint 2010: "Format Shape -> "Line style" -> "End type"). But,
in the result image, this "end type" is drawing wrong.

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