Signed digital Signatures in PDF File in multiple pages

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

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

  1. Use the “Read PDF Text” activity to read the PDF file into a string variable.
  2. Use the “Get PDF Page Count” activity to get the total number of pages in the PDF file.
  3. Use a “For Each” loop to loop through each page of the PDF file.
  4. Inside the loop, use the “Extract PDF Page Range” activity to extract the current page as a separate PDF document.
  5. Use the “Sign PDF” activity to sign the extracted PDF document using a digital certificate.
  6. Use the “Merge PDF Files” activity to merge the signed PDF document back into the original PDF file.
  7. 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.

still confused and also there’s no activity “Sign PDF”

is there anyone can help this case?
Thank you.