ASP script for search pdf files
am 02.01.2008 21:52:08 von llI'm currently looking for a way in ASP to search text in pdf files -
is there a way to do this?
Thanks
Louis
I'm currently looking for a way in ASP to search text in pdf files -
is there a way to do this?
Thanks
Louis
"ll"
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
On Jan 2, 4:31 pm, "Anthony Jones"
> "ll"
>
> 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
"ll"
news:b36244d1-115a-4cd0-8052-ce37a5d44eeb@e25g2000prg.google groups.com...
> On Jan 2, 4:31 pm, "Anthony Jones"
> > "ll"
> >
> >
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