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

New to Adobe and Java, need to create a dynamic stamp with a fillable field.

Guest
Dec 19, 2017 Dec 19, 2017

Good morning,

I have managed to get the stamp to produce the date, however I am unable to get it produce a fillable field. As stated in the description, I am new to java and adobe, I am a quick learner but am unfamiliar with how java works so I have been trying to cut and paste script but have been unsuccessful. If someone could give me the coles notes on Java or run through how to do this task and I'll look into getting some education on Java later that would be great.

Thanks,

John M.

TOPICS
Acrobat SDK and JavaScript , Windows
819
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 , Dec 19, 2017 Dec 19, 2017

Read this:

https://acrobatusers.com/tutorials/custom_dynamic_stamp

Info: Acrobat uses JavaScript, not Java.

Translate
Community Expert ,
Dec 19, 2017 Dec 19, 2017

Read this:

https://acrobatusers.com/tutorials/custom_dynamic_stamp

Info: Acrobat uses JavaScript, not Java.

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 ,
Dec 19, 2017 Dec 19, 2017
LATEST

Hi John,

Since you want both a date and user fillable field you need a dialog to collect the data for the fillable field added to your stamp.  This article https://acrobatusers.com/tutorials/dynamic_stamp_secrets  covers how to do that for a single input field.  You can do much more with dynamic stamps, so if you find you need more than a single input dialog for this or future stamps, you should check out PDF Stamp Annotations  which has the most comprehensive info and a dialog creation tool for custom dynamic stamps.

Hope this helps,

Dimitri

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