Hello all-
Here is my situation.
I have written code to take emailed images and information into a back end sqlserver db. This is automated code that runs every hour on the hour so I don't have to worry about forgetting to run it.
Most of the users play nice and just send in jpegs. Some want to rebels and send in pdf's and png's. The control I use to save the images (DBPix) only accepts jpeg's. Is there a way to convert the offending files to jpeg's so they can be processed and not put in the email folder of shame?
Thanks
Andy
Here is my situation.
I have written code to take emailed images and information into a back end sqlserver db. This is automated code that runs every hour on the hour so I don't have to worry about forgetting to run it.
Most of the users play nice and just send in jpegs. Some want to rebels and send in pdf's and png's. The control I use to save the images (DBPix) only accepts jpeg's. Is there a way to convert the offending files to jpeg's so they can be processed and not put in the email folder of shame?
Thanks
Andy