I'm new to developing inside Adobe Acrobat 5.0 and I have a question. I work for an imaging shop and we have a lot (20,000+) pieces of paper to scan and create multi-page PDF documents.
My question is, if I have the Table of Contents Page scanned and I have the OCR text behind it, is there any way that I can create dynamic links from that text? This needs to be done programmatically, it's too much to manually create links for a 6 - 10 page table of contents N times over and over for each document.
If I format the OCR text into some type of delimited file is there any way I can link out to the OCR text and read that in as a record set?
Then inside my Do Until rs.eof loop I can created a textbox, fill that box with the data I need, and then set the textbox as a link to another page of the PDF document? Then I would loop and start the process all over again.
Thanks for any help that you can give I really appreciate it!
Thanks
-- Joe --
My question is, if I have the Table of Contents Page scanned and I have the OCR text behind it, is there any way that I can create dynamic links from that text? This needs to be done programmatically, it's too much to manually create links for a 6 - 10 page table of contents N times over and over for each document.
If I format the OCR text into some type of delimited file is there any way I can link out to the OCR text and read that in as a record set?
Then inside my Do Until rs.eof loop I can created a textbox, fill that box with the data I need, and then set the textbox as a link to another page of the PDF document? Then I would loop and start the process all over again.
Thanks for any help that you can give I really appreciate it!
Thanks
-- Joe --