Forum Moderators: coopster
Also, the information I'm converting is actually coming from a MSSQL database that is a copy of the Access database. Due to permissions, I couldn't create an ODBC for the Access DB, so I had to import it into MSSQL... so that's where my data is coming from at this point. The picture information copied right across.
My problem is that the picture files in the Access database were stored as "Microsoft Word Pictures" and I need to convert them over to .jpg images for the new database. The new system won't store the picture, just the link to it... so I need to actually create the image from the information in Access.
With all the database stuff, this is in the PHP forum because I'm using php to do it all. I can output the raw string for the image to the browser, but haven't been able to get the picture to show. Does anyone know a way, in php, to convert a Microsoft Word Picture(EMF) to jpg? I've looked it up and am coming up blank.