How can i get the text field value

Hello Support,

How can i get the PDF text field value?

May be like this : https://pdfjs.express/api/Annotations.Forms.Field.html

I’s it possible like this : alert(Annotations.Forms.Field.getValue(“text_2”))

Thanks

Hi there,

There is some examples here of interacting with text fields.

The main class you’ll want to work with is the FieldManager

Thanks,
Logan

1 Like