• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Take and put text in a PDF box

New Here ,
Mar 25, 2019 Mar 25, 2019

Copy link to clipboard

Copied

Good.
I would like to know how to do in js to complete the boxes that have a pdf to complete and also how to obtain such information.

Thank you

TOPICS
Acrobat SDK and JavaScript

Views

380

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 25, 2019 Mar 25, 2019

Set the value with:

this.getField("field Name").value = value;

Read the value:

this.getField("field Name").value;

Votes

Translate

Translate
Community Expert ,
Mar 25, 2019 Mar 25, 2019

Copy link to clipboard

Copied

LATEST

Set the value with:

this.getField("field Name").value = value;

Read the value:

this.getField("field Name").value;

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines