Open xSuperMu opened 2 months ago
Something like:
Signature(
name: 'Signature',
value: PdfSign.rsaSha1(
privateKey: privateKey,
certificates: chain,
),
child: PdfLogo(),
),
It's described here: https://pub.nfet.net/pdf_crypto/
@DavBfr This is a paid feature, Right?
Yes it is. It's for digital cryptographic signature, not for hand-signed.
Thank you @DavBfr for the prompt response. I think that I only need the hand-signed feature. How to achieve that?
Ask the user to draw with a hand sign flutter plugin and add it as an image in the pdf.
How to use the value attribute?