ASP script for search pdf files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ll

    ASP script for search pdf files

    I'm currently looking for a way in ASP to search text in pdf files -
    is there a way to do this?

    Thanks
    Louis
  • Anthony Jones

    #2
    Re: ASP script for search pdf files

    "ll" <barn104_1999@y ahoo.comwrote in message
    news:c42e2073-dcab-44fa-9a60-a37fe5aa1630@u1 0g2000prn.googl egroups.com...
    I'm currently looking for a way in ASP to search text in pdf files -
    is there a way to do this?
    You could use Index Server and download the Adobe PDF IFilter.

    You can then use ADODB queries to search for text in PDF files. (Of course
    that won't work if the PDF actually contains rasterized bitmaps of the
    text).

    --
    Anthony Jones - MVP ASP/ASP.NET


    Comment

    Working...