I need to draw rectangular area for creating digital signature.
How can i do this in uipath
Hi
I can suggest another work around as there is no direct activity to perform this
-
If you have word document template for that pdf then have text in the place where you want to have rectangular box
-
Go to studio → design tab → Manage Packages → all packages → install UiPath.Word.Activities
-
Now in studio use a word application scope and pass the filepath of that word document
Then use ADD PICTURE activity and pass the alt text you have in Text property and mention the filepath of picture of a rectangular box
This will replace that text with a rectangular box
- Then use EXPORT TO PDF activity to convert that doc to pdf
Cheers @_Ayushi_Jain
Thanks @Palaniyappan, I have tried this solution but I need timestamp in my signature as well.How can I do that?
Thanks @Palaniyappan, I have tried the solution but I need to add timestamp in the signature as well. how can i do that
Same you have a alt text in the position where you want to have timestamp in that word template
And use REPLACE TEXT activity where mention the alt text in search and in replace property mention as Datetime.Now.ToString
And then try exporting as a pdf
Cheers @_Ayushi_Jain