How tro read the text of a PDF file opened in adobe Reader using c#
-
When a pdf file is opened in adobe reader 8.0, how to read the adobe reader text, can anyone suggest how I can achieve this in c#? Is acrobat SDK required for doing this...
I guess itextsharp[^] can do that.
Navaneeth How to use google | Ask smart questions
-
When a pdf file is opened in adobe reader 8.0, how to read the adobe reader text, can anyone suggest how I can achieve this in c#? Is acrobat SDK required for doing this...
svt gdwl wrote:
When a pdf file is opened in adobe reader 8.0, how to read the adobe reader text,
If at all such a thing would be possible, then you'll need the SDK for that. Have you read the SDK manual to see if such a feature is supported? However, personally I think that you will only be able to read a PDF file offline (as opposed to what is currently open and is being displayed by acrobat reader). And such offline manipulation of PDF files, you can do with something like iTextSharp, which the other poster pointed out.
It is a crappy thing, but it's life -^ Carlo Pallini