mycroft7
(mycroft7)
May 11, 2023, 7:25am
1
Hello, I have a question about how UiPath can sign digital Signatures in PDF files on each page, with a different signature location.
What activities that i can use? And how can automaticlly sign of each pages.
And so far, i search in this forum, stil cannot find the right solution for this.
the example pdf like below
Thank You in advance
mkankatala
(Mahesh Kankatala)
May 11, 2023, 7:32am
2
Hi @mycroft7
Use the “Sign PDF” activity to sign the extracted PDF document using a digital certificate.
Follow the below steps for signature in each page
Use the “Read PDF Text” activity to read the PDF file into a string variable.
Use the “Get PDF Page Count” activity to get the total number of pages in the PDF file.
Use a “For Each” loop to loop through each page of the PDF file.
Inside the loop, use the “Extract PDF Page Range” activity to extract the current page as a separate PDF document.
Use the “Sign PDF” activity to sign the extracted PDF document using a digital certificate.
Use the “Merge PDF Files” activity to merge the signed PDF document back into the original PDF file.
Repeat steps 4-6 for each page of the PDF file.
Note : To use the sign pdf activity install the UiPath.Adobe.AdobeSign.Activities
Regards.
mycroft7
(mycroft7)
May 11, 2023, 8:32am
3
still confused and also there’s no activity “Sign PDF”
mycroft7
(mycroft7)
May 12, 2023, 8:45am
4
is there anyone can help this case?
Thank you.