<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015010" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015010</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Scripting Forum</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/searching-pdf-file-html-page#comment-1086593</link>
    <description> &lt;p&gt;You&#039;ll have to pop into the scripting forum for that one.  I&#039;m a Perl Grrl, and anything bot/ASP/VBScript makes me go blank.&lt;/p&gt;
&lt;p&gt;As for indexing, depending on the script, it may just search the documents in a particular folder, or it may index them, it depends on the search script you use.  &lt;/p&gt;
&lt;p&gt;Glad you&#039;ve got it this far, keep on trucking!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 Aug 2001 00:19:44 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1086593 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/searching-pdf-file-html-page#comment-1086578</link>
    <description> &lt;p&gt;You are great!  I REALLY appreciate the help here.  I have posted a few times when I&#039;ve been in trouble and have definitely received some professional help. I hope that someday I&#039;ll be able to reciprocate.&lt;/p&gt;
&lt;p&gt;Suzanne, yes, it makes a lot of sense.  The client just needs the PDF files to be easily located.  The user would run search for a part number or name of part number...that number would show up in search result.  Then the user would click on the search result and be taken to the exact location of that part number or name of part number.&lt;/p&gt;
&lt;p&gt;Let me make sure I thoroughly understand.&lt;/p&gt;
&lt;p&gt;First, when I receive the PDF files, I would need to index these 1000 pages in one file (let&#039;s call the file &quot;Parts Index&quot; for simplicity&#039;s sake) and link each item to the appropriate PDF file.&lt;/p&gt;
&lt;p&gt;Then, I would set up my HTML page with the search form.  The code I have for a search is:&lt;/p&gt;
&lt;p&gt;!--webbot bot=&quot;Search&quot; S-Index=&quot;All&quot; S-Fields&lt;br /&gt;
S-Text=&quot;Search for:&quot; I-Size=&quot;40&quot; S-Submit=&quot;Start Search&quot; S-Clear=&quot;Reset&quot;&lt;br /&gt;
S-TimestampFormat=&quot;%m/%d/%Y&quot; TAG=&quot;BODY&quot; b-useindexserver=&quot;0&quot; --&lt;/p&gt;
&lt;p&gt;(greater and lesser omitted on purpose)&lt;/p&gt;
&lt;p&gt;What do I change in this code to make it search only the &quot;Parts Index&quot; file?  Logic tells me that the &quot;S-Index=&quot;All&quot; would need to be changed, but to what?&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Aug 2001 15:28:49 +0000</pubDate>
 <dc:creator>Cactus</dc:creator>
 <guid isPermaLink="false">comment 1086578 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/searching-pdf-file-html-page#comment-1086569</link>
    <description> &lt;p&gt;Argh, lost my post by accident.&lt;/p&gt;
&lt;p&gt;Most sensible approach -- name the pdf files appropriately:&lt;/p&gt;
&lt;p&gt;partno_name_date.pdf&lt;/p&gt;
&lt;p&gt;And then have the server-side or hosted search engine look for only .pdf files, or only files in one folder (which would house ALL the .pdf files).  It will look at the file names, and return whatever people are looking for within an html page as clickable links.&lt;/p&gt;
&lt;p&gt;Does that make sense?&lt;/p&gt;
&lt;p&gt;The other route is to index the results of an Acrobat search to a file and use that to generate the links, but that&#039;s a little more complex.  It depends if the client needs the .pdf files themselves to be searchable (the content of them), or merely for them to be easily located.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Aug 2001 08:42:18 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1086569 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/searching-pdf-file-html-page#comment-1086568</link>
    <description> &lt;p&gt;So, does it really need to be searchable?  Or does it just need indexed?&lt;/p&gt;
&lt;p&gt;If you need it to be searchable, your going to need to use a server-side language.&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Aug 2001 07:05:53 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1086568 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/searching-pdf-file-html-page#comment-1086564</link>
    <description> &lt;p&gt;Thank you...thank you.  I&#039;m not too familiar with Acrobat Reader, but I did find Acrobat&#039;s search button.&lt;/p&gt;
&lt;p&gt;My dilemna is this...My client wants a huge ole catalog listing parts by number and name put on line in PDF and wants it searchable from an HTML page.  The Acrobat Search would probably work in the PDF file.  But how do I do a search for the PDF file from an HTML page?&lt;/p&gt;
&lt;p&gt;In other words, the HTML page would bring up the catalog number, the user would click on the catalog number, and then would link directly to the PDF file for that catalog number which would show a drawing and have specifications of the part.&lt;/p&gt;
&lt;p&gt;This part of my client&#039;s site was a big surprise to me!  They are putting together the PDF files (and there must be 1000 of them) thank God!&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Aug 2001 04:45:16 +0000</pubDate>
 <dc:creator>Cactus</dc:creator>
 <guid isPermaLink="false">comment 1086564 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Adobe</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/searching-pdf-file-html-page#comment-1086563</link>
    <description> &lt;p&gt;When in doubt, go to the source!&lt;/p&gt;
&lt;p&gt;PDFs are searchable if designed properly, check out the Acrobat section for more information.&lt;/p&gt;
&lt;p&gt;Otherwise, in most search scripts you can specify what types of files to return.  Simply specify .pdf files.&lt;/p&gt;
&lt;p&gt;There are also .pdf servers, but that may be a further step down the road. Again, the Adobe site would be the best place to find this information.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Aug 2001 04:11:30 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1086563 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/searching-pdf-file-html-page#comment-1086558</link>
    <description> &lt;p&gt;Have you tried searching &lt;a href=&quot;http://hotscripts.com&quot; class=&quot;bb-url&quot;&gt;http://hotscripts.com&lt;/a&gt; or &lt;a href=&quot;http://resourceindex.com&quot; class=&quot;bb-url&quot;&gt;http://resourceindex.com&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;A search for &quot;&lt;a href=&quot;http://www.hotscripts.com/search/?query=search+pdf&amp;amp;category=all&amp;amp;bool=AND&quot; class=&quot;bb-url&quot;&gt;search PDF&lt;/a&gt;&quot; at hotscripts came up with some results.&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Aug 2001 00:06:13 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1086558 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/searching-pdf-file-html-page#comment-1086555</link>
    <description> &lt;p&gt;Thank you for your reply.  From what I gleaned at Google, Google doesn&#039;t search the entire site and the user would be taken out of their site into Googles.  Don&#039;t think my client would like that.  I don&#039;t mind paying for a script if it works.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Aug 2001 23:33:22 +0000</pubDate>
 <dc:creator>Cactus</dc:creator>
 <guid isPermaLink="false">comment 1086555 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/searching-pdf-file-html-page#comment-1086551</link>
    <description> &lt;p&gt;Hmm, I know it&#039;s *possible* because yahoo and google index pdf&#039;s now. &lt;/p&gt;
&lt;p&gt;Google has a free site search utility &lt;a href=&quot;http://www.google.com/services/free.html,&quot; class=&quot;bb-url&quot;&gt;http://www.google.com/services/free.html,&lt;/a&gt; if appearance isn&#039;t that important.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Aug 2001 22:59:31 +0000</pubDate>
 <dc:creator>sersun</dc:creator>
 <guid isPermaLink="false">comment 1086551 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
