Hi, we have a requirement where in a approval process the approver needs to sign

Certified Associate Developer
Hi, we have a requirement where in a approval process the approver needs to sign when approving. Once signed the sign needs to be placed inside a pdf template form for generation. Has anyone done this kind of requirements before? Thanks!

OriginalPostID-210285

OriginalPostID-210285

  Discussion posts and replies are publicly visible

Parents
  • Hi Johnrheyj,
    If you have doc template with image then you can replace that image with another image by using ‘Add documents to Zip’ smart service.
    This will take document template, existing image path, replacement image and gives new document with updated image. For example if your document is having image1.jpg then in ‘Add documents to Zip’ smart service you can specify the document path of the image as word/media/image1.jpg then it will replace that image with new image. And we have also one input called ‘Create new Document’ in this smart service and we need to give true for it then only it will create new document as output.
    So in document template, in place of signature give one default image and replace it in process model.
    Note: To find the image, extract the document template by using 7-zip and go to word/media folder.
Reply
  • Hi Johnrheyj,
    If you have doc template with image then you can replace that image with another image by using ‘Add documents to Zip’ smart service.
    This will take document template, existing image path, replacement image and gives new document with updated image. For example if your document is having image1.jpg then in ‘Add documents to Zip’ smart service you can specify the document path of the image as word/media/image1.jpg then it will replace that image with new image. And we have also one input called ‘Create new Document’ in this smart service and we need to give true for it then only it will create new document as output.
    So in document template, in place of signature give one default image and replace it in process model.
    Note: To find the image, extract the document template by using 7-zip and go to word/media folder.
Children
No Data