Text-based stamps with async_sign #88
-
Dear @MatthiasValvekens |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @inui-sdt2, The function pyHanko/pyhanko/sign/signers/functions.py Lines 129 to 136 in c5e2e6f If you instantiate your own |
Beta Was this translation helpful? Give feedback.
Hi @inui-sdt2,
The function
async_sign_pdf
inpyhanko.sign.signers.functions
doesn't take any styling parameters, but that function is actually just a very thin wrapper around theasync_sign_pdf
method of thepyhanko.sign.signers.pdf_signer.PdfSigner
class:pyHanko/pyhanko/sign/signers/functions.py
Lines 129 to 136 in c5e2e6f
If you instantiate your own
PdfSigner
, then you can pass in a…