views:

54

answers:

0

Possible Duplicate:
How to send keystrokes to an application in C++

Im trying to make a progam to open acrobat files using adobe acrobat reader and save them in a txt, automaticaly. what i want my program to do is open the pdf send alt + tab //to move to the acrobat tab send alt + f //to open file send down arrow 4 times //to select 'save as text' option send enter // to save

can some one please help me on how to do this, Thanx in advance