vizicsaba89 / pdf-signer

sign pdf documents
MIT License
37 stars 33 forks source link

Add placeholder for signature in one step and then sign the document on a later run #23

Closed vicpara closed 3 years ago

vicpara commented 3 years ago

Hi, I'm trying to add a signature AcroField '/Sig' for signature in PDF files after I generate them using pdf-signer. Is there a way to do this?

pankucsi commented 3 years ago

Yes, please check out the sign.spec.ts file.

  it('sign once -> save -> sign again', ...