18
Views
6
Comments
[Digital Signature for PDF Document] Multiple signature in Digital Signature for PDF Document
Question
pdf-document-digital-signature
Service icon
Forge asset by Shahaji Nangare
Application Type
Service

Hi,

Is it possible to add multiple signatures?

Is it possible to change the position of the signature on the document?

Is it possible to change the signature text "Reason: Mudra Signature"?


Thanks

2025-09-25 14-38-22
Lokesh Kumar Yadav

Yes, you can add multiple signatures, change their position by specifying X and Y coordinates, and customize the signature text (like "Reason: Mudra Signature") by modifying the text string in the signature configuration.4o mini


UserImage.jpg
Jairo Andrés Vicente

Hi,

Can you tell me where that configuration file is located and how I can make those changes?

I can't find any properties to make these changes.

Thanks

2025-09-25 14-38-22
Lokesh Kumar Yadav
UserImage.jpg
Jairo Andrés Vicente
UserImage.jpg
Jairo Andrés Vicente
2025-08-20 12-58-03
ADITI CHATURVEDI
AI Generated

1. Can I add more than one signature?

  • Yes, if you are using an appropriate plugin or extension, adding multiple digital signatures in OutSystems 11 can be done in the following ways: 
  • [PDF Toolbox (Forge component)] - Supports multiple signatures. 
  • At the moment, OutSystems lacks native support for digital signatures. They rely on Forge components and custom integrations to fill this gap.  

2. Is it possible to reposition the signature on the document?  

  • Yes, If there is a custom extension or Forge component that specifies signature coordinates (X, Y, PageNumber), signatures can be repositioned.  
  • For example, in iTextSharp, the position can be set using SetVisibleSignature(new Rectangle(x,y,x2,y2), pageNumber, signatureFieldName).  
  • Some of the Forge components allow setting the signature position with parameters.  

3. Can I change “Reason: Mudra Signature”?  

  • Yes, depending on the tool used to sign the document:  
  • If the signer uses iText or a Forge component built on iText, generally the Reason, Location, and Contact fields are changeable signature fields.
  • Within iTextSharp’s framework, for example:

appearance.Reason = "Finance Department has Approved";  

appearance.Location = "Mumbai";

In OutSystems, this is done by passing values into the integration logic or through input parameters of the extension/plugin.


This answer was AI-generated. Please read it carefully and use the forums for clarifications
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.