How to create empty Signature field and sign PDF document later using Aspose.PDF REST API

How do one create Empty Signature field in PDFCLOUD and sign document later? Thanks.

@g.heu

I’m afraid currently PostSignatureFiled adds a new signature field in the PDF document but sign it as well. So we have logged a ticket PDFCLOUD-1800 for further investigation and rectification.

You can use PostSignDocument API method to sign the PDF document.

@g.heu

In reference to PDFCLOUD-1800, now you can create an empty Signature field by setting SignatureField.Signature value as null.