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: [email protected] 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? Thanks, Matt ****************************************** The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email. ****************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
