Quantcast
Channel: Adobe Community : Popular Discussions - PDF Language and Specifications
Viewing all articles
Browse latest Browse all 46145

How to get text from Adobe Reade window like MS Word

$
0
0
I know can text from MS Word window like this:
CLSID clsid;
CLSIDFromProgID(L"Word.Application", &clsid);
IUnknown *pUnk = NULL;
HRESULT hr = GetActiveObject(clsid, NULL, (IUnknown**)&pUnk);
then via pUnk interface can get text from the Current instance MS Word.

then how can I get text from an Adrob Reader window.

Viewing all articles
Browse latest Browse all 46145

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>