For 1), you could take a look at a package in Apache Batik [1] which
contains WMF to SVG conversion code. That can probably easily extended
for EMF.

[1] 
http://xmlgraphics.apache.org/batik/javadoc/org/apache/batik/transcoder/wmf/tosvg/package-summary.html

On 19.07.2006 20:39:32 Riz Virk wrote:
> You could try 1) converting the EMF to SVG, or 2) converting the EMF to
> a raster image, such as PNG. 
> 
> If it's a one time thing, #2 is the way to go  - you can just use almost
> any image program on windows to open the EMF and save as PNG. 
> 
> If it's an on-going conversion, then you'll have to either buy or write
> a program to do #1 or #2.  
> Note: there is a windows API method that does this for you, I believe,
> if you are doing windows only. 
> 
> Thanks
> Riz
> 
> 
> ----------------------------------------
> Rizwan Virk
> Co-Founder, CTO
> CambridgeDocs 
> www.cambridgedocs.com
> [EMAIL PROTECTED]
> personal: [EMAIL PROTECTED]
> 617-905-3518
> 
> -----Original Message-----
> From: Geldersma, Matt (AGRN)
> [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, July 19, 2006 1:13 PM
> To: fop-users@xmlgraphics.apache.org
> Subject: Enhanced Metafiles
> 
> 
> Hello I have a program I am working on that pulls images out of a
> different piece of software for use in FOP document generation.
> Unfortunately, these images are .emf's which FOP does not support.  Does
> anyone know of an easy way to convert these images to something that FOP
> can use?


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to