|
If your requirement is to add digital signature in all pages of PDF document |
While adding the multiple signature in PDF document at a time, it will invalidate the existing one. So we can achieve this by using below steps,
Adding one signature in first page -> Save the document
Adding another signature in second page-> save the document
Please refer the below documentation to apply one or more signature in PDF document,
| |
|
If your requirement is to add signature image in all pages of PDF document |
We can able to add image in all pages of PDF document. Please refer the below code snippet,
|