Skip to main content
Participant
August 2, 2022
Question

Completing the field to a certain number of characters

  • August 2, 2022
  • 2 replies
  • 365 views

Dear members,
I hope someone will be able to help me. I have only recently started working with Adobe Acrobat Pro.
I have created a fillable pdf file.
The file contains checkboxes as well as text fields.

I need to fill one field automatically to a certain number of fields.
I found the padStart method but somehow it doesn't work for me.
Does padStart work in Adobe Pro?

This topic has been closed for replies.

2 replies

Bernd Alheit
Community Expert
Community Expert
August 2, 2022

This method is available in browser JavaScript.

try67
Community Expert
Community Expert
August 2, 2022

There's no such built-in function in Acrobat or in JS. You can certainly write one, though.