Skip to main content
Participant
November 16, 2018
Answered

Getting text from Form field

  • November 16, 2018
  • 1 reply
  • 754 views

Hi,

I'm developing a Plugin for Adobe Reader, where we (form a stand alone program) can read the selected text range aloud. The words are highlighted during read.

The plugin can read now read and highlight selected body text.

I want to extend the plugin so it would be able to read and highlight text in form fields. (where user can enter data).

If I select text in a form field AVDocGetSelectionType return "AcroTextEditSelection". I cant' find any information about this selection type.

Does anyone know how to get and highlight text in form fields?

Thanks in advance.

Carsten

This topic has been closed for replies.
Correct answer Test Screen Name

Most selection types are opaque. There is nothing to be discovered about them. You may have to write your own highlighter code, savvy about both page content and form fields.

1 reply

Test Screen NameCorrect answer
Legend
November 16, 2018

Most selection types are opaque. There is nothing to be discovered about them. You may have to write your own highlighter code, savvy about both page content and form fields.

Participant
November 21, 2018

No exactly the answer I hoped for.

It doesn't sound as an easy task. I'm new the Adobe SDK,  could you please point me to some samples, functions so I'm starting to go in the right direction to implement this functionality.