ColdFusion 9 binding cfgrid

2010-05-09 Thread Alteria
I am having some issues figuring this one out. The code was all working with ColdFusion 8, then we moved to a CF 9 server and discovered the code was no longer working. It seems like the grid never stops loading. I have placed the code snippets below and parts from the cfdebug window to show

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