You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2009/07/06 02:24:04 UTC

DO NOT REPLY [Bug 33348] Export to Windows metafile (EMF or WMF)

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





--- Comment #4 from Hervé Girod <he...@club-internet.fr>  2009-07-05 17:24:02 PST ---
I have a working copy of a SVG => PowerPoint transcoder, using POI HSLF classes
in scratchpad (last Beta version). I could not use the PPGraphics2D which comes
with the HSLF package; however using this class fired no exceptions, but the
result was very incorrect, though I don't know if it comes from the maturity of
this class, the way I used it, or even specific Graphics2D features that were
heavily used by my (rather complex) SVG examples and not supported yet. It
turned out I created a new PPTranscoder class, associated with a PPTGraphics2D
(of course).

I have no problem to give this code to Apache, as it can be useful to others,
but apart from the fact that I surely have to perform more tests, I really
don't know how to integrate it in Batik (it uses a part of POI).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org