-
1. Re: How to incorporate acrobat SDK into .net application
lrosenth Jul 5, 2010 7:10 AM (in response to partha56)Have you download the SDK? Have you read the documentation?
Do you have a specific question about one or more APIs?
-
2. Re: How to incorporate acrobat SDK into .net application
partha56 Jul 5, 2010 9:13 PM (in response to lrosenth)Hi..
I have done all the things wat u mentioned. My scenario is to search text in a scanned PDF and to highlight those searched text.Or to enable OCR programmatically in .net Pls help in this scenario..
Rgds,
Parthasarathy.S
-
3. Re: How to incorporate acrobat SDK into .net application
partha56 Jul 5, 2010 9:16 PM (in response to lrosenth)i'm just new to acrobat sdk and i'm supposed to develop an application that should open a scanned pdf and to search specified words in it and to highlight.. i'm already succedded in searching words in normal pdf and highlighted too.. pls help me in this scenario..
Rgds,
Parthasarathy.S
-
4. Re: How to incorporate acrobat SDK into .net application
lrosenth Jul 6, 2010 5:04 AM (in response to partha56)I understand what your goal is - and the only way to accomplish it, using the Acrobat SDK, would be to first write a plugin to Acrobat (in C/C++) that calls on the OCR capabilities of Acrobat to add searchable text to the PDF. You can expose your plugin via any form of IAC that yo8u wish and invoke it form your .NET application.


