Multiple Signature #70
-
I have a PDF with more than 30 pages and 1 signer. I want to put the signature of the signer in every page in same position.
I am using the above command to create 30 signature fields But when signing using Note- There is only one signer who will be signing. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, That's an excellent question. Unfortunately having a single signature with multiple visual appearances is something the PDF standard explicitly disallows (see ISO 32000-2:2020, 12.7.5.5, 3rd para). As long as that restriction is in place, it's unlikely that this will ever be supported in the CLI. Here are your options:
Regardless of which option you choose, you'll need to be aware of the following:
Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
@MatthiasValvekens Hi, I moved this discussion yesterday to this thread def prepare_document(file_data, sig_name_1, sigpage_1, signature_box_1, signature_img_1,
After that, I call the API for the third-party sign service and receive two signatures. |
Beta Was this translation helpful? Give feedback.
-
@MatthiasValvekens Is there any way I can do this myself? Could you suggest? |
Beta Was this translation helpful? Give feedback.
Hi,
That's an excellent question. Unfortunately having a single signature with multiple visual appearances is something the PDF standard explicitly disallows (see ISO 32000-2:2020, 12.7.5.5, 3rd para). As long as that restriction is in place, it's unlikely that this will ever be supported in the CLI.
Here are your options: