Hi there,
Due to a projects requirement, I'm writing a new feature for origami-pdf, which is signing a PDF in three steps. It consists of:
1. The PDF is prepared to be signed (creating the annotation with the signature widget, with the "null" signature), the message digest is calculated and returned.
2. The digest is signed externally (in my case, by a java applet executed on the client-side).
3. The PDF "null" signature is replaced with the signed digest.
I'm still working on it. It hasn't been throughly tested yet, and It'll probably need a few adjustments to work with multiple signatures.
My question is, would the project maintainers have any interest in merging such a feature in the project?
If so, let me know! My code right know might be sub-optimal and needs some refactoring before being published :-P
Cheers,
André