Copy link to clipboard
Copied
I highlight a word in a PDF file, right-click, and choose Look Up "word".
It normally takes me straight to the definition at dictionary.com. But now it gives a "404 Not Found" error. I've tried this on a different computer and got the same error. Dictionary.com works fine if I use their search, so it doesn't seem to be a problem on their end.
Copy link to clipboard
Copied
dictionary.com has changed their API.
Copy link to clipboard
Copied
so will Adobe change the code for the new API?
Copy link to clipboard
Copied
I don't know.
Copy link to clipboard
Copied
I messaged them about this back in June and they told me their "Engineering and Development team" are working on a solution. What's sad, apart from the fact that months later it still hasn't been fixed, is how easy it would be to do so. Instead of appending cgi-bin/dict.pl?term=SOMEWORD to dictionary.com, they would need to change it browse/SOMEWORD. That's it. A change to one line of code.
Copy link to clipboard
Copied
The issue can be fixed with a tool that replaces the url sent by the adobe reader with the correct search path
you can see this How do I change adobe acrobat word lookup site? | Wikianswers | FANDOM powered by Wikia for instruction on how to use it and create this rule:
replace: https://www.dictionary.com/cgi-bin/dict.pl?term=
with: https://www.dictionary.com/browse/
and you're all set