Re: Return single pages from a PDF

2010-05-10 Thread Raymond Camden
Well, you can get the text from PDFs, and this is per page, so you could index that. It's trivial in CF9, slightly harder in CF8 unless you use pdfUtils.cfc from RIAForge. On Sun, May 9, 2010 at 10:44 PM, Dave Watts dwa...@figleaf.com wrote: The pdf is over 30K pages, i need to return the

Return single pages from a PDF

2010-05-09 Thread Stephen Hoskins
The pdf is over 30K pages, i need to return the pages that have a variable ID. The PDF is on my server. Trying to run a verity collection, not going well. Is CFDocument an alternative? ~| Order the Adobe Coldfusion

Re: Return single pages from a PDF

2010-05-09 Thread Mike Chabot
cfdocument isn't an alternative to Verity and won't help find text in an existing PDF, if that is what you are asking. Is your goal to have a search engine take users to the exact pages that are relevant inside of a PDF, similar to what Google does with its book search? -Mike Chabot On Sun, May

Re: Return single pages from a PDF

2010-05-09 Thread Stephen Hoskins
Is your goal to have a search engine take users to the exact pages that are relevant inside of a PDF, similar to what Google does with its book search? Exactly! ~| Order the Adobe Coldfusion Anthology now!

Re: Return single pages from a PDF

2010-05-09 Thread Dave Watts
The pdf is over 30K pages, i need to return the pages that have a variable ID.  The PDF is on my server. Trying to run a verity collection, not going well.  Is CFDocument an alternative? No. I think your best bet is to use the client-side search APIs in Acrobat directly, rather than