February 19, 2009 at 7:15 am
Maybe a stupid question, but is it possible to convert stored .tif files, already stored in the database to .pdf documents?
A machine was scanning to tif instead of pdf, and now the db is 25gb, it should be around 4-5gb...darn!
I'm hoping for some hints...or to know if it's even possible?
February 19, 2009 at 7:29 am
I don't think so this can be done within T-SQL using standard methods (exclusing OLE automation). What I can think of, you to do is to build an application that reads the data (may be you can find ready-made available tools) and convert it back to a file and then find an application that converts these tif files to pdf files.
--Ramesh
February 19, 2009 at 7:39 am
Ok, so i have to extract the files to a tif file, then use a program to convert them to pdf, and then insert them back to the db?
Anyone know about a program like this?
February 19, 2009 at 12:29 pm
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply