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

Text overflow view after pdf is locked

Engaged ,
Jun 22, 2020 Jun 22, 2020

I have a fillable adobe pdf form with some text fields to add comments, which on occassion is filled in with text overflow.  The problem is the text overflow can't be viewed after it's locked.  Is there a way it can be set up so it can be viewed after it's locked, or am I searching for something that just can't be done?  I can't find anything on the forums about this.

I have it set up so the document locks when the manager adds their digital signature with the following script in the console...getField("Section Manager Signature").signatureSetSeedValue({lockDocument: true, flags: 128});

Thank you!

 

 

TOPICS
Acrobat SDK and JavaScript
1.7K
Translate
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 , Jun 22, 2020 Jun 22, 2020

Set the font size to Auto.

Translate
Community Expert ,
Jun 22, 2020 Jun 22, 2020

Set the font size to Auto.

Translate
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
Engaged ,
Jun 22, 2020 Jun 22, 2020
LATEST

Thank you so much for the reply!  This really helped!!  Now I can give the option of setting up the comments box to either block the user from adding more text or using the auto with the text getting smaller to fit in the text box.

Translate
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