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 2014/04/01 11:29:02 UTC

[Bug 56335] New: Could not extract text from embedded SmartArt grafic

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

            Bug ID: 56335
           Summary: Could not extract text from embedded SmartArt grafic
           Product: POI
           Version: 3.10
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
          Assignee: dev@poi.apache.org
          Reporter: c.czech@elo.com

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

Hi,

how can I extract SmartArt grafics/objects from ppt?

Regards

Christian

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 56335] Could not extract text from embedded SmartArt grafic

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

Michael Schiffer <m....@elo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |m.schiffer@elo.com
                 OS|                            |All

--- Comment #1 from Michael Schiffer <m....@elo.com> ---
Hello,
I'm so to say the successor of Christian in this matter which he had asked you
in April this year. Because we don't know whether Christian has got any answers
from you, but the problems still exists, please let me ask again, how to
extract SmartArt graphics/objects from ppt?
Thanks in advance
Michael

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 56335] Could not extract text from embedded SmartArt grafic

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

--- Comment #2 from Nick Burch <ap...@gagravarr.org> ---
I don't know enough about SmartArt to know the answer, but I can tell you the
approach you'll need

What you'll probably need to do is look at the Microsoft Binary File Format
documentation, and see what kinds of records / resources SmartArt gets stored
in. Next, try the hslf.dev tools to see if POI already has read support for
them. (If it's Escher / DDF based, we probably do, if not we may not). If
there's read support missing, add in code for the required additional records.

Finally, once the appropriate records are identified and being read, write some
high level usermodel code to access them and return the interesting
information, then submit a patch + unit tests here so we can roll it into POI!

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org