Home > Back-end >  When copy paste Text field in acrobat Prepare form '#' symbol appears in each button name,
When copy paste Text field in acrobat Prepare form '#' symbol appears in each button name,

Time:10-06

After page processing we noticed that in the each text field we entered (may be copy pasted) created a '#' symbol which we need to removed we have above 500 pages of document with these buttons that we need to fix.

Like "HOME#0"

Is there any script available to fix this issue. Any help would be appreciated

Sample Attached

CodePudding user response:

Those "#" symbols followed by the number are not really there. Those are indications in the UI only that you have more than one widget assigned to the field "HOME".

  • Related