Hello Jaafar,
Good to hear back from you. The code is setup to make the PDF file the window with the focus and then send the Ctrl+, Ctrl+C, which should be processed by the active window. I admit is not perfect and I have a lot of problems with the PDF window. It does not behave as regular Window. I used both SendMessage and PostMessage with no results. I could not find a window that supported IDispatch. That is why I chose the way I did.
The free version of Acrobat Reader is pretty limited as far as automation. I agree it would be nice to use the native PDF API to do this. However, it is only available in the Professional version of Acrobat Reader. My computer runs on 64 bit Windows and uses Office 10. I did not write the code exclusively for 64 bit machines but should have written the code to be compatible with 64 bit since the OP did not say which platform was being used.