Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / November 2004

Tip: Looking for answers? Try searching our database.

Index and search PDf files in ASP.net

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ra294 - 30 Nov 2004 11:30 GMT
I need to build an ASP.net application that index & search inside a folder
with PDF files.

I know I can use MS index server to index and search inside PDF files using
a plug-in from Adobe.

Anyone has any examples of implementation of such service in ASP.Net using
Index Server on Windows 2003?

I prefer, if possible, to search also inside CHM files. I know that Index
server does not support it. Any other search tools I can use for this
solution?

Thanks for your time.

ra294@hotmail.com
Cowboy (Gregory A. Beamer) - MVP - 30 Nov 2004 15:03 GMT
If you are up to rolling your own, you will need an LZX decompression class.
Perhaps someone has written an LZX StreamReader (I know there is a GZip
Reader class available as Open Source). You may end up having to wrap the LZW
compression DLLs from the Cabinet SDK:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncabsdk/html/c
abdl.asp


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

> I need to build an ASP.net application that index & search inside a folder
> with PDF files.
[quoted text clipped - 12 lines]
>
> ra294@hotmail.com
Cowboy (Gregory A. Beamer) - MVP - 30 Nov 2004 15:11 GMT
Here is a project I found that wraps the Cabinet SDK. Have not tried the code
yet, but it might be a good start for a CAB reader to get to the CHM text.
http://www.codeproject.com/win32/cabinet.asp

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

> I need to build an ASP.net application that index & search inside a folder
> with PDF files.
[quoted text clipped - 12 lines]
>
> ra294@hotmail.com

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.