PDF Digital Signature
Digitally sign PDF documents with free cross-platform Apps and APIs.
How to add Digitally Sign to PDF File
In order to add sign in PDF file, we’ll use Aspose.PDF API which is a feature-rich, powerful and easy to use document manipulation API. Open NuGet package manager, search for Aspose.PDF and install. You may also use the following command from the Package Manager Console. When signing a PDF document using a signature, you basically confirm its contents “as is”. Consequently, any other changes made afterward invalidate the signature and thus, you would know if the document was altered.
You can use following classed and method for PDF signing
- Class DocMDPSignature.
- Enumeration DocMDPAccessPermissions.
- Property IsCertified in PdfFileSignature class.