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

Creating a editable custom dynamic stamp

New Here ,
Apr 27, 2016 Apr 27, 2016

Hi , I am using acrobat 11.0. I have created a dynamic stamp. But I want to insert a editable field in that stamp. Everytime i use that stamp, I want to enter a different number everytime. What is the language that i can use to do this programming. I have also tried programming mentioned on link https://acrobatusers.com/tutorials/custom_dynamic_stamp as well, but its not working for me. Kindly help

TOPICS
Acrobat SDK and JavaScript , Windows
1.1K
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
LEGEND ,
Apr 27, 2016 Apr 27, 2016
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
Community Expert ,
Apr 27, 2016 Apr 27, 2016
LATEST

The language you would be using is JavaScript. To request one response from a user, you don't even have to deal with the pretty complex dialog object, you can just use the app.response() method: Acrobat DC SDK Documentation

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