ASP script for search pdf files

ASP script for search pdf files

am 02.01.2008 21:52:08 von ll

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

Thanks
Louis

Re: ASP script for search pdf files

am 02.01.2008 23:31:25 von Anthony Jones

"ll" wrote in message
news:c42e2073-dcab-44fa-9a60-a37fe5aa1630@u10g2000prn.google groups.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

Re: ASP script for search pdf files

am 05.01.2008 00:49:23 von ll

On Jan 2, 4:31 pm, "Anthony Jones" wrote:
> "ll" wrote in message
>
> news:c42e2073-dcab-44fa-9a60-a37fe5aa1630@u10g2000prn.google groups.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



Thanks for your help! That did the job, although it seems that pdf
documents with password security settings (the modify setting, not the
open document setting) cannot be searched, although I did visit a site
that had the capability to search the same passworded documents that I
could not do locally. Is there code or perhaps an index setting that
would allow searching of these documents?
Thanks
Louis

Re: ASP script for search pdf files

am 05.01.2008 17:11:48 von Anthony Jones

"ll" wrote in message
news:b36244d1-115a-4cd0-8052-ce37a5d44eeb@e25g2000prg.google groups.com...
> On Jan 2, 4:31 pm, "Anthony Jones" wrote:
> > "ll" wrote in message
> >
> >
news:c42e2073-dcab-44fa-9a60-a37fe5aa1630@u10g2000prn.google groups.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
>
>
>
> Thanks for your help! That did the job, although it seems that pdf
> documents with password security settings (the modify setting, not the
> open document setting) cannot be searched, although I did visit a site
> that had the capability to search the same passworded documents that I
> could not do locally. Is there code or perhaps an index setting that
> would allow searching of these documents?

Not a clue.

I would think it reasonable not to index a password protected PDF.

--
Anthony Jones - MVP ASP/ASP.NET