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

creat a dynamic stamp with signature field

New Here ,
Jul 23, 2021 Jul 23, 2021

Copy link to clipboard

Copied

Hi, everyone,

is there a way to create a stamp with a signature field? I have already managed to create a stamp with a text field and a date field. However, the command for a signature field is not clear to me.

 

 

Text field code:

if((event.source.forReal) && (event.source.stampName == "Fertiger_Stempel"))

{

 var cText = app.response

  ({

   cQuestion: "Bitte den Text für den Stempel eingeben",

   cTitle: "Text für Stempel",

   cLabel: "Inhalt: "

  });

if (cText && cText.length)

 {

event.value=cText;

 }

}

 

 

Unbenannt.PNG

 Here is an example of what it should look like

 

TOPICS
Windows

Views

147

Translate

Translate

Report

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 ,
Jul 23, 2021 Jul 23, 2021

Copy link to clipboard

Copied

LATEST

You can do it, but it would be meaningless, as a stamp is flattened when you apply it, so the signature will be no different from an image.

Votes

Translate

Translate

Report

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