Copy selected text in a PDF to clipboard
Hi,
I have a few text string paragraph in a pdf file, I need to put a button for each paragraph so operator by selecting/highlighting that paragraph and clicking the related button I need to copy that string into clipboard so it can be pasted into another area in another application.
I am using following JavaScript on Mouse Up/On Focus:
app.execMenuItem("SelectAll");
app.execMenuItem("Copy");
but it does not copy into clipboard... what am I doing wrong?
Regards,
Jeff P.
