EMF, CGM, WMF Image Export

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
rafidwahab
Posts: 5
Joined: Fri Oct 26, 2007 8:02 pm

EMF, CGM, WMF Image Export

Post by rafidwahab » Fri Oct 26, 2007 8:08 pm

Hello,

I am looking to export my chart in CGM EMF/WMF format. Is there a way to do this with JFreeChart or any packages that will allow me to export in these formats.

Thanks,
Rafid
Thanks,
Rafid

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Mon Oct 29, 2007 11:31 am

FreeHEP seems to have a CGMGraphics2D class. I haven't tried it, but it would be worth looking at.

For the other format, try searching the web for "WMFGraphics2D" and see what you can find.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

paradoxoff
Posts: 1634
Joined: Sat Feb 17, 2007 1:51 pm

Post by paradoxoff » Wed Jan 09, 2008 2:48 pm

I just downloaded and tried freeHEP. At least the EMF export via a EMFGraphics2D class t is working as expected: good quality charts in vector format, ready to be imported in Word/Powerpoint.

Locked