Jump to content

Get highlighted text via DLL call?


Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...