Jump to content

Recommended Posts

Posted

Hi,

I want to get manual highlighted text from a PDF into the clipboard.

It would be great if that could be done without using sendkey (via a DLL call?).

Best regards, Reinhard

PS: Adobe don't offers SDK/IAC methods for this.

MenuItemExecute don't can be used because of security reasons.

Posted

Use Winspector to observe what WM_COMMAND is corresponding to Copy command invoked from menu.

Then use DllCall() with SendMessage & WM_COMMAND

Thanks,

will look for that. But because I never set up a DLL call by myself I'm afraid I'm back in some ..... hours, or .....days, or ....

br, Reinhard

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...