OneNote 2007 OCR automation.

N

nexolite

Hi,

I want to automate the following steps for OneNote 2007 in VC++ 2005 :

1. Copy a jpeg image in OneNote.
2. Automate "Copy Text from Picture".

Is it possible in OneNote 2007 ?
 
N

nexolite

I want to know what methods/properties I can use to do the above steps.
as there is no OLB file present for OneNote!

I am able to start the aplication using

CLSIDFromProgID(L"OneNote.Application", &clsid);
and then

CoCreateInstance(clsid, NULL, CLSCTX_LOCAL_SERVER,
IID_IDispatch, (void **)&pOneNoteApp);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top