Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 can you open .pdf file with SQL server?

Author  Topic 

mind_grapes
Yak Posting Veteran

71 Posts

Posted - 2009-08-11 : 07:25:58
Hi all, how are you?

As the heading says really, I was wondering if you can open .pdf documents in SQL serever like you can with images?

any info would be great thanks

Kind regards
MG

cycledude
Starting Member

9 Posts

Posted - 2009-08-12 : 10:21:52
You can't normally open .PDF documents in SQL Server because it's not a data type that SQL Server natively understands (Adobe owns it). However, there are PDF converter utilities on the market that would allow you to covert a .PDF to an image format. Many document management applications store .PDF's (or converted .TIFF's) on a hard drive somewhere and then create a link in a SQL Server database to the storage location.
Go to Top of Page

mind_grapes
Yak Posting Veteran

71 Posts

Posted - 2009-08-12 : 10:38:33
Hi there, thanks for post.

So, that's the way to do something similar to the whole recordset of images thing?
Go to Top of Page
   

- Advertisement -