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 11:34:19 UTC

[Bug 53189] New: Shapes drawn wrongly when ppt file converted to image

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

          Priority: P2
            Bug ID: 53189
          Assignee: dev@poi.apache.org
           Summary: Shapes drawn wrongly when ppt file converted to image
          Severity: normal
    Classification: Unclassified
          Reporter: club.brantner@gmail.com
          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.

[Bug 53189] Shapes drawn wrongly when ppt file converted to image

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

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

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

[Bug 53189] Shapes drawn wrongly when ppt file converted to image

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

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #2 from Yegor Kozlov <ye...@dinom.ru> ---
Does XSLF render the file OK ? 

Yegor

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