Convert pdf to jpeg with VBA

bjreb

Registered User.
Local time
Today, 03:20
Joined
May 7, 2001
Messages
37
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
 
You can use automation to convert a PDF to a JPEG if you have Adobe Professional. I worked with a forum member with a similar problem in this thread.
 

Users who are viewing this thread

Back
Top Bottom