Skip to main content
Participant
March 1, 2021
Question

Personal dictionary saved words location & format?

  • March 1, 2021
  • 1 reply
  • 261 views

Hi.

Like everyone, I have saved words in dictionaries in my browser, MS Word, and other places. I tend to try to sync them.

Does anyone know where Acrobat's saved words go, and in what format?

Thanks!

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
March 1, 2021

I don't know where they are saved on the computer (probably some system file), but you can get a print-out of them from within the application by executing this code from the JS Console, for example:

 

spell.userWords("English (United States)", true)

 

The first parameter is the name of the dictionary to which the words were added.