pdf to sql server and full text retriaval
hi,
I want to convert any pdf file to any database(Execl, sql server , access) and then by using search option in code we find our desired data , will it possible?
please help me
Anshu
[199 byte] By [
anshuman] at [2007-11-11 10:13:26]

# 1 Re: pdf to sql server and full text retriaval
SQL Server supports full-text search of PDF files without any conversion; simply store the PDF in a text column of the database. For more information, see http://msdn2.microsoft.com/en-us/library/aa226176(SQL.70).aspx (the article refers to SQL Server 7.0, but the concepts apply to more recent versions as well).