Hi.
I’m trying to sign a document (totally empty - Empty.pdf (3.7 KB)
) using a timestamp. This is the code used. It’s almost identical to the example from your docs:
using (Document document = new Document(<empty.pd…...{ using (PdfFileSignature signature = new PdfFileSignature(document))...100); signature.Sign(document.Pages.Count, "Signature Reason"...