Hello,
My question pertains specifically to translating highlighted text, not the whole page.
The Chrome Google translate extension is fantastic. Highlighted text is immediately displayed in a google translate window on the same web page (not in a separate tab)
I would like to create a macro which would have the same functionality, but with pdf documents. I know that you can input whole pdf documents into the google translate web site, but:
the quality of the output is not good because of formatting problems.
I specifically want to get immediate translations of highlighted text in a window displayed on the pdf document, not in a browser tab for example (which would be easy to do)
thanks very much for your time and help
Herzlichen Dank for your answer and for writing the macro
I purchased Miya from the app store and tested your macro: it works fine.
it is funny that the author does not provide any kind of user manual and even seems to have deleted Miya from his list of products, for reasons I do not understand. http://www.noteifyapp.com/
one very small glitch with your macro, it the fact that one repetitive sentence is inserted at the beginning of each text: Default Clipboard Text. Reading your macro, I do not know where it comes from.
Your “Translate” clipboard is still named “Translate”, without the underscore. To make the macro work properly, you need to either add an underscore to the clipboard’s name and make it “_Translate”, or change %NamedClipboard%_Translate% in your current macro to %NamedClipboard%Translate%.