You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2012/05/04 12:11:40 UTC

[Bug 53191] New: Problems with line style when convering ppt to png

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

          Priority: P2
            Bug ID: 53191
          Assignee: dev@poi.apache.org
           Summary: Problems with line style when convering ppt to png
          Severity: normal
    Classification: Unclassified
          Reporter: club.brantner@gmail.com
          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.

[Bug 53191] Problems with line style when convering ppt to png

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53191

--- Comment #1 from Dmitry Zamula <cl...@gmail.com> ---
Created attachment 28726
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28726&action=edit
result of converting

-- 
You are receiving this mail because:
You are the assignee for the bug.